| 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': { |
| 11 'bindings_core_v8_dir': '.', | 11 'bindings_core_v8_dir': '.', |
| 12 'bindings_core_v8_files': [ | 12 'bindings_core_v8_files': [ |
| 13 '<@(bindings_core_v8_custom_files)', | 13 '<@(bindings_core_v8_custom_files)', |
| 14 'ActiveDOMCallback.cpp', | 14 'ActiveDOMCallback.cpp', |
| 15 'ActiveDOMCallback.h', | 15 'ActiveDOMCallback.h', |
| 16 'ActiveScriptWrappable.cpp', | 16 'ActiveScriptWrappable.cpp', |
| 17 'ActiveScriptWrappable.h', | 17 'ActiveScriptWrappable.h', |
| 18 'ArrayValue.cpp', | 18 'ArrayValue.cpp', |
| 19 'ArrayValue.h', | 19 'ArrayValue.h', |
| 20 'BindingSecurity.cpp', | 20 'BindingSecurity.cpp', |
| 21 'BindingSecurity.h', | 21 'BindingSecurity.h', |
| 22 'CallbackPromiseAdapter.h', | 22 'CallbackPromiseAdapter.h', |
| 23 'CustomElementBinding.cpp', | 23 'V0CustomElementBinding.cpp', |
| 24 'CustomElementBinding.h', | 24 'V0CustomElementBinding.h', |
| 25 'CustomElementConstructorBuilder.cpp', | 25 'V0CustomElementConstructorBuilder.cpp', |
| 26 'CustomElementConstructorBuilder.h', | 26 'V0CustomElementConstructorBuilder.h', |
| 27 'DocumentWriteEvaluator.cpp', | 27 'DocumentWriteEvaluator.cpp', |
| 28 'DocumentWriteEvaluator.h', | 28 'DocumentWriteEvaluator.h', |
| 29 'DOMDataStore.h', | 29 'DOMDataStore.h', |
| 30 'DOMWrapperMap.h', | 30 'DOMWrapperMap.h', |
| 31 'DOMWrapperWorld.cpp', | 31 'DOMWrapperWorld.cpp', |
| 32 'DOMWrapperWorld.h', | 32 'DOMWrapperWorld.h', |
| 33 'Dictionary.cpp', | 33 'Dictionary.cpp', |
| 34 'Dictionary.h', | 34 'Dictionary.h', |
| 35 'DictionaryHelperForBindings.h', | 35 'DictionaryHelperForBindings.h', |
| 36 'DictionaryHelperForCore.cpp', | 36 'DictionaryHelperForCore.cpp', |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 'SharedPersistent.h', | 104 'SharedPersistent.h', |
| 105 'Transferables.h', | 105 'Transferables.h', |
| 106 'ToV8.cpp', | 106 'ToV8.cpp', |
| 107 'ToV8.h', | 107 'ToV8.h', |
| 108 'V8AbstractEventListener.cpp', | 108 'V8AbstractEventListener.cpp', |
| 109 'V8AbstractEventListener.h', | 109 'V8AbstractEventListener.h', |
| 110 'V8Binding.cpp', | 110 'V8Binding.cpp', |
| 111 'V8Binding.h', | 111 'V8Binding.h', |
| 112 'V8BindingMacros.h', | 112 'V8BindingMacros.h', |
| 113 'V8CacheOptions.h', | 113 'V8CacheOptions.h', |
| 114 'V8CustomElementLifecycleCallbacks.cpp', | 114 'V8V0CustomElementLifecycleCallbacks.cpp', |
| 115 'V8CustomElementLifecycleCallbacks.h', | 115 'V8V0CustomElementLifecycleCallbacks.h', |
| 116 'V8DOMActivityLogger.cpp', | 116 'V8DOMActivityLogger.cpp', |
| 117 'V8DOMActivityLogger.h', | 117 'V8DOMActivityLogger.h', |
| 118 'V8DOMConfiguration.cpp', | 118 'V8DOMConfiguration.cpp', |
| 119 'V8DOMConfiguration.h', | 119 'V8DOMConfiguration.h', |
| 120 'V8DOMWrapper.cpp', | 120 'V8DOMWrapper.cpp', |
| 121 'V8DOMWrapper.h', | 121 'V8DOMWrapper.h', |
| 122 'V8ErrorHandler.cpp', | 122 'V8ErrorHandler.cpp', |
| 123 'V8ErrorHandler.h', | 123 'V8ErrorHandler.h', |
| 124 'V8EventListener.cpp', | 124 'V8EventListener.cpp', |
| 125 'V8EventListener.h', | 125 'V8EventListener.h', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 'ScriptStreamerTest.cpp', | 187 'ScriptStreamerTest.cpp', |
| 188 'SerializedScriptValueTest.cpp', | 188 'SerializedScriptValueTest.cpp', |
| 189 'ToV8Test.cpp', | 189 'ToV8Test.cpp', |
| 190 'V8BindingForTesting.cpp', | 190 'V8BindingForTesting.cpp', |
| 191 'V8BindingForTesting.h', | 191 'V8BindingForTesting.h', |
| 192 'V8BindingTest.cpp', | 192 'V8BindingTest.cpp', |
| 193 'V8ScriptRunnerTest.cpp', | 193 'V8ScriptRunnerTest.cpp', |
| 194 ], | 194 ], |
| 195 }, | 195 }, |
| 196 } | 196 } |
| OLD | NEW |