| 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/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.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/config.gni") | 8 import("//third_party/WebKit/Source/config.gni") |
| 9 import("//third_party/WebKit/Source/core/core.gni") | 9 import("//third_party/WebKit/Source/core/core.gni") |
| 10 import("//third_party/WebKit/Source/modules/modules.gni") | 10 import("//third_party/WebKit/Source/modules/modules.gni") |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 | 311 |
| 312 sources = [ | 312 sources = [ |
| 313 "AssociatedURLLoaderTest.cpp", | 313 "AssociatedURLLoaderTest.cpp", |
| 314 "ExternalPopupMenuTest.cpp", | 314 "ExternalPopupMenuTest.cpp", |
| 315 "LinkHighlightImplTest.cpp", | 315 "LinkHighlightImplTest.cpp", |
| 316 "PageOverlayTest.cpp", | 316 "PageOverlayTest.cpp", |
| 317 "WebDragDataTest.cpp", | 317 "WebDragDataTest.cpp", |
| 318 "WebElementTest.cpp", | 318 "WebElementTest.cpp", |
| 319 "WebEmbeddedWorkerImplTest.cpp", | 319 "WebEmbeddedWorkerImplTest.cpp", |
| 320 "WebNodeTest.cpp", | 320 "WebNodeTest.cpp", |
| 321 "WebViewImplPaintArtifactCompositorTest.cpp", | |
| 322 | 321 |
| 323 # FIXME: Move the tests from web/tests/ to appropriate places. | 322 # FIXME: Move the tests from web/tests/ to appropriate places. |
| 324 # crbug.com/353585 | 323 # crbug.com/353585 |
| 325 "tests/ActivityLoggerTest.cpp", | 324 "tests/ActivityLoggerTest.cpp", |
| 326 "tests/ChromeClientImplTest.cpp", | 325 "tests/ChromeClientImplTest.cpp", |
| 327 "tests/CompositorWorkerTest.cpp", | 326 "tests/CompositorWorkerTest.cpp", |
| 328 "tests/DocumentLoaderTest.cpp", | 327 "tests/DocumentLoaderTest.cpp", |
| 329 "tests/DocumentLoadingRenderingTest.cpp", | 328 "tests/DocumentLoadingRenderingTest.cpp", |
| 330 "tests/FakeWebPlugin.cpp", | 329 "tests/FakeWebPlugin.cpp", |
| 331 "tests/FakeWebPlugin.h", | 330 "tests/FakeWebPlugin.h", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 | 423 |
| 425 if (is_android) { | 424 if (is_android) { |
| 426 deps += [ | 425 deps += [ |
| 427 "//base:base_java", | 426 "//base:base_java", |
| 428 "//content/public/android:content_java", | 427 "//content/public/android:content_java", |
| 429 "//content/shell/android:content_shell_assets", | 428 "//content/shell/android:content_shell_assets", |
| 430 "//net/android:net_java", | 429 "//net/android:net_java", |
| 431 ] | 430 ] |
| 432 } | 431 } |
| 433 } | 432 } |
| OLD | NEW |