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