| 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 "tests/DeferredLoadingTest.cpp", | 298 "tests/DeferredLoadingTest.cpp", |
| 299 "tests/DocumentLoaderTest.cpp", | 299 "tests/DocumentLoaderTest.cpp", |
| 300 "tests/DocumentLoadingRenderingTest.cpp", | 300 "tests/DocumentLoadingRenderingTest.cpp", |
| 301 "tests/FakeWebPlugin.cpp", | 301 "tests/FakeWebPlugin.cpp", |
| 302 "tests/FakeWebPlugin.h", | 302 "tests/FakeWebPlugin.h", |
| 303 "tests/FrameSerializerTest.cpp", | 303 "tests/FrameSerializerTest.cpp", |
| 304 "tests/FrameTestHelpers.cpp", | 304 "tests/FrameTestHelpers.cpp", |
| 305 "tests/FrameTestHelpers.h", | 305 "tests/FrameTestHelpers.h", |
| 306 "tests/FrameThrottlingTest.cpp", | 306 "tests/FrameThrottlingTest.cpp", |
| 307 "tests/HTMLDocumentParserLoadingTest.cpp", | 307 "tests/HTMLDocumentParserLoadingTest.cpp", |
| 308 "tests/HTMLImportSheetsTest.cpp", |
| 308 "tests/ImeOnFocusTest.cpp", | 309 "tests/ImeOnFocusTest.cpp", |
| 309 "tests/IntersectionObserverTest.cpp", | 310 "tests/IntersectionObserverTest.cpp", |
| 310 "tests/KeyboardTest.cpp", | 311 "tests/KeyboardTest.cpp", |
| 311 "tests/LayoutGeometryMapTest.cpp", | 312 "tests/LayoutGeometryMapTest.cpp", |
| 312 "tests/LinkElementLoadingTest.cpp", | 313 "tests/LinkElementLoadingTest.cpp", |
| 313 "tests/LinkSelectionTest.cpp", | 314 "tests/LinkSelectionTest.cpp", |
| 314 "tests/ListenerLeakTest.cpp", | 315 "tests/ListenerLeakTest.cpp", |
| 315 "tests/LocalFrameClientImplTest.cpp", | 316 "tests/LocalFrameClientImplTest.cpp", |
| 316 "tests/MHTMLTest.cpp", | 317 "tests/MHTMLTest.cpp", |
| 317 "tests/MediaElementFillingViewportTest.cpp", | 318 "tests/MediaElementFillingViewportTest.cpp", |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 | 410 |
| 410 if (is_android) { | 411 if (is_android) { |
| 411 deps += [ | 412 deps += [ |
| 412 "//base:base_java", | 413 "//base:base_java", |
| 413 "//content/public/android:content_java", | 414 "//content/public/android:content_java", |
| 414 "//content/shell/android:content_shell_assets", | 415 "//content/shell/android:content_shell_assets", |
| 415 "//net/android:net_java", | 416 "//net/android:net_java", |
| 416 ] | 417 ] |
| 417 } | 418 } |
| 418 } | 419 } |
| OLD | NEW |