| 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': '.', | |
| 8 'bindings_v8_custom_files': [ | 7 'bindings_v8_custom_files': [ |
| 9 'V8ArrayBufferCustom.cpp', | 8 'V8ArrayBufferCustom.cpp', |
| 10 'V8ArrayBufferCustom.h', | 9 'V8ArrayBufferCustom.h', |
| 11 'V8ArrayBufferViewCustom.cpp', | 10 'V8ArrayBufferViewCustom.cpp', |
| 12 'V8ArrayBufferViewCustom.h', | 11 'V8ArrayBufferViewCustom.h', |
| 13 'V8AudioNodeCustom.cpp', | 12 'V8AudioNodeCustom.cpp', |
| 14 'V8BlobCustom.cpp', | 13 'V8BlobCustom.cpp', |
| 15 'V8BlobCustomHelpers.cpp', | 14 'V8BlobCustomHelpers.cpp', |
| 16 'V8BlobCustomHelpers.h', | 15 'V8BlobCustomHelpers.h', |
| 17 'V8CSSRuleCustom.cpp', | 16 'V8CSSRuleCustom.cpp', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |