| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 'V8PagePopupControllerBinding.h', | 162 'V8PagePopupControllerBinding.h', |
| 163 'V8PerContextData.cpp', | 163 'V8PerContextData.cpp', |
| 164 'V8PerContextData.h', | 164 'V8PerContextData.h', |
| 165 'V8PerformanceObserverCallback.cpp', | 165 'V8PerformanceObserverCallback.cpp', |
| 166 'V8PerformanceObserverCallback.h', | 166 'V8PerformanceObserverCallback.h', |
| 167 'V8PerIsolateData.cpp', | 167 'V8PerIsolateData.cpp', |
| 168 'V8PerIsolateData.h', | 168 'V8PerIsolateData.h', |
| 169 'V8PersistentValueVector.h', | 169 'V8PersistentValueVector.h', |
| 170 'V8PrivateProperty.cpp', | 170 'V8PrivateProperty.cpp', |
| 171 'V8PrivateProperty.h', | 171 'V8PrivateProperty.h', |
| 172 'V8ResizeObserverCallbackCustom.cpp', |
| 172 'V8ScriptRunner.cpp', | 173 'V8ScriptRunner.cpp', |
| 173 'V8ScriptRunner.h', | 174 'V8ScriptRunner.h', |
| 174 'V8StringResource.cpp', | 175 'V8StringResource.cpp', |
| 175 'V8StringResource.h', | 176 'V8StringResource.h', |
| 176 'V8ThrowException.cpp', | 177 'V8ThrowException.cpp', |
| 177 'V8ThrowException.h', | 178 'V8ThrowException.h', |
| 178 'V8V0CustomElementLifecycleCallbacks.cpp', | 179 'V8V0CustomElementLifecycleCallbacks.cpp', |
| 179 'V8V0CustomElementLifecycleCallbacks.h', | 180 'V8V0CustomElementLifecycleCallbacks.h', |
| 180 'V8ValueCache.cpp', | 181 'V8ValueCache.cpp', |
| 181 'V8ValueCache.h', | 182 'V8ValueCache.h', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 199 'ScriptValueSerializerTest.cpp', | 200 'ScriptValueSerializerTest.cpp', |
| 200 'SerializedScriptValueTest.cpp', | 201 'SerializedScriptValueTest.cpp', |
| 201 'ToV8Test.cpp', | 202 'ToV8Test.cpp', |
| 202 'V8BindingForTesting.cpp', | 203 'V8BindingForTesting.cpp', |
| 203 'V8BindingForTesting.h', | 204 'V8BindingForTesting.h', |
| 204 'V8BindingTest.cpp', | 205 'V8BindingTest.cpp', |
| 205 'V8ScriptRunnerTest.cpp', | 206 'V8ScriptRunnerTest.cpp', |
| 206 ], | 207 ], |
| 207 }, | 208 }, |
| 208 } | 209 } |
| OLD | NEW |