| 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 "tests/MHTMLTest.cpp", | 344 "tests/MHTMLTest.cpp", |
| 345 "tests/PrerenderingTest.cpp", | 345 "tests/PrerenderingTest.cpp", |
| 346 "tests/ProgrammaticScrollTest.cpp", | 346 "tests/ProgrammaticScrollTest.cpp", |
| 347 "tests/ResizeObserverTest.cpp", | 347 "tests/ResizeObserverTest.cpp", |
| 348 "tests/RootScrollerTest.cpp", | 348 "tests/RootScrollerTest.cpp", |
| 349 "tests/RunAllTests.cpp", | 349 "tests/RunAllTests.cpp", |
| 350 "tests/ScreenWakeLockTest.cpp", | 350 "tests/ScreenWakeLockTest.cpp", |
| 351 "tests/ScrollingCoordinatorTest.cpp", | 351 "tests/ScrollingCoordinatorTest.cpp", |
| 352 "tests/SpinLockTest.cpp", | 352 "tests/SpinLockTest.cpp", |
| 353 "tests/TextFinderTest.cpp", | 353 "tests/TextFinderTest.cpp", |
| 354 "tests/TimerPerfTest.cpp", | |
| 355 "tests/TopControlsTest.cpp", | 354 "tests/TopControlsTest.cpp", |
| 356 "tests/TouchActionTest.cpp", | 355 "tests/TouchActionTest.cpp", |
| 357 "tests/ViewportTest.cpp", | 356 "tests/ViewportTest.cpp", |
| 358 "tests/VirtualTimeTest.cpp", | 357 "tests/VirtualTimeTest.cpp", |
| 359 "tests/VisualViewportTest.cpp", | 358 "tests/VisualViewportTest.cpp", |
| 360 "tests/WebDocumentSubresourceFilterTest.cpp", | 359 "tests/WebDocumentSubresourceFilterTest.cpp", |
| 361 "tests/WebDocumentTest.cpp", | 360 "tests/WebDocumentTest.cpp", |
| 362 "tests/WebFrameSerializerTest.cpp", | 361 "tests/WebFrameSerializerTest.cpp", |
| 363 "tests/WebFrameTest.cpp", | 362 "tests/WebFrameTest.cpp", |
| 364 "tests/WebHelperPluginTest.cpp", | 363 "tests/WebHelperPluginTest.cpp", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 | 423 |
| 425 if (is_android) { | 424 if (is_android) { |
| 426 deps += [ | 425 deps += [ |
| 427 "//base:base_java", | 426 "//base:base_java", |
| 428 "//content/public/android:content_java", | 427 "//content/public/android:content_java", |
| 429 "//content/shell/android:content_shell_assets", | 428 "//content/shell/android:content_shell_assets", |
| 430 "//net/android:net_java", | 429 "//net/android:net_java", |
| 431 ] | 430 ] |
| 432 } | 431 } |
| 433 } | 432 } |
| OLD | NEW |