| 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 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'bindings_v8_dir': '.', | 10 'bindings_v8_dir': '.', |
| 11 'bindings_v8_files': [ | 11 'bindings_v8_files': [ |
| 12 '<@(bindings_v8_custom_files)', | 12 '<@(bindings_v8_custom_files)', |
| 13 'ActiveDOMCallback.cpp', | 13 'ActiveDOMCallback.cpp', |
| 14 'ActiveDOMCallback.h', | 14 'ActiveDOMCallback.h', |
| 15 'ArrayValue.cpp', | 15 'ArrayValue.cpp', |
| 16 'ArrayValue.h', | 16 'ArrayValue.h', |
| 17 'PrivateScriptController.cpp', |
| 18 'PrivateScriptController.h', |
| 17 'BindingSecurity.cpp', | 19 'BindingSecurity.cpp', |
| 18 'BindingSecurity.h', | 20 'BindingSecurity.h', |
| 19 'CallbackPromiseAdapter.h', | 21 'CallbackPromiseAdapter.h', |
| 20 'CustomElementBinding.cpp', | 22 'CustomElementBinding.cpp', |
| 21 'CustomElementBinding.h', | 23 'CustomElementBinding.h', |
| 22 'CustomElementConstructorBuilder.cpp', | 24 'CustomElementConstructorBuilder.cpp', |
| 23 'CustomElementConstructorBuilder.h', | 25 'CustomElementConstructorBuilder.h', |
| 24 'CustomElementWrapper.cpp', | 26 'CustomElementWrapper.cpp', |
| 25 'CustomElementWrapper.h', | 27 'CustomElementWrapper.h', |
| 26 'DOMDataStore.cpp', | 28 'DOMDataStore.cpp', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 'WorkerScriptController.cpp', | 150 'WorkerScriptController.cpp', |
| 149 'WorkerScriptController.h', | 151 'WorkerScriptController.h', |
| 150 'WorkerScriptDebugServer.cpp', | 152 'WorkerScriptDebugServer.cpp', |
| 151 'WorkerScriptDebugServer.h', | 153 'WorkerScriptDebugServer.h', |
| 152 'WrapperTypeInfo.h', | 154 'WrapperTypeInfo.h', |
| 153 'npruntime.cpp', | 155 'npruntime.cpp', |
| 154 'npruntime_impl.h', | 156 'npruntime_impl.h', |
| 155 'npruntime_priv.h', | 157 'npruntime_priv.h', |
| 156 ], | 158 ], |
| 157 'bindings_v8_unittest_files': [ | 159 'bindings_v8_unittest_files': [ |
| 160 'PrivateScriptTest.cpp', |
| 158 'IDBBindingUtilitiesTest.cpp', | 161 'IDBBindingUtilitiesTest.cpp', |
| 159 'ScriptPromiseTest.cpp', | 162 'ScriptPromiseTest.cpp', |
| 160 ], | 163 ], |
| 161 }, | 164 }, |
| 162 } | 165 } |
| OLD | NEW |