| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 'RetainedDOMInfo.cpp', | 59 'RetainedDOMInfo.cpp', |
| 60 'RetainedDOMInfo.h', | 60 'RetainedDOMInfo.h', |
| 61 'RetainedObjectInfo.h', | 61 'RetainedObjectInfo.h', |
| 62 'ScheduledAction.cpp', | 62 'ScheduledAction.cpp', |
| 63 'ScheduledAction.h', | 63 'ScheduledAction.h', |
| 64 'ScopedPersistent.h', | 64 'ScopedPersistent.h', |
| 65 'ScriptCallStack.cpp', | 65 'ScriptCallStack.cpp', |
| 66 'ScriptCallStack.h', | 66 'ScriptCallStack.h', |
| 67 'ScriptController.cpp', | 67 'ScriptController.cpp', |
| 68 'ScriptController.h', | 68 'ScriptController.h', |
| 69 'ScriptCustomElementDefinition.cpp', |
| 70 'ScriptCustomElementDefinition.h', |
| 71 'ScriptCustomElementDefinitionBuilder.cpp', |
| 72 'ScriptCustomElementDefinitionBuilder.h', |
| 69 'ScriptEventListener.cpp', | 73 'ScriptEventListener.cpp', |
| 70 'ScriptEventListener.h', | 74 'ScriptEventListener.h', |
| 71 'ScriptFunction.cpp', | 75 'ScriptFunction.cpp', |
| 72 'ScriptFunction.h', | 76 'ScriptFunction.h', |
| 73 'ScriptPromise.cpp', | 77 'ScriptPromise.cpp', |
| 74 'ScriptPromise.h', | 78 'ScriptPromise.h', |
| 75 'ScriptPromiseProperties.h', | 79 'ScriptPromiseProperties.h', |
| 76 'ScriptPromiseProperty.h', | 80 'ScriptPromiseProperty.h', |
| 77 'ScriptPromisePropertyBase.cpp', | 81 'ScriptPromisePropertyBase.cpp', |
| 78 'ScriptPromisePropertyBase.h', | 82 'ScriptPromisePropertyBase.h', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 107 'Transferables.h', | 111 'Transferables.h', |
| 108 'ToV8.cpp', | 112 'ToV8.cpp', |
| 109 'ToV8.h', | 113 'ToV8.h', |
| 110 'V8AbstractEventListener.cpp', | 114 'V8AbstractEventListener.cpp', |
| 111 'V8AbstractEventListener.h', | 115 'V8AbstractEventListener.h', |
| 112 'V8Binding.cpp', | 116 'V8Binding.cpp', |
| 113 'V8Binding.h', | 117 'V8Binding.h', |
| 114 'V8BindingMacros.h', | 118 'V8BindingMacros.h', |
| 115 'V8CacheOptions.h', | 119 'V8CacheOptions.h', |
| 116 'V8CacheStrategiesForCacheStorage.h', | 120 'V8CacheStrategiesForCacheStorage.h', |
| 117 'V8V0CustomElementLifecycleCallbacks.cpp', | 121 'V8CustomElementPerContextData.cpp', |
| 118 'V8V0CustomElementLifecycleCallbacks.h', | 122 'V8CustomElementPerContextData.h', |
| 119 'V8DOMActivityLogger.cpp', | 123 'V8DOMActivityLogger.cpp', |
| 120 'V8DOMActivityLogger.h', | 124 'V8DOMActivityLogger.h', |
| 121 'V8DOMConfiguration.cpp', | 125 'V8DOMConfiguration.cpp', |
| 122 'V8DOMConfiguration.h', | 126 'V8DOMConfiguration.h', |
| 123 'V8DOMWrapper.cpp', | 127 'V8DOMWrapper.cpp', |
| 124 'V8DOMWrapper.h', | 128 'V8DOMWrapper.h', |
| 125 'V8ErrorHandler.cpp', | 129 'V8ErrorHandler.cpp', |
| 126 'V8ErrorHandler.h', | 130 'V8ErrorHandler.h', |
| 127 'V8EventListener.cpp', | 131 'V8EventListener.cpp', |
| 128 'V8EventListener.h', | 132 'V8EventListener.h', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'V8PerformanceObserverCallback.h', | 167 'V8PerformanceObserverCallback.h', |
| 164 'V8PerIsolateData.cpp', | 168 'V8PerIsolateData.cpp', |
| 165 'V8PerIsolateData.h', | 169 'V8PerIsolateData.h', |
| 166 'V8PersistentValueVector.h', | 170 'V8PersistentValueVector.h', |
| 167 'V8ScriptRunner.cpp', | 171 'V8ScriptRunner.cpp', |
| 168 'V8ScriptRunner.h', | 172 'V8ScriptRunner.h', |
| 169 'V8StringResource.cpp', | 173 'V8StringResource.cpp', |
| 170 'V8StringResource.h', | 174 'V8StringResource.h', |
| 171 'V8ThrowException.cpp', | 175 'V8ThrowException.cpp', |
| 172 'V8ThrowException.h', | 176 'V8ThrowException.h', |
| 177 'V8V0CustomElementLifecycleCallbacks.cpp', |
| 178 'V8V0CustomElementLifecycleCallbacks.h', |
| 173 'V8ValueCache.cpp', | 179 'V8ValueCache.cpp', |
| 174 'V8ValueCache.h', | 180 'V8ValueCache.h', |
| 175 'V8WorkerGlobalScopeEventListener.cpp', | 181 'V8WorkerGlobalScopeEventListener.cpp', |
| 176 'V8WorkerGlobalScopeEventListener.h', | 182 'V8WorkerGlobalScopeEventListener.h', |
| 177 'WindowProxy.cpp', | 183 'WindowProxy.cpp', |
| 178 'WindowProxy.h', | 184 'WindowProxy.h', |
| 179 'WindowProxyManager.cpp', | 185 'WindowProxyManager.cpp', |
| 180 'WindowProxyManager.h', | 186 'WindowProxyManager.h', |
| 181 'WorkerOrWorkletScriptController.cpp', | 187 'WorkerOrWorkletScriptController.cpp', |
| 182 'WorkerOrWorkletScriptController.h', | 188 'WorkerOrWorkletScriptController.h', |
| 183 'WrapperTypeInfo.cpp', | 189 'WrapperTypeInfo.cpp', |
| 184 'WrapperTypeInfo.h', | 190 'WrapperTypeInfo.h', |
| 185 ], | 191 ], |
| 186 'bindings_core_v8_unittest_files': [ | 192 'bindings_core_v8_unittest_files': [ |
| 187 'DocumentWriteEvaluatorTest.cpp', | 193 'DocumentWriteEvaluatorTest.cpp', |
| 188 'ScriptPromisePropertyTest.cpp', | 194 'ScriptPromisePropertyTest.cpp', |
| 189 'ScriptPromiseResolverTest.cpp', | 195 'ScriptPromiseResolverTest.cpp', |
| 190 'ScriptPromiseTest.cpp', | 196 'ScriptPromiseTest.cpp', |
| 191 'ScriptStreamerTest.cpp', | 197 'ScriptStreamerTest.cpp', |
| 192 'SerializedScriptValueTest.cpp', | 198 'SerializedScriptValueTest.cpp', |
| 193 'ToV8Test.cpp', | 199 'ToV8Test.cpp', |
| 194 'V8BindingForTesting.cpp', | 200 'V8BindingForTesting.cpp', |
| 195 'V8BindingForTesting.h', | 201 'V8BindingForTesting.h', |
| 196 'V8BindingTest.cpp', | 202 'V8BindingTest.cpp', |
| 197 'V8ScriptRunnerTest.cpp', | 203 'V8ScriptRunnerTest.cpp', |
| 198 ], | 204 ], |
| 199 }, | 205 }, |
| 200 } | 206 } |
| OLD | NEW |