| 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_dir': '.', | 7 'bindings_v8_custom_dir': '.', |
| 8 'bindings_v8_custom_files': [ | 8 'bindings_v8_custom_files': [ |
| 9 'V8ArrayBufferCustom.cpp', | 9 'V8ArrayBufferCustom.cpp', |
| 10 'V8ArrayBufferCustom.h', | 10 'V8ArrayBufferCustom.h', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 'V8ElementCustom.cpp', | 33 'V8ElementCustom.cpp', |
| 34 'V8EntryCustom.cpp', | 34 'V8EntryCustom.cpp', |
| 35 'V8EntrySyncCustom.cpp', | 35 'V8EntrySyncCustom.cpp', |
| 36 'V8ErrorEventCustom.cpp', | 36 'V8ErrorEventCustom.cpp', |
| 37 'V8EventCustom.cpp', | 37 'V8EventCustom.cpp', |
| 38 'V8EventTargetCustom.cpp', | 38 'V8EventTargetCustom.cpp', |
| 39 'V8FileCustom.cpp', | 39 'V8FileCustom.cpp', |
| 40 'V8FileReaderCustom.cpp', | 40 'V8FileReaderCustom.cpp', |
| 41 'V8Float32ArrayCustom.h', | 41 'V8Float32ArrayCustom.h', |
| 42 'V8Float64ArrayCustom.h', | 42 'V8Float64ArrayCustom.h', |
| 43 'V8GeolocationCustom.cpp', | |
| 44 'V8HTMLAllCollectionCustom.cpp', | 43 'V8HTMLAllCollectionCustom.cpp', |
| 45 'V8HTMLCanvasElementCustom.cpp', | 44 'V8HTMLCanvasElementCustom.cpp', |
| 46 'V8HTMLCollectionCustom.cpp', | 45 'V8HTMLCollectionCustom.cpp', |
| 47 'V8HTMLDocumentCustom.cpp', | 46 'V8HTMLDocumentCustom.cpp', |
| 48 'V8HTMLElementCustom.cpp', | 47 'V8HTMLElementCustom.cpp', |
| 49 'V8HTMLOptionsCollectionCustom.cpp', | 48 'V8HTMLOptionsCollectionCustom.cpp', |
| 50 'V8HTMLPlugInElementCustom.cpp', | 49 'V8HTMLPlugInElementCustom.cpp', |
| 51 'V8HistoryCustom.cpp', | 50 'V8HistoryCustom.cpp', |
| 52 'V8ImageDataCustom.cpp', | 51 'V8ImageDataCustom.cpp', |
| 53 'V8InjectedScriptHostCustom.cpp', | 52 'V8InjectedScriptHostCustom.cpp', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 84 'V8WebGLRenderingContextCustom.cpp', | 83 'V8WebGLRenderingContextCustom.cpp', |
| 85 'V8WebKitPointCustom.cpp', | 84 'V8WebKitPointCustom.cpp', |
| 86 'V8WindowCustom.cpp', | 85 'V8WindowCustom.cpp', |
| 87 'V8WorkerCustom.cpp', | 86 'V8WorkerCustom.cpp', |
| 88 'V8WorkerGlobalScopeCustom.cpp', | 87 'V8WorkerGlobalScopeCustom.cpp', |
| 89 'V8XMLHttpRequestCustom.cpp', | 88 'V8XMLHttpRequestCustom.cpp', |
| 90 'V8XSLTProcessorCustom.cpp', | 89 'V8XSLTProcessorCustom.cpp', |
| 91 ], | 90 ], |
| 92 }, | 91 }, |
| 93 } | 92 } |
| OLD | NEW |