| 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 "tests/FrameTestHelpers.h", | 338 "tests/FrameTestHelpers.h", |
| 339 "tests/FrameThrottlingTest.cpp", | 339 "tests/FrameThrottlingTest.cpp", |
| 340 "tests/ImeOnFocusTest.cpp", | 340 "tests/ImeOnFocusTest.cpp", |
| 341 "tests/IntersectionObserverTest.cpp", | 341 "tests/IntersectionObserverTest.cpp", |
| 342 "tests/KeyboardTest.cpp", | 342 "tests/KeyboardTest.cpp", |
| 343 "tests/LayoutGeometryMapTest.cpp", | 343 "tests/LayoutGeometryMapTest.cpp", |
| 344 "tests/LinkElementLoadingTest.cpp", | 344 "tests/LinkElementLoadingTest.cpp", |
| 345 "tests/LinkSelectionTest.cpp", | 345 "tests/LinkSelectionTest.cpp", |
| 346 "tests/ListenerLeakTest.cpp", | 346 "tests/ListenerLeakTest.cpp", |
| 347 "tests/MHTMLTest.cpp", | 347 "tests/MHTMLTest.cpp", |
| 348 "tests/MediaElementFillingViewportTest.cpp", |
| 348 "tests/NGInlineLayoutTest.cpp", | 349 "tests/NGInlineLayoutTest.cpp", |
| 349 "tests/PrerenderingTest.cpp", | 350 "tests/PrerenderingTest.cpp", |
| 350 "tests/ProgrammaticScrollTest.cpp", | 351 "tests/ProgrammaticScrollTest.cpp", |
| 351 "tests/ResizeObserverTest.cpp", | 352 "tests/ResizeObserverTest.cpp", |
| 352 "tests/RootScrollerTest.cpp", | 353 "tests/RootScrollerTest.cpp", |
| 353 "tests/RunAllTests.cpp", | 354 "tests/RunAllTests.cpp", |
| 354 "tests/ScreenWakeLockTest.cpp", | 355 "tests/ScreenWakeLockTest.cpp", |
| 355 "tests/ScrollingCoordinatorTest.cpp", | 356 "tests/ScrollingCoordinatorTest.cpp", |
| 356 "tests/SpinLockTest.cpp", | 357 "tests/SpinLockTest.cpp", |
| 357 "tests/TextFinderTest.cpp", | 358 "tests/TextFinderTest.cpp", |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 | 429 |
| 429 if (is_android) { | 430 if (is_android) { |
| 430 deps += [ | 431 deps += [ |
| 431 "//base:base_java", | 432 "//base:base_java", |
| 432 "//content/public/android:content_java", | 433 "//content/public/android:content_java", |
| 433 "//content/shell/android:content_shell_assets", | 434 "//content/shell/android:content_shell_assets", |
| 434 "//net/android:net_java", | 435 "//net/android:net_java", |
| 435 ] | 436 ] |
| 436 } | 437 } |
| 437 } | 438 } |
| OLD | NEW |