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 18 matching lines...) Expand all Loading... |
29 'Dictionary.cpp', | 29 'Dictionary.cpp', |
30 'Dictionary.h', | 30 'Dictionary.h', |
31 'DictionaryHelperForBindings.h', | 31 'DictionaryHelperForBindings.h', |
32 'DictionaryHelperForCore.cpp', | 32 'DictionaryHelperForCore.cpp', |
33 'ExceptionMessages.cpp', | 33 'ExceptionMessages.cpp', |
34 'ExceptionMessages.h', | 34 'ExceptionMessages.h', |
35 'ExceptionState.cpp', | 35 'ExceptionState.cpp', |
36 'ExceptionState.h', | 36 'ExceptionState.h', |
37 'ExceptionStatePlaceholder.cpp', | 37 'ExceptionStatePlaceholder.cpp', |
38 'ExceptionStatePlaceholder.h', | 38 'ExceptionStatePlaceholder.h', |
| 39 'GlobalScopeScriptController.cpp', |
| 40 'GlobalScopeScriptController.h', |
39 'Iterable.h', | 41 'Iterable.h', |
40 'Maplike.h', | 42 'Maplike.h', |
41 'ModuleProxy.cpp', | 43 'ModuleProxy.cpp', |
42 'ModuleProxy.h', | 44 'ModuleProxy.h', |
43 'NativeValueTraits.h', | 45 'NativeValueTraits.h', |
44 'NPV8Object.cpp', | 46 'NPV8Object.cpp', |
45 'NPV8Object.h', | 47 'NPV8Object.h', |
46 'Nullable.h', | 48 'Nullable.h', |
47 'OnStackObjectChecker.cpp', | 49 'OnStackObjectChecker.cpp', |
48 'OnStackObjectChecker.h', | 50 'OnStackObjectChecker.h', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'ScriptStreamerTest.cpp', | 191 'ScriptStreamerTest.cpp', |
190 'SerializedScriptValueTest.cpp', | 192 'SerializedScriptValueTest.cpp', |
191 'ToV8Test.cpp', | 193 'ToV8Test.cpp', |
192 'V8BindingForTesting.cpp', | 194 'V8BindingForTesting.cpp', |
193 'V8BindingForTesting.h', | 195 'V8BindingForTesting.h', |
194 'V8BindingTest.cpp', | 196 'V8BindingTest.cpp', |
195 'V8ScriptRunnerTest.cpp', | 197 'V8ScriptRunnerTest.cpp', |
196 ], | 198 ], |
197 }, | 199 }, |
198 } | 200 } |
OLD | NEW |