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