| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 "PageOverlayTest.cpp", | 259 "PageOverlayTest.cpp", |
| 260 "WebAssociatedURLLoaderImplTest.cpp", | 260 "WebAssociatedURLLoaderImplTest.cpp", |
| 261 "WebDragDataTest.cpp", | 261 "WebDragDataTest.cpp", |
| 262 "WebElementTest.cpp", | 262 "WebElementTest.cpp", |
| 263 "WebEmbeddedWorkerImplTest.cpp", | 263 "WebEmbeddedWorkerImplTest.cpp", |
| 264 "WebNodeTest.cpp", | 264 "WebNodeTest.cpp", |
| 265 | 265 |
| 266 # FIXME: Move the tests from web/tests/ to appropriate places. | 266 # FIXME: Move the tests from web/tests/ to appropriate places. |
| 267 # crbug.com/353585 | 267 # crbug.com/353585 |
| 268 "tests/AccessibilityObjectModelTest.cpp", | 268 "tests/AccessibilityObjectModelTest.cpp", |
| 269 "tests/ActiveConnectionThrottlingTest.cpp", | |
| 270 "tests/ActivityLoggerTest.cpp", | 269 "tests/ActivityLoggerTest.cpp", |
| 271 "tests/AnimationSimTest.cpp", | 270 "tests/AnimationSimTest.cpp", |
| 272 "tests/BrowserControlsTest.cpp", | 271 "tests/BrowserControlsTest.cpp", |
| 273 "tests/ChromeClientImplTest.cpp", | 272 "tests/ChromeClientImplTest.cpp", |
| 274 "tests/CompositorWorkerTest.cpp", | 273 "tests/CompositorWorkerTest.cpp", |
| 275 "tests/DeferredLoadingTest.cpp", | 274 "tests/DeferredLoadingTest.cpp", |
| 276 "tests/DocumentLoaderTest.cpp", | 275 "tests/DocumentLoaderTest.cpp", |
| 277 "tests/DocumentLoadingRenderingTest.cpp", | 276 "tests/DocumentLoadingRenderingTest.cpp", |
| 278 "tests/FakeWebPlugin.cpp", | 277 "tests/FakeWebPlugin.cpp", |
| 279 "tests/FakeWebPlugin.h", | 278 "tests/FakeWebPlugin.h", |
| 280 "tests/FrameSerializerTest.cpp", | 279 "tests/FrameSerializerTest.cpp", |
| 281 "tests/FrameTestHelpers.cpp", | 280 "tests/FrameTestHelpers.cpp", |
| 282 "tests/FrameTestHelpers.h", | 281 "tests/FrameTestHelpers.h", |
| 283 "tests/FrameThrottlingTest.cpp", | |
| 284 "tests/HTMLDocumentParserLoadingTest.cpp", | 282 "tests/HTMLDocumentParserLoadingTest.cpp", |
| 285 "tests/HTMLImportSheetsTest.cpp", | 283 "tests/HTMLImportSheetsTest.cpp", |
| 286 "tests/ImeOnFocusTest.cpp", | 284 "tests/ImeOnFocusTest.cpp", |
| 287 "tests/IntersectionObserverTest.cpp", | 285 "tests/IntersectionObserverTest.cpp", |
| 288 "tests/KeyboardTest.cpp", | 286 "tests/KeyboardTest.cpp", |
| 289 "tests/LayoutGeometryMapTest.cpp", | 287 "tests/LayoutGeometryMapTest.cpp", |
| 290 "tests/LinkElementLoadingTest.cpp", | 288 "tests/LinkElementLoadingTest.cpp", |
| 291 "tests/LinkSelectionTest.cpp", | 289 "tests/LinkSelectionTest.cpp", |
| 292 "tests/ListenerLeakTest.cpp", | 290 "tests/ListenerLeakTest.cpp", |
| 293 "tests/LocalFrameClientImplTest.cpp", | 291 "tests/LocalFrameClientImplTest.cpp", |
| (...skipping 30 matching lines...) Expand all Loading... |
| 324 "tests/WebPluginContainerTest.cpp", | 322 "tests/WebPluginContainerTest.cpp", |
| 325 "tests/WebRangeTest.cpp", | 323 "tests/WebRangeTest.cpp", |
| 326 "tests/WebScopedWindowFocusAllowedIndicatorTest.cpp", | 324 "tests/WebScopedWindowFocusAllowedIndicatorTest.cpp", |
| 327 "tests/WebSearchableFormDataTest.cpp", | 325 "tests/WebSearchableFormDataTest.cpp", |
| 328 "tests/WebSelectorTest.cpp", | 326 "tests/WebSelectorTest.cpp", |
| 329 "tests/WebURLRequestTest.cpp", | 327 "tests/WebURLRequestTest.cpp", |
| 330 "tests/WebURLResponseTest.cpp", | 328 "tests/WebURLResponseTest.cpp", |
| 331 "tests/WebUserGestureTokenTest.cpp", | 329 "tests/WebUserGestureTokenTest.cpp", |
| 332 "tests/WebViewTest.cpp", | 330 "tests/WebViewTest.cpp", |
| 333 "tests/WindowProxyTest.cpp", | 331 "tests/WindowProxyTest.cpp", |
| 332 "tests/scheduler/ActiveConnectionThrottlingTest.cpp", |
| 333 "tests/scheduler/FrameThrottlingTest.cpp", |
| 334 "tests/scheduler/ThrottlingTest.cpp", |
| 334 "tests/sim/SimCanvas.cpp", | 335 "tests/sim/SimCanvas.cpp", |
| 335 "tests/sim/SimCanvas.h", | 336 "tests/sim/SimCanvas.h", |
| 336 "tests/sim/SimCompositor.cpp", | 337 "tests/sim/SimCompositor.cpp", |
| 337 "tests/sim/SimCompositor.h", | 338 "tests/sim/SimCompositor.h", |
| 338 "tests/sim/SimDisplayItemList.cpp", | 339 "tests/sim/SimDisplayItemList.cpp", |
| 339 "tests/sim/SimDisplayItemList.h", | 340 "tests/sim/SimDisplayItemList.h", |
| 340 "tests/sim/SimNetwork.cpp", | 341 "tests/sim/SimNetwork.cpp", |
| 341 "tests/sim/SimNetwork.h", | 342 "tests/sim/SimNetwork.h", |
| 342 "tests/sim/SimPage.cpp", | 343 "tests/sim/SimPage.cpp", |
| 343 "tests/sim/SimPage.h", | 344 "tests/sim/SimPage.h", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 | 388 |
| 388 if (is_android) { | 389 if (is_android) { |
| 389 deps += [ | 390 deps += [ |
| 390 "//base:base_java", | 391 "//base:base_java", |
| 391 "//content/public/android:content_java", | 392 "//content/public/android:content_java", |
| 392 "//content/shell/android:content_shell_assets", | 393 "//content/shell/android:content_shell_assets", |
| 393 "//net/android:net_java", | 394 "//net/android:net_java", |
| 394 ] | 395 ] |
| 395 } | 396 } |
| 396 } | 397 } |
| OLD | NEW |