| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  320     "LinkHighlightImplTest.cpp", |  320     "LinkHighlightImplTest.cpp", | 
|  321     "PageOverlayTest.cpp", |  321     "PageOverlayTest.cpp", | 
|  322     "WebAssociatedURLLoaderImplTest.cpp", |  322     "WebAssociatedURLLoaderImplTest.cpp", | 
|  323     "WebDragDataTest.cpp", |  323     "WebDragDataTest.cpp", | 
|  324     "WebElementTest.cpp", |  324     "WebElementTest.cpp", | 
|  325     "WebEmbeddedWorkerImplTest.cpp", |  325     "WebEmbeddedWorkerImplTest.cpp", | 
|  326     "WebNodeTest.cpp", |  326     "WebNodeTest.cpp", | 
|  327  |  327  | 
|  328     # FIXME: Move the tests from web/tests/ to appropriate places. |  328     # FIXME: Move the tests from web/tests/ to appropriate places. | 
|  329     # crbug.com/353585 |  329     # crbug.com/353585 | 
 |  330     "tests/ActiveConnectionThrottlingTest.cpp", | 
|  330     "tests/ActivityLoggerTest.cpp", |  331     "tests/ActivityLoggerTest.cpp", | 
|  331     "tests/BrowserControlsTest.cpp", |  332     "tests/BrowserControlsTest.cpp", | 
|  332     "tests/ChromeClientImplTest.cpp", |  333     "tests/ChromeClientImplTest.cpp", | 
|  333     "tests/CompositorWorkerTest.cpp", |  334     "tests/CompositorWorkerTest.cpp", | 
|  334     "tests/DeferredLoadingTest.cpp", |  335     "tests/DeferredLoadingTest.cpp", | 
|  335     "tests/DocumentLoaderTest.cpp", |  336     "tests/DocumentLoaderTest.cpp", | 
|  336     "tests/DocumentLoadingRenderingTest.cpp", |  337     "tests/DocumentLoadingRenderingTest.cpp", | 
|  337     "tests/FakeWebPlugin.cpp", |  338     "tests/FakeWebPlugin.cpp", | 
|  338     "tests/FakeWebPlugin.h", |  339     "tests/FakeWebPlugin.h", | 
|  339     "tests/FrameLoaderClientImplTest.cpp", |  340     "tests/FrameLoaderClientImplTest.cpp", | 
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  439  |  440  | 
|  440   if (is_android) { |  441   if (is_android) { | 
|  441     deps += [ |  442     deps += [ | 
|  442       "//base:base_java", |  443       "//base:base_java", | 
|  443       "//content/public/android:content_java", |  444       "//content/public/android:content_java", | 
|  444       "//content/shell/android:content_shell_assets", |  445       "//content/shell/android:content_shell_assets", | 
|  445       "//net/android:net_java", |  446       "//net/android:net_java", | 
|  446     ] |  447     ] | 
|  447   } |  448   } | 
|  448 } |  449 } | 
| OLD | NEW |