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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 sources = [ | 240 sources = [ |
241 "accessibility/AXObjectTest.cpp", | 241 "accessibility/AXObjectTest.cpp", |
242 "background_fetch/BackgroundFetchManagerTest.cpp", | 242 "background_fetch/BackgroundFetchManagerTest.cpp", |
243 "cachestorage/CacheTest.cpp", | 243 "cachestorage/CacheTest.cpp", |
244 "canvas/HTMLCanvasElementModuleTest.cpp", | 244 "canvas/HTMLCanvasElementModuleTest.cpp", |
245 "canvas2d/CanvasRenderingContext2DAPITest.cpp", | 245 "canvas2d/CanvasRenderingContext2DAPITest.cpp", |
246 "canvas2d/CanvasRenderingContext2DTest.cpp", | 246 "canvas2d/CanvasRenderingContext2DTest.cpp", |
247 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp", | 247 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp", |
248 "compositorworker/AnimationWorkletThreadTest.cpp", | 248 "compositorworker/AnimationWorkletThreadTest.cpp", |
249 "compositorworker/CompositorWorkerThreadTest.cpp", | 249 "compositorworker/CompositorWorkerThreadTest.cpp", |
| 250 "credentialmanager/CredentialsContainerTest.cpp", |
250 "credentialmanager/PasswordCredentialTest.cpp", | 251 "credentialmanager/PasswordCredentialTest.cpp", |
251 "csspaint/PaintRenderingContext2DTest.cpp", | 252 "csspaint/PaintRenderingContext2DTest.cpp", |
252 "csspaint/PaintWorkletTest.cpp", | 253 "csspaint/PaintWorkletTest.cpp", |
253 "document_metadata/CopylessPasteExtractorTest.cpp", | 254 "document_metadata/CopylessPasteExtractorTest.cpp", |
254 "eventsource/EventSourceParserTest.cpp", | 255 "eventsource/EventSourceParserTest.cpp", |
255 "fetch/BlobBytesConsumerTest.cpp", | 256 "fetch/BlobBytesConsumerTest.cpp", |
256 "fetch/BodyStreamBufferTest.cpp", | 257 "fetch/BodyStreamBufferTest.cpp", |
257 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", | 258 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", |
258 "fetch/BytesConsumerTest.cpp", | 259 "fetch/BytesConsumerTest.cpp", |
259 "fetch/BytesConsumerTestUtil.cpp", | 260 "fetch/BytesConsumerTestUtil.cpp", |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 ":modules_testing", | 327 ":modules_testing", |
327 "//components/payments/mojom:mojom_blink", | 328 "//components/payments/mojom:mojom_blink", |
328 "//skia", | 329 "//skia", |
329 "//testing/gmock", | 330 "//testing/gmock", |
330 "//testing/gtest", | 331 "//testing/gtest", |
331 "//third_party/WebKit/Source/core", | 332 "//third_party/WebKit/Source/core", |
332 "//third_party/WebKit/Source/platform/wtf", | 333 "//third_party/WebKit/Source/platform/wtf", |
333 "//v8", | 334 "//v8", |
334 ] | 335 ] |
335 } | 336 } |
OLD | NEW |