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 20 matching lines...) Expand all Loading... |
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 'Iterable.h', | 39 'Iterable.h', |
40 'Maplike.h', | 40 'Maplike.h', |
| 41 'ModuleProxy.h', |
41 'NativeValueTraits.h', | 42 'NativeValueTraits.h', |
42 'NPV8Object.cpp', | 43 'NPV8Object.cpp', |
43 'NPV8Object.h', | 44 'NPV8Object.h', |
44 'Nullable.h', | 45 'Nullable.h', |
45 'OnStackObjectChecker.cpp', | 46 'OnStackObjectChecker.cpp', |
46 'OnStackObjectChecker.h', | 47 'OnStackObjectChecker.h', |
47 'PrivateScriptRunner.cpp', | 48 'PrivateScriptRunner.cpp', |
48 'PrivateScriptRunner.h', | 49 'PrivateScriptRunner.h', |
49 'ReadableStreamOperations.cpp', | 50 'ReadableStreamOperations.cpp', |
50 'ReadableStreamOperations.h', | 51 'ReadableStreamOperations.h', |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 'ScriptStreamerTest.cpp', | 188 'ScriptStreamerTest.cpp', |
188 'SerializedScriptValueTest.cpp', | 189 'SerializedScriptValueTest.cpp', |
189 'ToV8Test.cpp', | 190 'ToV8Test.cpp', |
190 'V8BindingForTesting.cpp', | 191 'V8BindingForTesting.cpp', |
191 'V8BindingForTesting.h', | 192 'V8BindingForTesting.h', |
192 'V8BindingTest.cpp', | 193 'V8BindingTest.cpp', |
193 'V8ScriptRunnerTest.cpp', | 194 'V8ScriptRunnerTest.cpp', |
194 ], | 195 ], |
195 }, | 196 }, |
196 } | 197 } |
OLD | NEW |