| 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 'V8BlobCustom.cpp', | 8 'V8BlobCustom.cpp', |
| 9 'V8BlobCustomHelpers.cpp', | 9 'V8BlobCustomHelpers.cpp', |
| 10 'V8BlobCustomHelpers.h', | 10 'V8BlobCustomHelpers.h', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 'V8InjectedScriptManager.cpp', | 33 'V8InjectedScriptManager.cpp', |
| 34 'V8InspectorFrontendHostCustom.cpp', | 34 'V8InspectorFrontendHostCustom.cpp', |
| 35 'V8JavaScriptCallFrameCustom.cpp', | 35 'V8JavaScriptCallFrameCustom.cpp', |
| 36 'V8LocationCustom.cpp', | 36 'V8LocationCustom.cpp', |
| 37 'V8MessageChannelCustom.cpp', | 37 'V8MessageChannelCustom.cpp', |
| 38 'V8MessageEventCustom.cpp', | 38 'V8MessageEventCustom.cpp', |
| 39 'V8MessagePortCustom.cpp', | 39 'V8MessagePortCustom.cpp', |
| 40 'V8MutationObserverCustom.cpp', | 40 'V8MutationObserverCustom.cpp', |
| 41 'V8PopStateEventCustom.cpp', | 41 'V8PopStateEventCustom.cpp', |
| 42 'V8TrackEventCustom.cpp', | 42 'V8TrackEventCustom.cpp', |
| 43 'V8UIWorkerGlobalScopeCustom.cpp', |
| 43 'V8WebGLRenderingContextCustom.cpp', | 44 'V8WebGLRenderingContextCustom.cpp', |
| 44 'V8WindowCustom.cpp', | 45 'V8WindowCustom.cpp', |
| 45 'V8WorkerCustom.cpp', | 46 'V8WorkerCustom.cpp', |
| 46 'V8WorkerGlobalScopeCustom.cpp', | 47 'V8WorkerGlobalScopeCustom.cpp', |
| 47 'V8XMLHttpRequestCustom.cpp', | 48 'V8XMLHttpRequestCustom.cpp', |
| 48 'V8XSLTProcessorCustom.cpp', | 49 'V8XSLTProcessorCustom.cpp', |
| 49 ], | 50 ], |
| 50 }, | 51 }, |
| 51 } | 52 } |
| OLD | NEW |