| 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 'ArrayValue.cpp', | 16 'ArrayValue.cpp', |
| 17 'ArrayValue.h', | 17 'ArrayValue.h', |
| 18 'BindingSecurity.cpp', | 18 'BindingSecurity.cpp', |
| 19 'BindingSecurity.h', | 19 'BindingSecurity.h', |
| 20 'CallbackPromiseAdapter.h', | 20 'CallbackPromiseAdapter.h', |
| 21 'CustomElementBinding.cpp', | 21 'CustomElementBinding.cpp', |
| 22 'CustomElementBinding.h', | 22 'CustomElementBinding.h', |
| 23 'CustomElementConstructorBuilder.cpp', | 23 'CustomElementConstructorBuilder.cpp', |
| 24 'CustomElementConstructorBuilder.h', | 24 'CustomElementConstructorBuilder.h', |
| 25 'CustomElementWrapper.cpp', | |
| 26 'CustomElementWrapper.h', | |
| 27 'DOMDataStore.cpp', | 25 'DOMDataStore.cpp', |
| 28 'DOMDataStore.h', | 26 'DOMDataStore.h', |
| 29 'DOMWrapperMap.h', | 27 'DOMWrapperMap.h', |
| 30 'DOMWrapperWorld.cpp', | 28 'DOMWrapperWorld.cpp', |
| 31 'DOMWrapperWorld.h', | 29 'DOMWrapperWorld.h', |
| 32 'Dictionary.cpp', | 30 'Dictionary.cpp', |
| 33 'Dictionary.h', | 31 'Dictionary.h', |
| 34 'DictionaryHelperForBindings.h', | 32 'DictionaryHelperForBindings.h', |
| 35 'DictionaryHelperForCore.cpp', | 33 'DictionaryHelperForCore.cpp', |
| 36 'ExceptionMessages.cpp', | 34 'ExceptionMessages.cpp', |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 ], | 163 ], |
| 166 'bindings_core_v8_unittest_files': [ | 164 'bindings_core_v8_unittest_files': [ |
| 167 'ScriptPromiseResolverTest.cpp', | 165 'ScriptPromiseResolverTest.cpp', |
| 168 'ScriptPromiseTest.cpp', | 166 'ScriptPromiseTest.cpp', |
| 169 'ScriptPromisePropertyTest.cpp', | 167 'ScriptPromisePropertyTest.cpp', |
| 170 'SerializedScriptValueTest.cpp', | 168 'SerializedScriptValueTest.cpp', |
| 171 'V8BindingTest.cpp', | 169 'V8BindingTest.cpp', |
| 172 ], | 170 ], |
| 173 }, | 171 }, |
| 174 } | 172 } |
| OLD | NEW |