Upstream version 10.39.225.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             'V8ArrayBufferCustom.cpp',
9             'V8ArrayBufferCustom.h',
10             'V8ArrayBufferViewCustom.cpp',
11             'V8ArrayBufferViewCustom.h',
12             'V8BlobCustom.cpp',
13             'V8BlobCustomHelpers.cpp',
14             'V8BlobCustomHelpers.h',
15             'V8CSSRuleCustom.cpp',
16             'V8CSSStyleDeclarationCustom.cpp',
17             'V8CSSValueCustom.cpp',
18             'V8CanvasRenderingContext2DCustom.cpp',
19             'V8CustomEventCustom.cpp',
20             'V8CustomXPathNSResolver.cpp',
21             'V8CustomXPathNSResolver.h',
22             'V8DataViewCustom.cpp',
23             'V8DataViewCustom.h',
24             'V8DedicatedWorkerGlobalScopeCustom.cpp',
25             'V8DocumentCustom.cpp',
26             'V8ElementCustom.cpp',
27             'V8ErrorEventCustom.cpp',
28             'V8EventCustom.cpp',
29             'V8EventTargetCustom.cpp',
30             'V8FileCustom.cpp',
31             'V8FileReaderCustom.cpp',
32             'V8Float32ArrayCustom.h',
33             'V8Float64ArrayCustom.h',
34             'V8HTMLAllCollectionCustom.cpp',
35             'V8HTMLCanvasElementCustom.cpp',
36             'V8HTMLDocumentCustom.cpp',
37             'V8HTMLOptionsCollectionCustom.cpp',
38             'V8HTMLPlugInElementCustom.cpp',
39             'V8HistoryCustom.cpp',
40             'V8InjectedScriptHostCustom.cpp',
41             'V8InjectedScriptManager.cpp',
42             'V8InspectorFrontendHostCustom.cpp',
43             'V8Int16ArrayCustom.h',
44             'V8Int32ArrayCustom.h',
45             'V8Int8ArrayCustom.h',
46             'V8JavaScriptCallFrameCustom.cpp',
47             'V8LocationCustom.cpp',
48             'V8MessageChannelCustom.cpp',
49             'V8MessageEventCustom.cpp',
50             'V8MessagePortCustom.cpp',
51             'V8MutationObserverCustom.cpp',
52             'V8PopStateEventCustom.cpp',
53             'V8TrackEventCustom.cpp',
54             'V8TypedArrayCustom.h',
55             'V8Uint16ArrayCustom.h',
56             'V8Uint32ArrayCustom.h',
57             'V8Uint8ArrayCustom.h',
58             'V8Uint8ClampedArrayCustom.h',
59             'V8WebGLRenderingContextCustom.cpp',
60             'V8WindowCustom.cpp',
61             'V8WorkerCustom.cpp',
62             'V8WorkerGlobalScopeCustom.cpp',
63             'V8XMLHttpRequestCustom.cpp',
64             'V8XSLTProcessorCustom.cpp',
65         ],
66     },
67 }