Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / core / v8 / custom / custom.gypi
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6     'variables': {
7         'bindings_core_v8_custom_files': [
8             'V8BlobCustom.cpp',
9             'V8BlobCustomHelpers.cpp',
10             'V8BlobCustomHelpers.h',
11             'V8CSSRuleCustom.cpp',
12             'V8CSSStyleDeclarationCustom.cpp',
13             'V8CSSValueCustom.cpp',
14             'V8CanvasRenderingContext2DCustom.cpp',
15             'V8CustomEventCustom.cpp',
16             'V8CustomXPathNSResolver.cpp',
17             'V8CustomXPathNSResolver.h',
18             'V8DedicatedWorkerGlobalScopeCustom.cpp',
19             'V8DocumentCustom.cpp',
20             'V8ElementCustom.cpp',
21             'V8ErrorEventCustom.cpp',
22             'V8EventCustom.cpp',
23             'V8EventTargetCustom.cpp',
24             'V8FileCustom.cpp',
25             'V8FileReaderCustom.cpp',
26             'V8HTMLAllCollectionCustom.cpp',
27             'V8HTMLCanvasElementCustom.cpp',
28             'V8HTMLDocumentCustom.cpp',
29             'V8HTMLOptionsCollectionCustom.cpp',
30             'V8HTMLPlugInElementCustom.cpp',
31             'V8HistoryCustom.cpp',
32             'V8InjectedScriptHostCustom.cpp',
33             'V8InjectedScriptManager.cpp',
34             'V8InspectorFrontendHostCustom.cpp',
35             'V8JavaScriptCallFrameCustom.cpp',
36             'V8LocationCustom.cpp',
37             'V8MessageChannelCustom.cpp',
38             'V8MessageEventCustom.cpp',
39             'V8MessagePortCustom.cpp',
40             'V8MutationObserverCustom.cpp',
41             'V8PopStateEventCustom.cpp',
42             'V8TrackEventCustom.cpp',
43             'V8WebGLRenderingContextCustom.cpp',
44             'V8WindowCustom.cpp',
45             'V8WorkerCustom.cpp',
46             'V8WorkerGlobalScopeCustom.cpp',
47             'V8XMLHttpRequestCustom.cpp',
48             'V8XSLTProcessorCustom.cpp',
49         ],
50     },
51 }