| 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_core_v8_custom_files': [ | 7 'bindings_core_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 'V8BlobCustom.cpp', | 12 'V8BlobCustom.cpp', |
| 13 'V8BlobCustomHelpers.cpp', | 13 'V8BlobCustomHelpers.cpp', |
| 14 'V8BlobCustomHelpers.h', | 14 'V8BlobCustomHelpers.h', |
| 15 'V8CSSRuleCustom.cpp', | 15 'V8CSSRuleCustom.cpp', |
| 16 'V8CSSStyleDeclarationCustom.cpp', | 16 'V8CSSStyleDeclarationCustom.cpp', |
| 17 'V8CSSValueCustom.cpp', | 17 'V8CSSValueCustom.cpp', |
| 18 'V8CanvasRenderingContext2DCustom.cpp', | 18 'V8CanvasRenderingContext2DCustom.cpp', |
| 19 'V8CustomEventCustom.cpp', | 19 'V8CustomEventCustom.cpp', |
| 20 'V8CustomSQLStatementErrorCallback.cpp', | |
| 21 'V8CustomXPathNSResolver.cpp', | 20 'V8CustomXPathNSResolver.cpp', |
| 22 'V8CustomXPathNSResolver.h', | 21 'V8CustomXPathNSResolver.h', |
| 23 'V8DataViewCustom.cpp', | 22 'V8DataViewCustom.cpp', |
| 24 'V8DataViewCustom.h', | 23 'V8DataViewCustom.h', |
| 25 'V8DedicatedWorkerGlobalScopeCustom.cpp', | 24 'V8DedicatedWorkerGlobalScopeCustom.cpp', |
| 26 'V8DocumentCustom.cpp', | 25 'V8DocumentCustom.cpp', |
| 27 'V8ElementCustom.cpp', | 26 'V8ElementCustom.cpp', |
| 28 'V8EntryCustom.cpp', | |
| 29 'V8EntrySyncCustom.cpp', | |
| 30 'V8ErrorEventCustom.cpp', | 27 'V8ErrorEventCustom.cpp', |
| 31 'V8EventCustom.cpp', | 28 'V8EventCustom.cpp', |
| 32 'V8EventTargetCustom.cpp', | 29 'V8EventTargetCustom.cpp', |
| 33 'V8FileCustom.cpp', | 30 'V8FileCustom.cpp', |
| 34 'V8FileReaderCustom.cpp', | 31 'V8FileReaderCustom.cpp', |
| 35 'V8Float32ArrayCustom.h', | 32 'V8Float32ArrayCustom.h', |
| 36 'V8Float64ArrayCustom.h', | 33 'V8Float64ArrayCustom.h', |
| 37 'V8HTMLAllCollectionCustom.cpp', | 34 'V8HTMLAllCollectionCustom.cpp', |
| 38 'V8HTMLCanvasElementCustom.cpp', | 35 'V8HTMLCanvasElementCustom.cpp', |
| 39 'V8HTMLCollectionCustom.cpp', | 36 'V8HTMLCollectionCustom.cpp', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'V8WebGLRenderingContextCustom.cpp', | 69 'V8WebGLRenderingContextCustom.cpp', |
| 73 'V8WebKitPointCustom.cpp', | 70 'V8WebKitPointCustom.cpp', |
| 74 'V8WindowCustom.cpp', | 71 'V8WindowCustom.cpp', |
| 75 'V8WorkerCustom.cpp', | 72 'V8WorkerCustom.cpp', |
| 76 'V8WorkerGlobalScopeCustom.cpp', | 73 'V8WorkerGlobalScopeCustom.cpp', |
| 77 'V8XMLHttpRequestCustom.cpp', | 74 'V8XMLHttpRequestCustom.cpp', |
| 78 'V8XSLTProcessorCustom.cpp', | 75 'V8XSLTProcessorCustom.cpp', |
| 79 ], | 76 ], |
| 80 }, | 77 }, |
| 81 } | 78 } |
| OLD | NEW |