| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'V8Uint8ArrayCustom.h', | 67 'V8Uint8ArrayCustom.h', |
| 68 'V8Uint8ClampedArrayCustom.h', | 68 'V8Uint8ClampedArrayCustom.h', |
| 69 'V8WebGLRenderingContextCustom.cpp', | 69 'V8WebGLRenderingContextCustom.cpp', |
| 70 'V8WebKitPointCustom.cpp', | 70 'V8WebKitPointCustom.cpp', |
| 71 'V8WindowCustom.cpp', | 71 'V8WindowCustom.cpp', |
| 72 'V8WorkerCustom.cpp', | 72 'V8WorkerCustom.cpp', |
| 73 'V8WorkerGlobalScopeCustom.cpp', | 73 'V8WorkerGlobalScopeCustom.cpp', |
| 74 'V8XMLHttpRequestCustom.cpp', | 74 'V8XMLHttpRequestCustom.cpp', |
| 75 'V8XSLTProcessorCustom.cpp', | 75 'V8XSLTProcessorCustom.cpp', |
| 76 ], | 76 ], |
| 77 'bindings_core_v8_custom_testing_files': [ |
| 78 'V8InternalsCustom.cpp', |
| 79 ], |
| 77 }, | 80 }, |
| 78 } | 81 } |
| OLD | NEW |