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 import("//build/split_static_library.gni") | 5 import("//build/split_static_library.gni") |
6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
7 import("//third_party/WebKit/Source/bindings/bindings.gni") | 7 import("//third_party/WebKit/Source/bindings/bindings.gni") |
8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") | 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") |
9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") | 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") |
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 "compositorworker/AnimationWorkletThreadTest.cpp", | 225 "compositorworker/AnimationWorkletThreadTest.cpp", |
226 "compositorworker/CompositorWorkerThreadTest.cpp", | 226 "compositorworker/CompositorWorkerThreadTest.cpp", |
227 "credentialmanager/PasswordCredentialTest.cpp", | 227 "credentialmanager/PasswordCredentialTest.cpp", |
228 "csspaint/PaintRenderingContext2DTest.cpp", | 228 "csspaint/PaintRenderingContext2DTest.cpp", |
229 "csspaint/PaintWorkletTest.cpp", | 229 "csspaint/PaintWorkletTest.cpp", |
230 "fetch/BlobBytesConsumerTest.cpp", | 230 "fetch/BlobBytesConsumerTest.cpp", |
231 "fetch/BodyStreamBufferTest.cpp", | 231 "fetch/BodyStreamBufferTest.cpp", |
232 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", | 232 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", |
233 "fetch/BytesConsumerTest.cpp", | 233 "fetch/BytesConsumerTest.cpp", |
234 "fetch/BytesConsumerTestUtil.cpp", | 234 "fetch/BytesConsumerTestUtil.cpp", |
235 "fetch/CompositeDataConsumerHandleTest.cpp", | |
236 "fetch/DataConsumerHandleTestUtil.cpp", | 235 "fetch/DataConsumerHandleTestUtil.cpp", |
237 "fetch/DataConsumerHandleTestUtil.h", | 236 "fetch/DataConsumerHandleTestUtil.h", |
238 "fetch/DataConsumerHandleUtilTest.cpp", | 237 "fetch/DataConsumerHandleUtilTest.cpp", |
239 "fetch/FetchBlobDataConsumerHandleTest.cpp", | |
240 "fetch/FetchDataLoaderTest.cpp", | 238 "fetch/FetchDataLoaderTest.cpp", |
241 "fetch/FetchFormDataConsumerHandleTest.cpp", | |
242 "fetch/FetchResponseDataTest.cpp", | 239 "fetch/FetchResponseDataTest.cpp", |
243 "fetch/FormDataBytesConsumerTest.cpp", | 240 "fetch/FormDataBytesConsumerTest.cpp", |
244 "fetch/ReadableStreamDataConsumerHandleTest.cpp", | 241 "fetch/ReadableStreamDataConsumerHandleTest.cpp", |
245 "fetch/RequestTest.cpp", | 242 "fetch/RequestTest.cpp", |
246 "fetch/ResponseTest.cpp", | 243 "fetch/ResponseTest.cpp", |
247 "filesystem/DOMFileSystemBaseTest.cpp", | 244 "filesystem/DOMFileSystemBaseTest.cpp", |
248 "indexeddb/IDBKeyPathTest.cpp", | 245 "indexeddb/IDBKeyPathTest.cpp", |
249 "indexeddb/IDBRequestTest.cpp", | 246 "indexeddb/IDBRequestTest.cpp", |
250 "indexeddb/IDBTransactionTest.cpp", | 247 "indexeddb/IDBTransactionTest.cpp", |
251 "indexeddb/MockWebIDBDatabase.cpp", | 248 "indexeddb/MockWebIDBDatabase.cpp", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 ":modules", | 287 ":modules", |
291 ":modules_testing", | 288 ":modules_testing", |
292 "//skia", | 289 "//skia", |
293 "//testing/gmock", | 290 "//testing/gmock", |
294 "//testing/gtest", | 291 "//testing/gtest", |
295 "//third_party/WebKit/Source/core", | 292 "//third_party/WebKit/Source/core", |
296 "//third_party/WebKit/Source/wtf", | 293 "//third_party/WebKit/Source/wtf", |
297 "//v8", | 294 "//v8", |
298 ] | 295 ] |
299 } | 296 } |
OLD | NEW |