| 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 "tests/PrerenderingTest.cpp", | 289 "tests/PrerenderingTest.cpp", |
| 290 "tests/ProgrammaticScrollTest.cpp", | 290 "tests/ProgrammaticScrollTest.cpp", |
| 291 "tests/ResizeObserverTest.cpp", | 291 "tests/ResizeObserverTest.cpp", |
| 292 "tests/RootScrollerTest.cpp", | 292 "tests/RootScrollerTest.cpp", |
| 293 "tests/RunAllTests.cpp", | 293 "tests/RunAllTests.cpp", |
| 294 "tests/ScreenWakeLockTest.cpp", | 294 "tests/ScreenWakeLockTest.cpp", |
| 295 "tests/ScrollMetricsTest.cpp", | 295 "tests/ScrollMetricsTest.cpp", |
| 296 "tests/ScrollbarsTest.cpp", | 296 "tests/ScrollbarsTest.cpp", |
| 297 "tests/ScrollingCoordinatorTest.cpp", | 297 "tests/ScrollingCoordinatorTest.cpp", |
| 298 "tests/ShadowDOMV0Test.cpp", | 298 "tests/ShadowDOMV0Test.cpp", |
| 299 "tests/SmoothScrollTest.cpp", | |
| 300 "tests/SpinLockTest.cpp", | 299 "tests/SpinLockTest.cpp", |
| 301 "tests/TextFinderTest.cpp", | 300 "tests/TextFinderTest.cpp", |
| 302 "tests/TextSelectionRepaintTest.cpp", | 301 "tests/TextSelectionRepaintTest.cpp", |
| 303 "tests/TimerPerfTest.cpp", | 302 "tests/TimerPerfTest.cpp", |
| 304 "tests/TouchActionTest.cpp", | 303 "tests/TouchActionTest.cpp", |
| 305 "tests/ViewportTest.cpp", | 304 "tests/ViewportTest.cpp", |
| 306 "tests/VirtualTimeTest.cpp", | 305 "tests/VirtualTimeTest.cpp", |
| 307 "tests/VisualViewportTest.cpp", | 306 "tests/VisualViewportTest.cpp", |
| 308 "tests/WebDocumentSubresourceFilterTest.cpp", | 307 "tests/WebDocumentSubresourceFilterTest.cpp", |
| 309 "tests/WebDocumentTest.cpp", | 308 "tests/WebDocumentTest.cpp", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 | 382 |
| 384 if (is_android) { | 383 if (is_android) { |
| 385 deps += [ | 384 deps += [ |
| 386 "//base:base_java", | 385 "//base:base_java", |
| 387 "//content/public/android:content_java", | 386 "//content/public/android:content_java", |
| 388 "//content/shell/android:content_shell_assets", | 387 "//content/shell/android:content_shell_assets", |
| 389 "//net/android:net_java", | 388 "//net/android:net_java", |
| 390 ] | 389 ] |
| 391 } | 390 } |
| 392 } | 391 } |
| OLD | NEW |