| 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 24 matching lines...) Expand all Loading... |
| 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 'Iterable.h', | 41 'Iterable.h', |
| 42 'JSONValuesForV8.cpp', | 42 'JSONValuesForV8.cpp', |
| 43 'JSONValuesForV8.h', | 43 'JSONValuesForV8.h', |
| 44 'Maplike.h', | 44 'Maplike.h', |
| 45 'Microtask.cpp', |
| 46 'Microtask.h', |
| 45 'NativeValueTraits.h', | 47 'NativeValueTraits.h', |
| 46 'NPV8Object.cpp', | 48 'NPV8Object.cpp', |
| 47 'NPV8Object.h', | 49 'NPV8Object.h', |
| 48 'Nullable.h', | 50 'Nullable.h', |
| 49 'OnStackObjectChecker.cpp', | 51 'OnStackObjectChecker.cpp', |
| 50 'OnStackObjectChecker.h', | 52 'OnStackObjectChecker.h', |
| 51 'PrivateScriptRunner.cpp', | 53 'PrivateScriptRunner.cpp', |
| 52 'PrivateScriptRunner.h', | 54 'PrivateScriptRunner.h', |
| 53 'ReadableStreamOperations.cpp', | 55 'ReadableStreamOperations.cpp', |
| 54 'ReadableStreamOperations.h', | 56 'ReadableStreamOperations.h', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 'V8ObjectConstructor.h', | 154 'V8ObjectConstructor.h', |
| 153 'V8PagePopupControllerBinding.cpp', | 155 'V8PagePopupControllerBinding.cpp', |
| 154 'V8PagePopupControllerBinding.h', | 156 'V8PagePopupControllerBinding.h', |
| 155 'V8PerContextData.cpp', | 157 'V8PerContextData.cpp', |
| 156 'V8PerContextData.h', | 158 'V8PerContextData.h', |
| 157 'V8PerformanceObserverCallback.cpp', | 159 'V8PerformanceObserverCallback.cpp', |
| 158 'V8PerformanceObserverCallback.h', | 160 'V8PerformanceObserverCallback.h', |
| 159 'V8PerIsolateData.cpp', | 161 'V8PerIsolateData.cpp', |
| 160 'V8PerIsolateData.h', | 162 'V8PerIsolateData.h', |
| 161 'V8PersistentValueVector.h', | 163 'V8PersistentValueVector.h', |
| 162 'V8RecursionScope.cpp', | |
| 163 'V8RecursionScope.h', | |
| 164 'V8ScriptRunner.cpp', | 164 'V8ScriptRunner.cpp', |
| 165 'V8ScriptRunner.h', | 165 'V8ScriptRunner.h', |
| 166 'V8StringResource.cpp', | 166 'V8StringResource.cpp', |
| 167 'V8StringResource.h', | 167 'V8StringResource.h', |
| 168 'V8ThrowException.cpp', | 168 'V8ThrowException.cpp', |
| 169 'V8ThrowException.h', | 169 'V8ThrowException.h', |
| 170 'V8ValueCache.cpp', | 170 'V8ValueCache.cpp', |
| 171 'V8ValueCache.h', | 171 'V8ValueCache.h', |
| 172 'V8WorkerGlobalScopeEventListener.cpp', | 172 'V8WorkerGlobalScopeEventListener.cpp', |
| 173 'V8WorkerGlobalScopeEventListener.h', | 173 'V8WorkerGlobalScopeEventListener.h', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 191 'ScriptStreamerTest.cpp', | 191 'ScriptStreamerTest.cpp', |
| 192 'SerializedScriptValueTest.cpp', | 192 'SerializedScriptValueTest.cpp', |
| 193 'ToV8Test.cpp', | 193 'ToV8Test.cpp', |
| 194 'V8BindingForTesting.cpp', | 194 'V8BindingForTesting.cpp', |
| 195 'V8BindingForTesting.h', | 195 'V8BindingForTesting.h', |
| 196 'V8BindingTest.cpp', | 196 'V8BindingTest.cpp', |
| 197 'V8ScriptRunnerTest.cpp', | 197 'V8ScriptRunnerTest.cpp', |
| 198 ], | 198 ], |
| 199 }, | 199 }, |
| 200 } | 200 } |
| OLD | NEW |