| 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 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'bindings_core_v8_dir': '.', | 10 'bindings_core_v8_dir': '.', |
| 11 'bindings_core_v8_files': [ | 11 'bindings_core_v8_files': [ |
| 12 '<@(bindings_core_v8_custom_files)', | 12 '<@(bindings_core_v8_custom_files)', |
| 13 'ActiveDOMCallback.cpp', | 13 'ActiveDOMCallback.cpp', |
| 14 'ActiveDOMCallback.h', | 14 'ActiveDOMCallback.h', |
| 15 'ArrayValue.cpp', | 15 'ArrayValue.cpp', |
| 16 'ArrayValue.h', | 16 'ArrayValue.h', |
| 17 'BindingSecurity.cpp', | 17 'BindingSecurity.cpp', |
| 18 'BindingSecurity.h', | 18 'BindingSecurity.h', |
| 19 'CallbackPromiseAdapter.h', | 19 'CallbackPromiseAdapter.h', |
| 20 'CustomElementBinding.cpp', | 20 'CustomElementBinding.cpp', |
| 21 'CustomElementBinding.h', | 21 'CustomElementBinding.h', |
| 22 'CustomElementConstructorBuilder.cpp', | 22 'CustomElementConstructorBuilder.cpp', |
| 23 'CustomElementConstructorBuilder.h', | 23 'CustomElementConstructorBuilder.h', |
| 24 'CustomElementWrapper.cpp', | 24 'CustomElementWrapper.cpp', |
| 25 'CustomElementWrapper.h', | 25 'CustomElementWrapper.h', |
| 26 'Dictionary.cpp', |
| 27 'Dictionary.h', |
| 28 'DictionaryHelperForBindings.h', |
| 29 'DictionaryHelperForCore.cpp', |
| 26 'DOMDataStore.cpp', | 30 'DOMDataStore.cpp', |
| 27 'DOMDataStore.h', | 31 'DOMDataStore.h', |
| 28 'DOMWrapperMap.h', | 32 'DOMWrapperMap.h', |
| 29 'DOMWrapperWorld.cpp', | 33 'DOMWrapperWorld.cpp', |
| 30 'DOMWrapperWorld.h', | 34 'DOMWrapperWorld.h', |
| 31 'Dictionary.cpp', | |
| 32 'Dictionary.h', | |
| 33 'DictionaryHelperForBindings.h', | |
| 34 'DictionaryHelperForCore.cpp', | |
| 35 'ExceptionMessages.cpp', | 35 'ExceptionMessages.cpp', |
| 36 'ExceptionMessages.h', | 36 'ExceptionMessages.h', |
| 37 'ExceptionState.cpp', | 37 'ExceptionState.cpp', |
| 38 'ExceptionState.h', | 38 'ExceptionState.h', |
| 39 'ExceptionStatePlaceholder.cpp', | 39 'ExceptionStatePlaceholder.cpp', |
| 40 'ExceptionStatePlaceholder.h', | 40 'ExceptionStatePlaceholder.h', |
| 41 'Nullable.h', | 41 'Nullable.h', |
| 42 'RetainedDOMInfo.cpp', | 42 'RetainedDOMInfo.cpp', |
| 43 'RetainedDOMInfo.h', | 43 'RetainedDOMInfo.h', |
| 44 'RetainedObjectInfo.h', | 44 'RetainedObjectInfo.h', |
| 45 'ScheduledAction.cpp', | 45 'ScheduledAction.cpp', |
| 46 'ScheduledAction.h', | 46 'ScheduledAction.h', |
| 47 'ScopedPersistent.h', | 47 'ScopedPersistent.h', |
| 48 'ScriptCallStackFactory.cpp', | 48 'ScriptCallStackFactory.cpp', |
| 49 'ScriptCallStackFactory.h', | 49 'ScriptCallStackFactory.h', |
| 50 'ScriptController.cpp', | 50 'ScriptController.cpp', |
| 51 'ScriptController.h', | 51 'ScriptController.h', |
| 52 'ScriptFunctionCall.cpp', | 52 'ScriptFunctionCall.cpp', |
| 53 'ScriptFunctionCall.h', | 53 'ScriptFunctionCall.h', |
| 54 'ScriptGCEvent.cpp', | 54 'ScriptGCEvent.cpp', |
| 55 'ScriptGCEvent.h', | 55 'ScriptGCEvent.h', |
| 56 'ScriptHeapSnapshot.cpp', | 56 'ScriptHeapSnapshot.cpp', |
| 57 'ScriptHeapSnapshot.h', | 57 'ScriptHeapSnapshot.h', |
| 58 'ScriptPreprocessor.cpp', | |
| 59 'ScriptPreprocessor.h', | |
| 60 'ScriptProfiler.cpp', | 58 'ScriptProfiler.cpp', |
| 61 'ScriptProfiler.h', | 59 'ScriptProfiler.h', |
| 62 'ScriptPromise.cpp', | 60 'ScriptPromise.cpp', |
| 63 'ScriptPromise.h', | 61 'ScriptPromise.h', |
| 64 'ScriptDebugServer.cpp', | |
| 65 'ScriptDebugServer.h', | |
| 66 'ScriptPromiseResolver.cpp', | |
| 67 'ScriptPromiseResolver.h', | |
| 68 'ScriptPromiseProperties.h', | 62 'ScriptPromiseProperties.h', |
| 69 'ScriptPromiseProperty.h', | 63 'ScriptPromiseProperty.h', |
| 70 'ScriptPromisePropertyBase.cpp', | 64 'ScriptPromisePropertyBase.cpp', |
| 71 'ScriptPromisePropertyBase.h', | 65 'ScriptPromisePropertyBase.h', |
| 72 'ScriptRegexp.cpp', | 66 'ScriptPromiseResolver.cpp', |
| 73 'ScriptRegexp.h', | 67 'ScriptPromiseResolver.h', |
| 74 'ScriptSourceCode.h', | 68 'ScriptSourceCode.h', |
| 75 'ScriptState.cpp', | 69 'ScriptState.cpp', |
| 76 'ScriptState.h', | 70 'ScriptState.h', |
| 77 'ScriptString.cpp', | 71 'ScriptString.cpp', |
| 78 'ScriptString.h', | 72 'ScriptString.h', |
| 79 'ScriptValue.cpp', | 73 'ScriptValue.cpp', |
| 80 'ScriptValue.h', | 74 'ScriptValue.h', |
| 81 'ScriptWrappable.cpp', | 75 'ScriptWrappable.cpp', |
| 82 'ScriptWrappable.h', | 76 'ScriptWrappable.h', |
| 83 'SerializedScriptValue.cpp', | 77 'SerializedScriptValue.cpp', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 'V8ThrowException.cpp', | 119 'V8ThrowException.cpp', |
| 126 'V8ThrowException.h', | 120 'V8ThrowException.h', |
| 127 'V8ValueCache.cpp', | 121 'V8ValueCache.cpp', |
| 128 'V8ValueCache.h', | 122 'V8ValueCache.h', |
| 129 'WindowProxy.cpp', | 123 'WindowProxy.cpp', |
| 130 'WindowProxy.h', | 124 'WindowProxy.h', |
| 131 'WrapperTypeInfo.h', | 125 'WrapperTypeInfo.h', |
| 132 ], | 126 ], |
| 133 }, | 127 }, |
| 134 } | 128 } |
| OLD | NEW |