| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 "tests/PrerenderingTest.cpp", | 246 "tests/PrerenderingTest.cpp", |
| 247 "tests/ProgrammaticScrollTest.cpp", | 247 "tests/ProgrammaticScrollTest.cpp", |
| 248 "tests/ResizeObserverTest.cpp", | 248 "tests/ResizeObserverTest.cpp", |
| 249 "tests/RootScrollerTest.cpp", | 249 "tests/RootScrollerTest.cpp", |
| 250 "tests/RunAllTests.cpp", | 250 "tests/RunAllTests.cpp", |
| 251 "tests/ScreenWakeLockTest.cpp", | 251 "tests/ScreenWakeLockTest.cpp", |
| 252 "tests/ScrollMetricsTest.cpp", | 252 "tests/ScrollMetricsTest.cpp", |
| 253 "tests/ScrollbarsTest.cpp", | 253 "tests/ScrollbarsTest.cpp", |
| 254 "tests/ScrollingCoordinatorTest.cpp", | 254 "tests/ScrollingCoordinatorTest.cpp", |
| 255 "tests/ShadowDOMV0Test.cpp", | 255 "tests/ShadowDOMV0Test.cpp", |
| 256 "tests/SmoothScrollTest.cpp", |
| 256 "tests/SpinLockTest.cpp", | 257 "tests/SpinLockTest.cpp", |
| 257 "tests/TextFinderTest.cpp", | 258 "tests/TextFinderTest.cpp", |
| 258 "tests/TextSelectionRepaintTest.cpp", | 259 "tests/TextSelectionRepaintTest.cpp", |
| 259 "tests/TimerPerfTest.cpp", | 260 "tests/TimerPerfTest.cpp", |
| 260 "tests/TouchActionTest.cpp", | 261 "tests/TouchActionTest.cpp", |
| 261 "tests/ViewportTest.cpp", | 262 "tests/ViewportTest.cpp", |
| 262 "tests/VirtualTimeTest.cpp", | 263 "tests/VirtualTimeTest.cpp", |
| 263 "tests/VisualViewportTest.cpp", | 264 "tests/VisualViewportTest.cpp", |
| 264 "tests/WebDocumentSubresourceFilterTest.cpp", | 265 "tests/WebDocumentSubresourceFilterTest.cpp", |
| 265 "tests/WebDocumentTest.cpp", | 266 "tests/WebDocumentTest.cpp", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 | 340 |
| 340 if (is_android) { | 341 if (is_android) { |
| 341 deps += [ | 342 deps += [ |
| 342 "//base:base_java", | 343 "//base:base_java", |
| 343 "//content/public/android:content_java", | 344 "//content/public/android:content_java", |
| 344 "//content/shell/android:content_shell_assets", | 345 "//content/shell/android:content_shell_assets", |
| 345 "//net/android:net_java", | 346 "//net/android:net_java", |
| 346 ] | 347 ] |
| 347 } | 348 } |
| 348 } | 349 } |
| OLD | NEW |