| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 "tests/PrerenderingTest.cpp", | 259 "tests/PrerenderingTest.cpp", |
| 260 "tests/ProgrammaticScrollTest.cpp", | 260 "tests/ProgrammaticScrollTest.cpp", |
| 261 "tests/ResizeObserverTest.cpp", | 261 "tests/ResizeObserverTest.cpp", |
| 262 "tests/RootScrollerTest.cpp", | 262 "tests/RootScrollerTest.cpp", |
| 263 "tests/RunAllTests.cpp", | 263 "tests/RunAllTests.cpp", |
| 264 "tests/ScreenWakeLockTest.cpp", | 264 "tests/ScreenWakeLockTest.cpp", |
| 265 "tests/ScrollMetricsTest.cpp", | 265 "tests/ScrollMetricsTest.cpp", |
| 266 "tests/ScrollbarsTest.cpp", | 266 "tests/ScrollbarsTest.cpp", |
| 267 "tests/ScrollingCoordinatorTest.cpp", | 267 "tests/ScrollingCoordinatorTest.cpp", |
| 268 "tests/ShadowDOMV0Test.cpp", | 268 "tests/ShadowDOMV0Test.cpp", |
| 269 "tests/SmoothScrollTest.cpp", |
| 269 "tests/SpinLockTest.cpp", | 270 "tests/SpinLockTest.cpp", |
| 270 "tests/TextFinderTest.cpp", | 271 "tests/TextFinderTest.cpp", |
| 271 "tests/TextSelectionRepaintTest.cpp", | 272 "tests/TextSelectionRepaintTest.cpp", |
| 272 "tests/TimerPerfTest.cpp", | 273 "tests/TimerPerfTest.cpp", |
| 273 "tests/TouchActionTest.cpp", | 274 "tests/TouchActionTest.cpp", |
| 274 "tests/ViewportTest.cpp", | 275 "tests/ViewportTest.cpp", |
| 275 "tests/VirtualTimeTest.cpp", | 276 "tests/VirtualTimeTest.cpp", |
| 276 "tests/VisualViewportTest.cpp", | 277 "tests/VisualViewportTest.cpp", |
| 277 "tests/WebDocumentSubresourceFilterTest.cpp", | 278 "tests/WebDocumentSubresourceFilterTest.cpp", |
| 278 "tests/WebDocumentTest.cpp", | 279 "tests/WebDocumentTest.cpp", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 | 353 |
| 353 if (is_android) { | 354 if (is_android) { |
| 354 deps += [ | 355 deps += [ |
| 355 "//base:base_java", | 356 "//base:base_java", |
| 356 "//content/public/android:content_java", | 357 "//content/public/android:content_java", |
| 357 "//content/shell/android:content_shell_assets", | 358 "//content/shell/android:content_shell_assets", |
| 358 "//net/android:net_java", | 359 "//net/android:net_java", |
| 359 ] | 360 ] |
| 360 } | 361 } |
| 361 } | 362 } |
| OLD | NEW |