| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'ScriptGCEvent.cpp', | 67 'ScriptGCEvent.cpp', |
| 68 'ScriptGCEvent.h', | 68 'ScriptGCEvent.h', |
| 69 'ScriptHeapSnapshot.cpp', | 69 'ScriptHeapSnapshot.cpp', |
| 70 'ScriptHeapSnapshot.h', | 70 'ScriptHeapSnapshot.h', |
| 71 'ScriptPreprocessor.cpp', | 71 'ScriptPreprocessor.cpp', |
| 72 'ScriptPreprocessor.h', | 72 'ScriptPreprocessor.h', |
| 73 'ScriptProfiler.cpp', | 73 'ScriptProfiler.cpp', |
| 74 'ScriptProfiler.h', | 74 'ScriptProfiler.h', |
| 75 'ScriptPromise.cpp', | 75 'ScriptPromise.cpp', |
| 76 'ScriptPromise.h', | 76 'ScriptPromise.h', |
| 77 'ScriptPromiseResolver.cpp', | |
| 78 'ScriptPromiseResolver.h', | |
| 79 'ScriptPromiseProperties.h', | 77 'ScriptPromiseProperties.h', |
| 80 'ScriptPromiseProperty.h', | 78 'ScriptPromiseProperty.h', |
| 81 'ScriptPromisePropertyBase.cpp', | 79 'ScriptPromisePropertyBase.cpp', |
| 82 'ScriptPromisePropertyBase.h', | 80 'ScriptPromisePropertyBase.h', |
| 81 'ScriptPromiseResolver.cpp', |
| 82 'ScriptPromiseResolver.h', |
| 83 'ScriptRegexp.cpp', | 83 'ScriptRegexp.cpp', |
| 84 'ScriptRegexp.h', | 84 'ScriptRegexp.h', |
| 85 'ScriptSourceCode.h', | 85 'ScriptSourceCode.h', |
| 86 'ScriptState.cpp', | 86 'ScriptState.cpp', |
| 87 'ScriptState.h', | 87 'ScriptState.h', |
| 88 'ScriptStreamer.cpp', | 88 'ScriptStreamer.cpp', |
| 89 'ScriptStreamer.h', | 89 'ScriptStreamer.h', |
| 90 'ScriptStreamerThread.cpp', | 90 'ScriptStreamerThread.cpp', |
| 91 'ScriptStreamerThread.h', | 91 'ScriptStreamerThread.h', |
| 92 'ScriptStreamingMode.h', | 92 'ScriptStreamingMode.h', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 'V8ValueCache.cpp', | 159 'V8ValueCache.cpp', |
| 160 'V8ValueCache.h', | 160 'V8ValueCache.h', |
| 161 'V8WorkerGlobalScopeEventListener.cpp', | 161 'V8WorkerGlobalScopeEventListener.cpp', |
| 162 'V8WorkerGlobalScopeEventListener.h', | 162 'V8WorkerGlobalScopeEventListener.h', |
| 163 'WindowProxy.cpp', | 163 'WindowProxy.cpp', |
| 164 'WindowProxy.h', | 164 'WindowProxy.h', |
| 165 'WorkerScriptController.cpp', | 165 'WorkerScriptController.cpp', |
| 166 'WorkerScriptController.h', | 166 'WorkerScriptController.h', |
| 167 'WorkerScriptDebugServer.cpp', | 167 'WorkerScriptDebugServer.cpp', |
| 168 'WorkerScriptDebugServer.h', | 168 'WorkerScriptDebugServer.h', |
| 169 'WrapperTypeInfo.cpp', |
| 169 'WrapperTypeInfo.h', | 170 'WrapperTypeInfo.h', |
| 170 'npruntime.cpp', | 171 'npruntime.cpp', |
| 171 'npruntime_impl.h', | 172 'npruntime_impl.h', |
| 172 'npruntime_priv.h', | 173 'npruntime_priv.h', |
| 173 ], | 174 ], |
| 174 'bindings_core_v8_unittest_files': [ | 175 'bindings_core_v8_unittest_files': [ |
| 176 'ScriptPromisePropertyTest.cpp', |
| 175 'ScriptPromiseResolverTest.cpp', | 177 'ScriptPromiseResolverTest.cpp', |
| 176 'ScriptPromiseTest.cpp', | 178 'ScriptPromiseTest.cpp', |
| 177 'ScriptPromisePropertyTest.cpp', | |
| 178 'ScriptStreamerTest.cpp', | 179 'ScriptStreamerTest.cpp', |
| 179 'SerializedScriptValueTest.cpp', | 180 'SerializedScriptValueTest.cpp', |
| 180 'V8BindingTest.cpp', | 181 'V8BindingTest.cpp', |
| 181 'V8ScriptRunnerTest.cpp', | 182 'V8ScriptRunnerTest.cpp', |
| 182 ], | 183 ], |
| 183 }, | 184 }, |
| 184 } | 185 } |
| OLD | NEW |