| 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 'includes': [ | 6 'includes': [ |
| 7 'custom/custom.gypi', | 7 'custom/custom.gypi', |
| 8 '../../modules/v8/generated.gypi', | 8 '../../modules/v8/generated.gypi', |
| 9 ], | 9 ], |
| 10 'variables': { | 10 'variables': { |
| 11 'bindings_core_v8_dir': '.', | 11 'bindings_core_v8_dir': '.', |
| 12 'bindings_core_v8_files': [ | 12 'bindings_core_v8_files': [ |
| 13 '<@(bindings_core_v8_custom_files)', | 13 '<@(bindings_core_v8_custom_files)', |
| 14 'ActiveDOMCallback.cpp', | 14 'ActiveDOMCallback.cpp', |
| 15 'ActiveDOMCallback.h', | 15 'ActiveDOMCallback.h', |
| 16 'ActiveScriptWrappable.cpp', |
| 17 'ActiveScriptWrappable.h', |
| 16 'ArrayValue.cpp', | 18 'ArrayValue.cpp', |
| 17 'ArrayValue.h', | 19 'ArrayValue.h', |
| 18 'BindingSecurity.cpp', | 20 'BindingSecurity.cpp', |
| 19 'BindingSecurity.h', | 21 'BindingSecurity.h', |
| 20 'CallbackPromiseAdapter.h', | 22 'CallbackPromiseAdapter.h', |
| 21 'CustomElementBinding.cpp', | 23 'CustomElementBinding.cpp', |
| 22 'CustomElementBinding.h', | 24 'CustomElementBinding.h', |
| 23 'CustomElementConstructorBuilder.cpp', | 25 'CustomElementConstructorBuilder.cpp', |
| 24 'CustomElementConstructorBuilder.h', | 26 'CustomElementConstructorBuilder.h', |
| 25 'DOMDataStore.h', | 27 'DOMDataStore.h', |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 'ScriptStreamerTest.cpp', | 193 'ScriptStreamerTest.cpp', |
| 192 'SerializedScriptValueTest.cpp', | 194 'SerializedScriptValueTest.cpp', |
| 193 'ToV8Test.cpp', | 195 'ToV8Test.cpp', |
| 194 'V8BindingForTesting.cpp', | 196 'V8BindingForTesting.cpp', |
| 195 'V8BindingForTesting.h', | 197 'V8BindingForTesting.h', |
| 196 'V8BindingTest.cpp', | 198 'V8BindingTest.cpp', |
| 197 'V8ScriptRunnerTest.cpp', | 199 'V8ScriptRunnerTest.cpp', |
| 198 ], | 200 ], |
| 199 }, | 201 }, |
| 200 } | 202 } |
| OLD | NEW |