Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Side by Side Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2647843002: Switch Shadow DOM V0 <content> FeatureSet tests to SimTest. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "tests/MediaElementFillingViewportTest.cpp", 353 "tests/MediaElementFillingViewportTest.cpp",
354 "tests/NGInlineLayoutTest.cpp", 354 "tests/NGInlineLayoutTest.cpp",
355 "tests/PrerenderingTest.cpp", 355 "tests/PrerenderingTest.cpp",
356 "tests/ProgrammaticScrollTest.cpp", 356 "tests/ProgrammaticScrollTest.cpp",
357 "tests/ResizeObserverTest.cpp", 357 "tests/ResizeObserverTest.cpp",
358 "tests/RootScrollerTest.cpp", 358 "tests/RootScrollerTest.cpp",
359 "tests/RunAllTests.cpp", 359 "tests/RunAllTests.cpp",
360 "tests/ScreenWakeLockTest.cpp", 360 "tests/ScreenWakeLockTest.cpp",
361 "tests/ScrollbarsTest.cpp", 361 "tests/ScrollbarsTest.cpp",
362 "tests/ScrollingCoordinatorTest.cpp", 362 "tests/ScrollingCoordinatorTest.cpp",
363 "tests/ShadowDOMV0Test.cpp",
363 "tests/SpinLockTest.cpp", 364 "tests/SpinLockTest.cpp",
364 "tests/TextFinderTest.cpp", 365 "tests/TextFinderTest.cpp",
365 "tests/TextSelectionRepaintTest.cpp", 366 "tests/TextSelectionRepaintTest.cpp",
366 "tests/TimerPerfTest.cpp", 367 "tests/TimerPerfTest.cpp",
367 "tests/TouchActionTest.cpp", 368 "tests/TouchActionTest.cpp",
368 "tests/ViewportTest.cpp", 369 "tests/ViewportTest.cpp",
369 "tests/VirtualTimeTest.cpp", 370 "tests/VirtualTimeTest.cpp",
370 "tests/VisualViewportTest.cpp", 371 "tests/VisualViewportTest.cpp",
371 "tests/WebDocumentSubresourceFilterTest.cpp", 372 "tests/WebDocumentSubresourceFilterTest.cpp",
372 "tests/WebDocumentTest.cpp", 373 "tests/WebDocumentTest.cpp",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698