| 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': { |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 'ScriptWrappable.cpp', | 97 'ScriptWrappable.cpp', |
| 98 'ScriptWrappable.h', | 98 'ScriptWrappable.h', |
| 99 'SerializedScriptValue.cpp', | 99 'SerializedScriptValue.cpp', |
| 100 'SerializedScriptValue.h', | 100 'SerializedScriptValue.h', |
| 101 'SharedPersistent.h', | 101 'SharedPersistent.h', |
| 102 'V8AbstractEventListener.cpp', | 102 'V8AbstractEventListener.cpp', |
| 103 'V8AbstractEventListener.h', | 103 'V8AbstractEventListener.h', |
| 104 'V8Binding.cpp', | 104 'V8Binding.cpp', |
| 105 'V8Binding.h', | 105 'V8Binding.h', |
| 106 'V8BindingMacros.h', | 106 'V8BindingMacros.h', |
| 107 'V8CacheOptions.h', |
| 107 'V8CustomElementLifecycleCallbacks.cpp', | 108 'V8CustomElementLifecycleCallbacks.cpp', |
| 108 'V8CustomElementLifecycleCallbacks.h', | 109 'V8CustomElementLifecycleCallbacks.h', |
| 109 'V8DOMActivityLogger.cpp', | 110 'V8DOMActivityLogger.cpp', |
| 110 'V8DOMActivityLogger.h', | 111 'V8DOMActivityLogger.h', |
| 111 'V8DOMConfiguration.cpp', | 112 'V8DOMConfiguration.cpp', |
| 112 'V8DOMConfiguration.h', | 113 'V8DOMConfiguration.h', |
| 113 'V8DOMWrapper.cpp', | 114 'V8DOMWrapper.cpp', |
| 114 'V8DOMWrapper.h', | 115 'V8DOMWrapper.h', |
| 115 'V8ErrorHandler.cpp', | 116 'V8ErrorHandler.cpp', |
| 116 'V8ErrorHandler.h', | 117 'V8ErrorHandler.h', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 135 'V8NPUtils.cpp', | 136 'V8NPUtils.cpp', |
| 136 'V8NPUtils.h', | 137 'V8NPUtils.h', |
| 137 'V8NodeFilterCondition.cpp', | 138 'V8NodeFilterCondition.cpp', |
| 138 'V8NodeFilterCondition.h', | 139 'V8NodeFilterCondition.h', |
| 139 'V8ObjectConstructor.cpp', | 140 'V8ObjectConstructor.cpp', |
| 140 'V8ObjectConstructor.h', | 141 'V8ObjectConstructor.h', |
| 141 'V8PerContextData.cpp', | 142 'V8PerContextData.cpp', |
| 142 'V8PerContextData.h', | 143 'V8PerContextData.h', |
| 143 'V8PerIsolateData.cpp', | 144 'V8PerIsolateData.cpp', |
| 144 'V8PerIsolateData.h', | 145 'V8PerIsolateData.h', |
| 146 'V8PersistentValueMap.h', |
| 147 'V8PersistentValueVector.h', |
| 145 'V8RecursionScope.cpp', | 148 'V8RecursionScope.cpp', |
| 146 'V8RecursionScope.h', | 149 'V8RecursionScope.h', |
| 147 'V8ScriptRunner.cpp', | 150 'V8ScriptRunner.cpp', |
| 148 'V8ScriptRunner.h', | 151 'V8ScriptRunner.h', |
| 149 'V8StringResource.cpp', | 152 'V8StringResource.cpp', |
| 150 'V8StringResource.h', | 153 'V8StringResource.h', |
| 151 'V8ThrowException.cpp', | 154 'V8ThrowException.cpp', |
| 152 'V8ThrowException.h', | 155 'V8ThrowException.h', |
| 153 'V8ValueCache.cpp', | 156 'V8ValueCache.cpp', |
| 154 'V8ValueCache.h', | 157 'V8ValueCache.h', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 169 'ScriptPromiseResolverTest.cpp', | 172 'ScriptPromiseResolverTest.cpp', |
| 170 'ScriptPromiseTest.cpp', | 173 'ScriptPromiseTest.cpp', |
| 171 'ScriptPromisePropertyTest.cpp', | 174 'ScriptPromisePropertyTest.cpp', |
| 172 'ScriptStreamerTest.cpp', | 175 'ScriptStreamerTest.cpp', |
| 173 'SerializedScriptValueTest.cpp', | 176 'SerializedScriptValueTest.cpp', |
| 174 'V8BindingTest.cpp', | 177 'V8BindingTest.cpp', |
| 175 'V8ScriptRunnerTest.cpp', | 178 'V8ScriptRunnerTest.cpp', |
| 176 ], | 179 ], |
| 177 }, | 180 }, |
| 178 } | 181 } |
| OLD | NEW |