| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 "tests/DeferredLoadingTest.cpp", | 334 "tests/DeferredLoadingTest.cpp", |
| 335 "tests/DocumentLoaderTest.cpp", | 335 "tests/DocumentLoaderTest.cpp", |
| 336 "tests/DocumentLoadingRenderingTest.cpp", | 336 "tests/DocumentLoadingRenderingTest.cpp", |
| 337 "tests/FakeWebPlugin.cpp", | 337 "tests/FakeWebPlugin.cpp", |
| 338 "tests/FakeWebPlugin.h", | 338 "tests/FakeWebPlugin.h", |
| 339 "tests/FrameLoaderClientImplTest.cpp", | 339 "tests/FrameLoaderClientImplTest.cpp", |
| 340 "tests/FrameSerializerTest.cpp", | 340 "tests/FrameSerializerTest.cpp", |
| 341 "tests/FrameTestHelpers.cpp", | 341 "tests/FrameTestHelpers.cpp", |
| 342 "tests/FrameTestHelpers.h", | 342 "tests/FrameTestHelpers.h", |
| 343 "tests/FrameThrottlingTest.cpp", | 343 "tests/FrameThrottlingTest.cpp", |
| 344 "tests/HTMLDocumentParserLoadingTest.cpp", |
| 344 "tests/ImeOnFocusTest.cpp", | 345 "tests/ImeOnFocusTest.cpp", |
| 345 "tests/IntersectionObserverTest.cpp", | 346 "tests/IntersectionObserverTest.cpp", |
| 346 "tests/KeyboardTest.cpp", | 347 "tests/KeyboardTest.cpp", |
| 347 "tests/LayoutGeometryMapTest.cpp", | 348 "tests/LayoutGeometryMapTest.cpp", |
| 348 "tests/LinkElementLoadingTest.cpp", | 349 "tests/LinkElementLoadingTest.cpp", |
| 349 "tests/LinkSelectionTest.cpp", | 350 "tests/LinkSelectionTest.cpp", |
| 350 "tests/ListenerLeakTest.cpp", | 351 "tests/ListenerLeakTest.cpp", |
| 351 "tests/MHTMLTest.cpp", | 352 "tests/MHTMLTest.cpp", |
| 352 "tests/MediaElementFillingViewportTest.cpp", | 353 "tests/MediaElementFillingViewportTest.cpp", |
| 353 "tests/NGInlineLayoutTest.cpp", | 354 "tests/NGInlineLayoutTest.cpp", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 | 439 |
| 439 if (is_android) { | 440 if (is_android) { |
| 440 deps += [ | 441 deps += [ |
| 441 "//base:base_java", | 442 "//base:base_java", |
| 442 "//content/public/android:content_java", | 443 "//content/public/android:content_java", |
| 443 "//content/shell/android:content_shell_assets", | 444 "//content/shell/android:content_shell_assets", |
| 444 "//net/android:net_java", | 445 "//net/android:net_java", |
| 445 ] | 446 ] |
| 446 } | 447 } |
| 447 } | 448 } |
| OLD | NEW |