| 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', | 16 'ActiveScriptWrappable.cpp', |
| 17 'ActiveScriptWrappable.h', | 17 'ActiveScriptWrappable.h', |
| 18 'ArrayValue.cpp', | 18 'ArrayValue.cpp', |
| 19 'ArrayValue.h', | 19 'ArrayValue.h', |
| 20 'BindingSecurity.cpp', | 20 'BindingSecurity.cpp', |
| 21 'BindingSecurity.h', | 21 'BindingSecurity.h', |
| 22 'CallbackPromiseAdapter.h', | 22 'CallbackPromiseAdapter.h', |
| 23 'CSSPaintBinding.cpp', |
| 24 'CSSPaintBinding.h', |
| 23 'CustomElementBinding.cpp', | 25 'CustomElementBinding.cpp', |
| 24 'CustomElementBinding.h', | 26 'CustomElementBinding.h', |
| 25 'CustomElementConstructorBuilder.cpp', | 27 'CustomElementConstructorBuilder.cpp', |
| 26 'CustomElementConstructorBuilder.h', | 28 'CustomElementConstructorBuilder.h', |
| 27 'DOMDataStore.h', | 29 'DOMDataStore.h', |
| 28 'DOMWrapperMap.h', | 30 'DOMWrapperMap.h', |
| 29 'DOMWrapperWorld.cpp', | 31 'DOMWrapperWorld.cpp', |
| 30 'DOMWrapperWorld.h', | 32 'DOMWrapperWorld.h', |
| 31 'Dictionary.cpp', | 33 'Dictionary.cpp', |
| 32 'Dictionary.h', | 34 'Dictionary.h', |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'ScriptStreamerTest.cpp', | 192 'ScriptStreamerTest.cpp', |
| 191 'SerializedScriptValueTest.cpp', | 193 'SerializedScriptValueTest.cpp', |
| 192 'ToV8Test.cpp', | 194 'ToV8Test.cpp', |
| 193 'V8BindingForTesting.cpp', | 195 'V8BindingForTesting.cpp', |
| 194 'V8BindingForTesting.h', | 196 'V8BindingForTesting.h', |
| 195 'V8BindingTest.cpp', | 197 'V8BindingTest.cpp', |
| 196 'V8ScriptRunnerTest.cpp', | 198 'V8ScriptRunnerTest.cpp', |
| 197 ], | 199 ], |
| 198 }, | 200 }, |
| 199 } | 201 } |
| OLD | NEW |