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 'DictionaryHelperForBindings.h', | 35 'DictionaryHelperForBindings.h', |
36 'DictionaryHelperForCore.cpp', | 36 'DictionaryHelperForCore.cpp', |
37 'DictionaryIterator.cpp', | 37 'DictionaryIterator.cpp', |
38 'DictionaryIterator.h', | 38 'DictionaryIterator.h', |
39 'ExceptionMessages.cpp', | 39 'ExceptionMessages.cpp', |
40 'ExceptionMessages.h', | 40 'ExceptionMessages.h', |
41 'ExceptionState.cpp', | 41 'ExceptionState.cpp', |
42 'ExceptionState.h', | 42 'ExceptionState.h', |
43 'ExceptionStatePlaceholder.cpp', | 43 'ExceptionStatePlaceholder.cpp', |
44 'ExceptionStatePlaceholder.h', | 44 'ExceptionStatePlaceholder.h', |
| 45 'IDLDictionaryBase.cpp', |
| 46 'IDLDictionaryBase.h', |
45 'Iterable.h', | 47 'Iterable.h', |
46 'JSONValuesForV8.cpp', | 48 'JSONValuesForV8.cpp', |
47 'JSONValuesForV8.h', | 49 'JSONValuesForV8.h', |
48 'Maplike.h', | 50 'Maplike.h', |
49 'Microtask.cpp', | 51 'Microtask.cpp', |
50 'Microtask.h', | 52 'Microtask.h', |
51 'NativeValueTraits.h', | 53 'NativeValueTraits.h', |
52 'Nullable.h', | 54 'Nullable.h', |
53 'OnStackObjectChecker.cpp', | 55 'OnStackObjectChecker.cpp', |
54 'OnStackObjectChecker.h', | 56 'OnStackObjectChecker.h', |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 'ScriptStreamerTest.cpp', | 198 'ScriptStreamerTest.cpp', |
197 'SerializedScriptValueTest.cpp', | 199 'SerializedScriptValueTest.cpp', |
198 'ToV8Test.cpp', | 200 'ToV8Test.cpp', |
199 'V8BindingForTesting.cpp', | 201 'V8BindingForTesting.cpp', |
200 'V8BindingForTesting.h', | 202 'V8BindingForTesting.h', |
201 'V8BindingTest.cpp', | 203 'V8BindingTest.cpp', |
202 'V8ScriptRunnerTest.cpp', | 204 'V8ScriptRunnerTest.cpp', |
203 ], | 205 ], |
204 }, | 206 }, |
205 } | 207 } |
OLD | NEW |