| 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 'ScriptHeapSnapshot.cpp', | 67 'ScriptHeapSnapshot.cpp', |
| 68 'ScriptHeapSnapshot.h', | 68 'ScriptHeapSnapshot.h', |
| 69 'ScriptPreprocessor.cpp', | 69 'ScriptPreprocessor.cpp', |
| 70 'ScriptPreprocessor.h', | 70 'ScriptPreprocessor.h', |
| 71 'ScriptProfiler.cpp', | 71 'ScriptProfiler.cpp', |
| 72 'ScriptProfiler.h', | 72 'ScriptProfiler.h', |
| 73 'ScriptPromise.cpp', | 73 'ScriptPromise.cpp', |
| 74 'ScriptPromise.h', | 74 'ScriptPromise.h', |
| 75 'ScriptPromiseResolver.cpp', | 75 'ScriptPromiseResolver.cpp', |
| 76 'ScriptPromiseResolver.h', | 76 'ScriptPromiseResolver.h', |
| 77 'ScriptPromiseProperties.h', |
| 78 'ScriptPromiseProperty.h', |
| 79 'ScriptPromisePropertyBase.cpp', |
| 80 'ScriptPromisePropertyBase.h', |
| 77 'ScriptRegexp.cpp', | 81 'ScriptRegexp.cpp', |
| 78 'ScriptRegexp.h', | 82 'ScriptRegexp.h', |
| 79 'ScriptSourceCode.h', | 83 'ScriptSourceCode.h', |
| 80 'ScriptState.cpp', | 84 'ScriptState.cpp', |
| 81 'ScriptState.h', | 85 'ScriptState.h', |
| 82 'ScriptString.cpp', | 86 'ScriptString.cpp', |
| 83 'ScriptString.h', | 87 'ScriptString.h', |
| 84 'ScriptValue.cpp', | 88 'ScriptValue.cpp', |
| 85 'ScriptValue.h', | 89 'ScriptValue.h', |
| 86 'ScriptWrappable.h', | 90 'ScriptWrappable.h', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 'WorkerScriptController.h', | 152 'WorkerScriptController.h', |
| 149 'WorkerScriptDebugServer.cpp', | 153 'WorkerScriptDebugServer.cpp', |
| 150 'WorkerScriptDebugServer.h', | 154 'WorkerScriptDebugServer.h', |
| 151 'WrapperTypeInfo.h', | 155 'WrapperTypeInfo.h', |
| 152 'npruntime.cpp', | 156 'npruntime.cpp', |
| 153 'npruntime_impl.h', | 157 'npruntime_impl.h', |
| 154 'npruntime_priv.h', | 158 'npruntime_priv.h', |
| 155 ], | 159 ], |
| 156 'bindings_core_v8_unittest_files': [ | 160 'bindings_core_v8_unittest_files': [ |
| 157 'ScriptPromiseTest.cpp', | 161 'ScriptPromiseTest.cpp', |
| 162 'ScriptPromisePropertyTest.cpp', |
| 158 ], | 163 ], |
| 159 }, | 164 }, |
| 160 } | 165 } |
| OLD | NEW |