| 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 # FIXME: should move bindings_v8_files to bindings/core/v8 or | 7 'custom/custom.gypi', |
| 8 # bindings/modules/v8. | 8 '../../modules/v8/generated.gypi', |
| 9 '../core/v8/custom/custom.gypi', | |
| 10 '../modules/v8/generated.gypi', | |
| 11 ], | 9 ], |
| 12 'variables': { | 10 'variables': { |
| 13 'bindings_v8_dir': '.', | 11 'bindings_core_v8_dir': '.', |
| 14 'bindings_v8_files': [ | 12 'bindings_core_v8_files': [ |
| 15 '<@(bindings_core_v8_custom_files)', | 13 '<@(bindings_core_v8_custom_files)', |
| 16 'ActiveDOMCallback.cpp', | 14 'ActiveDOMCallback.cpp', |
| 17 'ActiveDOMCallback.h', | 15 'ActiveDOMCallback.h', |
| 18 'ArrayValue.cpp', | 16 'ArrayValue.cpp', |
| 19 'ArrayValue.h', | 17 'ArrayValue.h', |
| 20 'BindingSecurity.cpp', | 18 'BindingSecurity.cpp', |
| 21 'BindingSecurity.h', | 19 'BindingSecurity.h', |
| 22 'CallbackPromiseAdapter.h', | 20 'CallbackPromiseAdapter.h', |
| 23 'CustomElementBinding.cpp', | 21 'CustomElementBinding.cpp', |
| 24 'CustomElementBinding.h', | 22 'CustomElementBinding.h', |
| 25 'CustomElementConstructorBuilder.cpp', | 23 'CustomElementConstructorBuilder.cpp', |
| 26 'CustomElementConstructorBuilder.h', | 24 'CustomElementConstructorBuilder.h', |
| 27 'CustomElementWrapper.cpp', | 25 'CustomElementWrapper.cpp', |
| 28 'CustomElementWrapper.h', | 26 'CustomElementWrapper.h', |
| 29 'DOMDataStore.cpp', | 27 'DOMDataStore.cpp', |
| 30 'DOMDataStore.h', | 28 'DOMDataStore.h', |
| 31 'DOMWrapperMap.h', | 29 'DOMWrapperMap.h', |
| 32 'DOMWrapperWorld.cpp', | 30 'DOMWrapperWorld.cpp', |
| 33 'DOMWrapperWorld.h', | 31 'DOMWrapperWorld.h', |
| 34 'Dictionary.cpp', | 32 'Dictionary.cpp', |
| 35 'Dictionary.h', | 33 'Dictionary.h', |
| 36 'ExceptionMessages.cpp', | 34 'ExceptionMessages.cpp', |
| 37 'ExceptionMessages.h', | 35 'ExceptionMessages.h', |
| 38 'ExceptionState.cpp', | 36 'ExceptionState.cpp', |
| 39 'ExceptionState.h', | 37 'ExceptionState.h', |
| 40 'ExceptionStatePlaceholder.cpp', | 38 'ExceptionStatePlaceholder.cpp', |
| 41 'ExceptionStatePlaceholder.h', | 39 'ExceptionStatePlaceholder.h', |
| 42 'IDBBindingUtilities.cpp', | |
| 43 'IDBBindingUtilities.h', | |
| 44 'NPV8Object.cpp', | 40 'NPV8Object.cpp', |
| 45 'NPV8Object.h', | 41 'NPV8Object.h', |
| 46 'Nullable.h', | 42 'Nullable.h', |
| 47 'PageScriptDebugServer.cpp', | 43 'PageScriptDebugServer.cpp', |
| 48 'PageScriptDebugServer.h', | 44 'PageScriptDebugServer.h', |
| 49 'PrivateScriptRunner.cpp', | 45 'PrivateScriptRunner.cpp', |
| 50 'PrivateScriptRunner.h', | 46 'PrivateScriptRunner.h', |
| 51 'RetainedDOMInfo.cpp', | 47 'RetainedDOMInfo.cpp', |
| 52 'RetainedDOMInfo.h', | 48 'RetainedDOMInfo.h', |
| 53 'RetainedObjectInfo.h', | 49 'RetainedObjectInfo.h', |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 'V8WorkerGlobalScopeEventListener.h', | 146 'V8WorkerGlobalScopeEventListener.h', |
| 151 'WorkerScriptController.cpp', | 147 'WorkerScriptController.cpp', |
| 152 'WorkerScriptController.h', | 148 'WorkerScriptController.h', |
| 153 'WorkerScriptDebugServer.cpp', | 149 'WorkerScriptDebugServer.cpp', |
| 154 'WorkerScriptDebugServer.h', | 150 'WorkerScriptDebugServer.h', |
| 155 'WrapperTypeInfo.h', | 151 'WrapperTypeInfo.h', |
| 156 'npruntime.cpp', | 152 'npruntime.cpp', |
| 157 'npruntime_impl.h', | 153 'npruntime_impl.h', |
| 158 'npruntime_priv.h', | 154 'npruntime_priv.h', |
| 159 ], | 155 ], |
| 160 'bindings_v8_unittest_files': [ | 156 'bindings_core_v8_unittest_files': [ |
| 161 'IDBBindingUtilitiesTest.cpp', | |
| 162 'ScriptPromiseTest.cpp', | 157 'ScriptPromiseTest.cpp', |
| 163 ], | 158 ], |
| 164 }, | 159 }, |
| 165 } | 160 } |
| OLD | NEW |