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 'DictionaryHelperForCore.cpp', | |
Nils Barth (inactive)
2014/07/09 13:20:37
alpha (longer after shorter)
tasak
2014/07/10 04:52:08
Done.
| |
35 'DictionaryHelper.h', | |
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 'NPV8Object.cpp', | 42 'NPV8Object.cpp', |
41 'NPV8Object.h', | 43 'NPV8Object.h', |
42 'Nullable.h', | 44 'Nullable.h', |
43 'PageScriptDebugServer.cpp', | 45 'PageScriptDebugServer.cpp', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
156 'npruntime.cpp', | 158 'npruntime.cpp', |
157 'npruntime_impl.h', | 159 'npruntime_impl.h', |
158 'npruntime_priv.h', | 160 'npruntime_priv.h', |
159 ], | 161 ], |
160 'bindings_core_v8_unittest_files': [ | 162 'bindings_core_v8_unittest_files': [ |
161 'ScriptPromiseTest.cpp', | 163 'ScriptPromiseTest.cpp', |
162 'ScriptPromisePropertyTest.cpp', | 164 'ScriptPromisePropertyTest.cpp', |
163 ], | 165 ], |
164 }, | 166 }, |
165 } | 167 } |
OLD | NEW |