| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 "tests/PrerenderingTest.cpp", | 297 "tests/PrerenderingTest.cpp", |
| 298 "tests/ProgrammaticScrollTest.cpp", | 298 "tests/ProgrammaticScrollTest.cpp", |
| 299 "tests/ResizeObserverTest.cpp", | 299 "tests/ResizeObserverTest.cpp", |
| 300 "tests/RootScrollerTest.cpp", | 300 "tests/RootScrollerTest.cpp", |
| 301 "tests/RunAllTests.cpp", | 301 "tests/RunAllTests.cpp", |
| 302 "tests/ScreenWakeLockTest.cpp", | 302 "tests/ScreenWakeLockTest.cpp", |
| 303 "tests/ScrollMetricsTest.cpp", | 303 "tests/ScrollMetricsTest.cpp", |
| 304 "tests/ScrollbarsTest.cpp", | 304 "tests/ScrollbarsTest.cpp", |
| 305 "tests/ScrollingCoordinatorTest.cpp", | 305 "tests/ScrollingCoordinatorTest.cpp", |
| 306 "tests/ShadowDOMV0Test.cpp", | 306 "tests/ShadowDOMV0Test.cpp", |
| 307 "tests/SmoothScrollTest.cpp", |
| 307 "tests/SpinLockTest.cpp", | 308 "tests/SpinLockTest.cpp", |
| 308 "tests/TextFinderTest.cpp", | 309 "tests/TextFinderTest.cpp", |
| 309 "tests/TextSelectionRepaintTest.cpp", | 310 "tests/TextSelectionRepaintTest.cpp", |
| 310 "tests/TimerPerfTest.cpp", | 311 "tests/TimerPerfTest.cpp", |
| 311 "tests/TouchActionTest.cpp", | 312 "tests/TouchActionTest.cpp", |
| 312 "tests/ViewportTest.cpp", | 313 "tests/ViewportTest.cpp", |
| 313 "tests/VirtualTimeTest.cpp", | 314 "tests/VirtualTimeTest.cpp", |
| 314 "tests/VisualViewportTest.cpp", | 315 "tests/VisualViewportTest.cpp", |
| 315 "tests/WebDocumentSubresourceFilterTest.cpp", | 316 "tests/WebDocumentSubresourceFilterTest.cpp", |
| 316 "tests/WebDocumentTest.cpp", | 317 "tests/WebDocumentTest.cpp", |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 | 388 |
| 388 if (is_android) { | 389 if (is_android) { |
| 389 deps += [ | 390 deps += [ |
| 390 "//base:base_java", | 391 "//base:base_java", |
| 391 "//content/public/android:content_java", | 392 "//content/public/android:content_java", |
| 392 "//content/shell/android:content_shell_assets", | 393 "//content/shell/android:content_shell_assets", |
| 393 "//net/android:net_java", | 394 "//net/android:net_java", |
| 394 ] | 395 ] |
| 395 } | 396 } |
| 396 } | 397 } |
| OLD | NEW |