| 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', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 'V8ErrorEventCustom.cpp', | 27 'V8ErrorEventCustom.cpp', |
| 28 'V8EventCustom.cpp', | 28 'V8EventCustom.cpp', |
| 29 'V8EventTargetCustom.cpp', | 29 'V8EventTargetCustom.cpp', |
| 30 'V8FileCustom.cpp', | 30 'V8FileCustom.cpp', |
| 31 'V8FileReaderCustom.cpp', | 31 'V8FileReaderCustom.cpp', |
| 32 'V8Float32ArrayCustom.h', | 32 'V8Float32ArrayCustom.h', |
| 33 'V8Float64ArrayCustom.h', | 33 'V8Float64ArrayCustom.h', |
| 34 'V8HTMLAllCollectionCustom.cpp', | 34 'V8HTMLAllCollectionCustom.cpp', |
| 35 'V8HTMLCanvasElementCustom.cpp', | 35 'V8HTMLCanvasElementCustom.cpp', |
| 36 'V8HTMLDocumentCustom.cpp', | 36 'V8HTMLDocumentCustom.cpp', |
| 37 'V8HTMLMediaElementCustom.cpp', |
| 37 'V8HTMLOptionsCollectionCustom.cpp', | 38 'V8HTMLOptionsCollectionCustom.cpp', |
| 38 'V8HTMLPlugInElementCustom.cpp', | 39 'V8HTMLPlugInElementCustom.cpp', |
| 39 'V8HistoryCustom.cpp', | 40 'V8HistoryCustom.cpp', |
| 40 'V8InjectedScriptHostCustom.cpp', | 41 'V8InjectedScriptHostCustom.cpp', |
| 41 'V8InjectedScriptManager.cpp', | 42 'V8InjectedScriptManager.cpp', |
| 42 'V8InspectorFrontendHostCustom.cpp', | 43 'V8InspectorFrontendHostCustom.cpp', |
| 43 'V8Int16ArrayCustom.h', | 44 'V8Int16ArrayCustom.h', |
| 44 'V8Int32ArrayCustom.h', | 45 'V8Int32ArrayCustom.h', |
| 45 'V8Int8ArrayCustom.h', | 46 'V8Int8ArrayCustom.h', |
| 46 'V8JavaScriptCallFrameCustom.cpp', | 47 'V8JavaScriptCallFrameCustom.cpp', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 58 'V8Uint8ClampedArrayCustom.h', | 59 'V8Uint8ClampedArrayCustom.h', |
| 59 'V8WebGLRenderingContextCustom.cpp', | 60 'V8WebGLRenderingContextCustom.cpp', |
| 60 'V8WindowCustom.cpp', | 61 'V8WindowCustom.cpp', |
| 61 'V8WorkerCustom.cpp', | 62 'V8WorkerCustom.cpp', |
| 62 'V8WorkerGlobalScopeCustom.cpp', | 63 'V8WorkerGlobalScopeCustom.cpp', |
| 63 'V8XMLHttpRequestCustom.cpp', | 64 'V8XMLHttpRequestCustom.cpp', |
| 64 'V8XSLTProcessorCustom.cpp', | 65 'V8XSLTProcessorCustom.cpp', |
| 65 ], | 66 ], |
| 66 }, | 67 }, |
| 67 } | 68 } |
| OLD | NEW |