| 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 18 matching lines...) Expand all Loading... |
| 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 'V8HTMLCollectionCustom.cpp', | 36 'V8HTMLCollectionCustom.cpp', |
| 37 'V8HTMLDocumentCustom.cpp', | 37 'V8HTMLDocumentCustom.cpp', |
| 38 'V8HTMLElementCustom.cpp', | 38 'V8HTMLElementCustom.cpp', |
| 39 'V8HTMLMediaElementCustom.cpp', |
| 39 'V8HTMLOptionsCollectionCustom.cpp', | 40 'V8HTMLOptionsCollectionCustom.cpp', |
| 40 'V8HTMLPlugInElementCustom.cpp', | 41 'V8HTMLPlugInElementCustom.cpp', |
| 41 'V8HistoryCustom.cpp', | 42 'V8HistoryCustom.cpp', |
| 42 'V8ImageDataCustom.cpp', | 43 'V8ImageDataCustom.cpp', |
| 43 'V8InjectedScriptHostCustom.cpp', | 44 'V8InjectedScriptHostCustom.cpp', |
| 44 'V8InjectedScriptManager.cpp', | 45 'V8InjectedScriptManager.cpp', |
| 45 'V8InspectorFrontendHostCustom.cpp', | 46 'V8InspectorFrontendHostCustom.cpp', |
| 46 'V8Int16ArrayCustom.h', | 47 'V8Int16ArrayCustom.h', |
| 47 'V8Int32ArrayCustom.h', | 48 'V8Int32ArrayCustom.h', |
| 48 'V8Int8ArrayCustom.h', | 49 'V8Int8ArrayCustom.h', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 69 'V8WebGLRenderingContextCustom.cpp', | 70 'V8WebGLRenderingContextCustom.cpp', |
| 70 'V8WebKitPointCustom.cpp', | 71 'V8WebKitPointCustom.cpp', |
| 71 'V8WindowCustom.cpp', | 72 'V8WindowCustom.cpp', |
| 72 'V8WorkerCustom.cpp', | 73 'V8WorkerCustom.cpp', |
| 73 'V8WorkerGlobalScopeCustom.cpp', | 74 'V8WorkerGlobalScopeCustom.cpp', |
| 74 'V8XMLHttpRequestCustom.cpp', | 75 'V8XMLHttpRequestCustom.cpp', |
| 75 'V8XSLTProcessorCustom.cpp', | 76 'V8XSLTProcessorCustom.cpp', |
| 76 ], | 77 ], |
| 77 }, | 78 }, |
| 78 } | 79 } |
| OLD | NEW |