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