| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 sources = [ | 234 sources = [ |
| 235 "accessibility/AXObjectTest.cpp", | 235 "accessibility/AXObjectTest.cpp", |
| 236 "background_fetch/BackgroundFetchManagerTest.cpp", | 236 "background_fetch/BackgroundFetchManagerTest.cpp", |
| 237 "cachestorage/CacheTest.cpp", | 237 "cachestorage/CacheTest.cpp", |
| 238 "canvas/HTMLCanvasElementModuleTest.cpp", | 238 "canvas/HTMLCanvasElementModuleTest.cpp", |
| 239 "canvas2d/CanvasRenderingContext2DAPITest.cpp", | 239 "canvas2d/CanvasRenderingContext2DAPITest.cpp", |
| 240 "canvas2d/CanvasRenderingContext2DTest.cpp", | 240 "canvas2d/CanvasRenderingContext2DTest.cpp", |
| 241 "compositorworker/AnimationWorkletGlobalScopeTest.cpp", | 241 "compositorworker/AnimationWorkletGlobalScopeTest.cpp", |
| 242 "compositorworker/AnimationWorkletThreadTest.cpp", | 242 "compositorworker/AnimationWorkletThreadTest.cpp", |
| 243 "compositorworker/CompositorWorkerThreadTest.cpp", | 243 "compositorworker/CompositorWorkerThreadTest.cpp", |
| 244 "compositorworker/WorkletAnimationTest.cpp", |
| 244 "credentialmanager/CredentialsContainerTest.cpp", | 245 "credentialmanager/CredentialsContainerTest.cpp", |
| 245 "credentialmanager/PasswordCredentialTest.cpp", | 246 "credentialmanager/PasswordCredentialTest.cpp", |
| 246 "csspaint/PaintRenderingContext2DTest.cpp", | 247 "csspaint/PaintRenderingContext2DTest.cpp", |
| 247 "csspaint/PaintWorkletTest.cpp", | 248 "csspaint/PaintWorkletTest.cpp", |
| 248 "document_metadata/CopylessPasteExtractorTest.cpp", | 249 "document_metadata/CopylessPasteExtractorTest.cpp", |
| 249 "eventsource/EventSourceParserTest.cpp", | 250 "eventsource/EventSourceParserTest.cpp", |
| 250 "fetch/BlobBytesConsumerTest.cpp", | 251 "fetch/BlobBytesConsumerTest.cpp", |
| 251 "fetch/BodyStreamBufferTest.cpp", | 252 "fetch/BodyStreamBufferTest.cpp", |
| 252 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", | 253 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", |
| 253 "fetch/BytesConsumerTest.cpp", | 254 "fetch/BytesConsumerTest.cpp", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 ":modules", | 328 ":modules", |
| 328 ":modules_testing", | 329 ":modules_testing", |
| 329 "//skia", | 330 "//skia", |
| 330 "//testing/gmock", | 331 "//testing/gmock", |
| 331 "//testing/gtest", | 332 "//testing/gtest", |
| 332 "//third_party/WebKit/Source/core", | 333 "//third_party/WebKit/Source/core", |
| 333 "//third_party/WebKit/Source/platform/wtf", | 334 "//third_party/WebKit/Source/platform/wtf", |
| 334 "//v8", | 335 "//v8", |
| 335 ] | 336 ] |
| 336 } | 337 } |
| OLD | NEW |