| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "LinkHighlightImplTest.cpp", | 325 "LinkHighlightImplTest.cpp", |
| 326 "PageOverlayTest.cpp", | 326 "PageOverlayTest.cpp", |
| 327 "WebAssociatedURLLoaderImplTest.cpp", | 327 "WebAssociatedURLLoaderImplTest.cpp", |
| 328 "WebDragDataTest.cpp", | 328 "WebDragDataTest.cpp", |
| 329 "WebElementTest.cpp", | 329 "WebElementTest.cpp", |
| 330 "WebEmbeddedWorkerImplTest.cpp", | 330 "WebEmbeddedWorkerImplTest.cpp", |
| 331 "WebNodeTest.cpp", | 331 "WebNodeTest.cpp", |
| 332 | 332 |
| 333 # FIXME: Move the tests from web/tests/ to appropriate places. | 333 # FIXME: Move the tests from web/tests/ to appropriate places. |
| 334 # crbug.com/353585 | 334 # crbug.com/353585 |
| 335 "tests/AccessibilityObjectModelTest.cpp", |
| 335 "tests/ActiveConnectionThrottlingTest.cpp", | 336 "tests/ActiveConnectionThrottlingTest.cpp", |
| 336 "tests/ActivityLoggerTest.cpp", | 337 "tests/ActivityLoggerTest.cpp", |
| 337 "tests/AnimationSimTest.cpp", | 338 "tests/AnimationSimTest.cpp", |
| 338 "tests/BrowserControlsTest.cpp", | 339 "tests/BrowserControlsTest.cpp", |
| 339 "tests/ChromeClientImplTest.cpp", | 340 "tests/ChromeClientImplTest.cpp", |
| 340 "tests/CompositorWorkerTest.cpp", | 341 "tests/CompositorWorkerTest.cpp", |
| 341 "tests/DeferredLoadingTest.cpp", | 342 "tests/DeferredLoadingTest.cpp", |
| 342 "tests/DocumentLoaderTest.cpp", | 343 "tests/DocumentLoaderTest.cpp", |
| 343 "tests/DocumentLoadingRenderingTest.cpp", | 344 "tests/DocumentLoadingRenderingTest.cpp", |
| 344 "tests/FakeWebPlugin.cpp", | 345 "tests/FakeWebPlugin.cpp", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 | 451 |
| 451 if (is_android) { | 452 if (is_android) { |
| 452 deps += [ | 453 deps += [ |
| 453 "//base:base_java", | 454 "//base:base_java", |
| 454 "//content/public/android:content_java", | 455 "//content/public/android:content_java", |
| 455 "//content/shell/android:content_shell_assets", | 456 "//content/shell/android:content_shell_assets", |
| 456 "//net/android:net_java", | 457 "//net/android:net_java", |
| 457 ] | 458 ] |
| 458 } | 459 } |
| 459 } | 460 } |
| OLD | NEW |