| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 'V8ObjectConstructor.h', | 159 'V8ObjectConstructor.h', |
| 160 'V8PagePopupControllerBinding.cpp', | 160 'V8PagePopupControllerBinding.cpp', |
| 161 'V8PagePopupControllerBinding.h', | 161 'V8PagePopupControllerBinding.h', |
| 162 'V8PerContextData.cpp', | 162 'V8PerContextData.cpp', |
| 163 'V8PerContextData.h', | 163 'V8PerContextData.h', |
| 164 'V8PerformanceObserverCallback.cpp', | 164 'V8PerformanceObserverCallback.cpp', |
| 165 'V8PerformanceObserverCallback.h', | 165 'V8PerformanceObserverCallback.h', |
| 166 'V8PerIsolateData.cpp', | 166 'V8PerIsolateData.cpp', |
| 167 'V8PerIsolateData.h', | 167 'V8PerIsolateData.h', |
| 168 'V8PersistentValueVector.h', | 168 'V8PersistentValueVector.h', |
| 169 'V8PrivateProperty.cpp', |
| 170 'V8PrivateProperty.h', |
| 169 'V8ScriptRunner.cpp', | 171 'V8ScriptRunner.cpp', |
| 170 'V8ScriptRunner.h', | 172 'V8ScriptRunner.h', |
| 171 'V8StringResource.cpp', | 173 'V8StringResource.cpp', |
| 172 'V8StringResource.h', | 174 'V8StringResource.h', |
| 173 'V8ThrowException.cpp', | 175 'V8ThrowException.cpp', |
| 174 'V8ThrowException.h', | 176 'V8ThrowException.h', |
| 175 'V8V0CustomElementLifecycleCallbacks.cpp', | 177 'V8V0CustomElementLifecycleCallbacks.cpp', |
| 176 'V8V0CustomElementLifecycleCallbacks.h', | 178 'V8V0CustomElementLifecycleCallbacks.h', |
| 177 'V8ValueCache.cpp', | 179 'V8ValueCache.cpp', |
| 178 'V8ValueCache.h', | 180 'V8ValueCache.h', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 195 'ScriptStreamerTest.cpp', | 197 'ScriptStreamerTest.cpp', |
| 196 'SerializedScriptValueTest.cpp', | 198 'SerializedScriptValueTest.cpp', |
| 197 'ToV8Test.cpp', | 199 'ToV8Test.cpp', |
| 198 'V8BindingForTesting.cpp', | 200 'V8BindingForTesting.cpp', |
| 199 'V8BindingForTesting.h', | 201 'V8BindingForTesting.h', |
| 200 'V8BindingTest.cpp', | 202 'V8BindingTest.cpp', |
| 201 'V8ScriptRunnerTest.cpp', | 203 'V8ScriptRunnerTest.cpp', |
| 202 ], | 204 ], |
| 203 }, | 205 }, |
| 204 } | 206 } |
| OLD | NEW |