OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'bindings_v8_custom_files': [ | 7 'bindings_v8_custom_files': [ |
8 'V8ArrayBufferCustom.cpp', | 8 'V8ArrayBufferCustom.cpp', |
9 'V8ArrayBufferCustom.h', | 9 'V8ArrayBufferCustom.h', |
10 'V8ArrayBufferViewCustom.cpp', | 10 'V8ArrayBufferViewCustom.cpp', |
11 'V8ArrayBufferViewCustom.h', | 11 'V8ArrayBufferViewCustom.h', |
12 'V8AudioNodeCustom.cpp', | 12 'V8AudioNodeCustom.cpp', |
13 'V8BlobCustom.cpp', | 13 'V8BlobCustom.cpp', |
14 'V8BlobCustomHelpers.cpp', | 14 'V8BlobCustomHelpers.cpp', |
15 'V8BlobCustomHelpers.h', | 15 'V8BlobCustomHelpers.h', |
16 'V8CSSRuleCustom.cpp', | 16 'V8CSSRuleCustom.cpp', |
17 'V8CSSStyleDeclarationCustom.cpp', | 17 'V8CSSStyleDeclarationCustom.cpp', |
18 'V8CSSValueCustom.cpp', | 18 'V8CSSValueCustom.cpp', |
19 'V8CanvasRenderingContext2DCustom.cpp', | 19 'V8CanvasRenderingContext2DCustom.cpp', |
20 'V8ClientCustom.cpp', | 20 'V8ClientCustom.cpp', |
21 'V8CryptoCustom.cpp', | 21 'V8CryptoCustom.cpp', |
| 22 'V8CryptoKeyCustom.cpp', |
22 'V8CustomEventCustom.cpp', | 23 'V8CustomEventCustom.cpp', |
23 'V8CustomSQLStatementErrorCallback.cpp', | 24 'V8CustomSQLStatementErrorCallback.cpp', |
24 'V8CustomXPathNSResolver.cpp', | 25 'V8CustomXPathNSResolver.cpp', |
25 'V8CustomXPathNSResolver.h', | 26 'V8CustomXPathNSResolver.h', |
26 'V8DataViewCustom.cpp', | 27 'V8DataViewCustom.cpp', |
27 'V8DataViewCustom.h', | 28 'V8DataViewCustom.h', |
28 'V8DedicatedWorkerGlobalScopeCustom.cpp', | 29 'V8DedicatedWorkerGlobalScopeCustom.cpp', |
29 'V8DeviceMotionEventCustom.cpp', | 30 'V8DeviceMotionEventCustom.cpp', |
30 'V8DeviceOrientationEventCustom.cpp', | 31 'V8DeviceOrientationEventCustom.cpp', |
31 'V8DocumentCustom.cpp', | 32 'V8DocumentCustom.cpp', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 'V8WebGLRenderingContextCustom.cpp', | 84 'V8WebGLRenderingContextCustom.cpp', |
84 'V8WebKitPointCustom.cpp', | 85 'V8WebKitPointCustom.cpp', |
85 'V8WindowCustom.cpp', | 86 'V8WindowCustom.cpp', |
86 'V8WorkerCustom.cpp', | 87 'V8WorkerCustom.cpp', |
87 'V8WorkerGlobalScopeCustom.cpp', | 88 'V8WorkerGlobalScopeCustom.cpp', |
88 'V8XMLHttpRequestCustom.cpp', | 89 'V8XMLHttpRequestCustom.cpp', |
89 'V8XSLTProcessorCustom.cpp', | 90 'V8XSLTProcessorCustom.cpp', |
90 ], | 91 ], |
91 }, | 92 }, |
92 } | 93 } |
OLD | NEW |