| 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': '.', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 'ScriptValue.h', | 84 'ScriptValue.h', |
| 85 'ScriptWrappable.h', | 85 'ScriptWrappable.h', |
| 86 'SerializedScriptValue.cpp', | 86 'SerializedScriptValue.cpp', |
| 87 'SerializedScriptValue.h', | 87 'SerializedScriptValue.h', |
| 88 'SharedPersistent.h', | 88 'SharedPersistent.h', |
| 89 'V8AbstractEventListener.cpp', | 89 'V8AbstractEventListener.cpp', |
| 90 'V8AbstractEventListener.h', | 90 'V8AbstractEventListener.h', |
| 91 'V8Binding.cpp', | 91 'V8Binding.cpp', |
| 92 'V8Binding.h', | 92 'V8Binding.h', |
| 93 'V8BindingMacros.h', | 93 'V8BindingMacros.h', |
| 94 'V8Callback.cpp', | |
| 95 'V8Callback.h', | |
| 96 'V8CustomElementLifecycleCallbacks.cpp', | 94 'V8CustomElementLifecycleCallbacks.cpp', |
| 97 'V8CustomElementLifecycleCallbacks.h', | 95 'V8CustomElementLifecycleCallbacks.h', |
| 98 'V8DOMActivityLogger.cpp', | 96 'V8DOMActivityLogger.cpp', |
| 99 'V8DOMActivityLogger.h', | 97 'V8DOMActivityLogger.h', |
| 100 'V8DOMConfiguration.cpp', | 98 'V8DOMConfiguration.cpp', |
| 101 'V8DOMConfiguration.h', | 99 'V8DOMConfiguration.h', |
| 102 'V8DOMWrapper.cpp', | 100 'V8DOMWrapper.cpp', |
| 103 'V8DOMWrapper.h', | 101 'V8DOMWrapper.h', |
| 104 'V8ErrorHandler.cpp', | 102 'V8ErrorHandler.cpp', |
| 105 'V8ErrorHandler.h', | 103 'V8ErrorHandler.h', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'npruntime.cpp', | 151 'npruntime.cpp', |
| 154 'npruntime_impl.h', | 152 'npruntime_impl.h', |
| 155 'npruntime_priv.h', | 153 'npruntime_priv.h', |
| 156 ], | 154 ], |
| 157 'bindings_v8_unittest_files': [ | 155 'bindings_v8_unittest_files': [ |
| 158 'IDBBindingUtilitiesTest.cpp', | 156 'IDBBindingUtilitiesTest.cpp', |
| 159 'ScriptPromiseTest.cpp', | 157 'ScriptPromiseTest.cpp', |
| 160 ], | 158 ], |
| 161 }, | 159 }, |
| 162 } | 160 } |
| OLD | NEW |