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 13 matching lines...) Expand all Loading... |
24 'CustomElementConstructorBuilder.h', | 24 'CustomElementConstructorBuilder.h', |
25 'CustomElementWrapper.cpp', | 25 'CustomElementWrapper.cpp', |
26 'CustomElementWrapper.h', | 26 'CustomElementWrapper.h', |
27 'DOMDataStore.cpp', | 27 'DOMDataStore.cpp', |
28 'DOMDataStore.h', | 28 'DOMDataStore.h', |
29 'DOMWrapperMap.h', | 29 'DOMWrapperMap.h', |
30 'DOMWrapperWorld.cpp', | 30 'DOMWrapperWorld.cpp', |
31 'DOMWrapperWorld.h', | 31 'DOMWrapperWorld.h', |
32 'Dictionary.cpp', | 32 'Dictionary.cpp', |
33 'Dictionary.h', | 33 'Dictionary.h', |
| 34 'DictionaryHelperForBindings.h', |
| 35 'DictionaryHelperForCore.cpp', |
34 'ExceptionMessages.cpp', | 36 'ExceptionMessages.cpp', |
35 'ExceptionMessages.h', | 37 'ExceptionMessages.h', |
36 'ExceptionState.cpp', | 38 'ExceptionState.cpp', |
37 'ExceptionState.h', | 39 'ExceptionState.h', |
38 'ExceptionStatePlaceholder.cpp', | 40 'ExceptionStatePlaceholder.cpp', |
39 'ExceptionStatePlaceholder.h', | 41 'ExceptionStatePlaceholder.h', |
40 'ModuleProxy.cpp', | 42 'ModuleProxy.cpp', |
41 'ModuleProxy.h', | 43 'ModuleProxy.h', |
42 'NPV8Object.cpp', | 44 'NPV8Object.cpp', |
43 'NPV8Object.h', | 45 'NPV8Object.h', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'npruntime.cpp', | 160 'npruntime.cpp', |
159 'npruntime_impl.h', | 161 'npruntime_impl.h', |
160 'npruntime_priv.h', | 162 'npruntime_priv.h', |
161 ], | 163 ], |
162 'bindings_core_v8_unittest_files': [ | 164 'bindings_core_v8_unittest_files': [ |
163 'ScriptPromiseTest.cpp', | 165 'ScriptPromiseTest.cpp', |
164 'ScriptPromisePropertyTest.cpp', | 166 'ScriptPromisePropertyTest.cpp', |
165 ], | 167 ], |
166 }, | 168 }, |
167 } | 169 } |
OLD | NEW |