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 # FIXME: should move bindings_v8_files to bindings/core/v8 or |
| 8 # bindings/modules/v8. |
| 9 '../core/v8/custom/custom.gypi', |
| 10 '../modules/v8/generated.gypi', |
8 ], | 11 ], |
9 'variables': { | 12 'variables': { |
10 'bindings_v8_dir': '.', | 13 'bindings_v8_dir': '.', |
11 'bindings_v8_files': [ | 14 'bindings_v8_files': [ |
12 '<@(bindings_v8_custom_files)', | 15 '<@(bindings_core_v8_custom_files)', |
13 'ActiveDOMCallback.cpp', | 16 'ActiveDOMCallback.cpp', |
14 'ActiveDOMCallback.h', | 17 'ActiveDOMCallback.h', |
15 'ArrayValue.cpp', | 18 'ArrayValue.cpp', |
16 'ArrayValue.h', | 19 'ArrayValue.h', |
17 'BindingSecurity.cpp', | 20 'BindingSecurity.cpp', |
18 'BindingSecurity.h', | 21 'BindingSecurity.h', |
19 'CallbackPromiseAdapter.h', | 22 'CallbackPromiseAdapter.h', |
20 'CustomElementBinding.cpp', | 23 'CustomElementBinding.cpp', |
21 'CustomElementBinding.h', | 24 'CustomElementBinding.h', |
22 'CustomElementConstructorBuilder.cpp', | 25 'CustomElementConstructorBuilder.cpp', |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 'npruntime.cpp', | 156 'npruntime.cpp', |
154 'npruntime_impl.h', | 157 'npruntime_impl.h', |
155 'npruntime_priv.h', | 158 'npruntime_priv.h', |
156 ], | 159 ], |
157 'bindings_v8_unittest_files': [ | 160 'bindings_v8_unittest_files': [ |
158 'IDBBindingUtilitiesTest.cpp', | 161 'IDBBindingUtilitiesTest.cpp', |
159 'ScriptPromiseTest.cpp', | 162 'ScriptPromiseTest.cpp', |
160 ], | 163 ], |
161 }, | 164 }, |
162 } | 165 } |
OLD | NEW |