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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 'npruntime.cpp', | 154 'npruntime.cpp', |
152 'npruntime_impl.h', | 155 'npruntime_impl.h', |
153 'npruntime_priv.h', | 156 'npruntime_priv.h', |
154 ], | 157 ], |
155 'bindings_v8_unittest_files': [ | 158 'bindings_v8_unittest_files': [ |
156 'IDBBindingUtilitiesTest.cpp', | 159 'IDBBindingUtilitiesTest.cpp', |
157 'ScriptPromiseTest.cpp', | 160 'ScriptPromiseTest.cpp', |
158 ], | 161 ], |
159 }, | 162 }, |
160 } | 163 } |
OLD | NEW |