| 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': { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 'CustomElementBinding.h', | 22 'CustomElementBinding.h', |
| 23 'CustomElementConstructorBuilder.cpp', | 23 'CustomElementConstructorBuilder.cpp', |
| 24 'CustomElementConstructorBuilder.h', | 24 'CustomElementConstructorBuilder.h', |
| 25 'DOMDataStore.cpp', | 25 'DOMDataStore.cpp', |
| 26 'DOMDataStore.h', | 26 'DOMDataStore.h', |
| 27 'DOMWrapperMap.h', | 27 'DOMWrapperMap.h', |
| 28 'DOMWrapperWorld.cpp', | 28 'DOMWrapperWorld.cpp', |
| 29 'DOMWrapperWorld.h', | 29 'DOMWrapperWorld.h', |
| 30 'Dictionary.cpp', | 30 'Dictionary.cpp', |
| 31 'Dictionary.h', | 31 'Dictionary.h', |
| 32 'DictionaryHelperForBindings.h', | |
| 33 'DictionaryHelperForCore.cpp', | |
| 34 'ExceptionMessages.cpp', | 32 'ExceptionMessages.cpp', |
| 35 'ExceptionMessages.h', | 33 'ExceptionMessages.h', |
| 36 'ExceptionState.cpp', | 34 'ExceptionState.cpp', |
| 37 'ExceptionState.h', | 35 'ExceptionState.h', |
| 38 'ExceptionStatePlaceholder.cpp', | 36 'ExceptionStatePlaceholder.cpp', |
| 39 'ExceptionStatePlaceholder.h', | 37 'ExceptionStatePlaceholder.h', |
| 40 'ModuleProxy.cpp', | 38 'ModuleProxy.cpp', |
| 41 'ModuleProxy.h', | 39 'ModuleProxy.h', |
| 42 'NPV8Object.cpp', | 40 'NPV8Object.cpp', |
| 43 'NPV8Object.h', | 41 'NPV8Object.h', |
| 44 'Nullable.h', | 42 'Nullable.h', |
| 45 'PageScriptDebugServer.cpp', | 43 'PageScriptDebugServer.cpp', |
| 46 'PageScriptDebugServer.h', | 44 'PageScriptDebugServer.h', |
| 47 'PostMessage.h', | 45 'PostMessage.h', |
| 48 'PrivateScriptRunner.cpp', | 46 'PrivateScriptRunner.cpp', |
| 49 'PrivateScriptRunner.h', | 47 'PrivateScriptRunner.h', |
| 48 'PropertyBag.cpp', |
| 49 'PropertyBag.h', |
| 50 'PropertyBagTraits.h', |
| 50 'RetainedDOMInfo.cpp', | 51 'RetainedDOMInfo.cpp', |
| 51 'RetainedDOMInfo.h', | 52 'RetainedDOMInfo.h', |
| 52 'RetainedObjectInfo.h', | 53 'RetainedObjectInfo.h', |
| 53 'ScheduledAction.cpp', | 54 'ScheduledAction.cpp', |
| 54 'ScheduledAction.h', | 55 'ScheduledAction.h', |
| 55 'ScopedPersistent.h', | 56 'ScopedPersistent.h', |
| 56 'ScriptCallStackFactory.cpp', | 57 'ScriptCallStackFactory.cpp', |
| 57 'ScriptCallStackFactory.h', | 58 'ScriptCallStackFactory.h', |
| 58 'ScriptController.cpp', | 59 'ScriptController.cpp', |
| 59 'ScriptController.h', | 60 'ScriptController.h', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'bindings_core_v8_unittest_files': [ | 165 'bindings_core_v8_unittest_files': [ |
| 165 'ScriptPromiseResolverTest.cpp', | 166 'ScriptPromiseResolverTest.cpp', |
| 166 'ScriptPromiseTest.cpp', | 167 'ScriptPromiseTest.cpp', |
| 167 'ScriptPromisePropertyTest.cpp', | 168 'ScriptPromisePropertyTest.cpp', |
| 168 'SerializedScriptValueTest.cpp', | 169 'SerializedScriptValueTest.cpp', |
| 169 'V8BindingTest.cpp', | 170 'V8BindingTest.cpp', |
| 170 'V8ScriptRunnerTest.cpp', | 171 'V8ScriptRunnerTest.cpp', |
| 171 ], | 172 ], |
| 172 }, | 173 }, |
| 173 } | 174 } |
| OLD | NEW |