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

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

Issue 2713773003: Add test for paint underinvalidation fix with animated transform overflow. (Closed)
Patch Set: Created 3 years, 10 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "tests/ImeOnFocusTest.cpp", 350 "tests/ImeOnFocusTest.cpp",
351 "tests/IntersectionObserverTest.cpp", 351 "tests/IntersectionObserverTest.cpp",
352 "tests/KeyboardTest.cpp", 352 "tests/KeyboardTest.cpp",
353 "tests/LayoutGeometryMapTest.cpp", 353 "tests/LayoutGeometryMapTest.cpp",
354 "tests/LinkElementLoadingTest.cpp", 354 "tests/LinkElementLoadingTest.cpp",
355 "tests/LinkSelectionTest.cpp", 355 "tests/LinkSelectionTest.cpp",
356 "tests/ListenerLeakTest.cpp", 356 "tests/ListenerLeakTest.cpp",
357 "tests/MHTMLTest.cpp", 357 "tests/MHTMLTest.cpp",
358 "tests/MediaElementFillingViewportTest.cpp", 358 "tests/MediaElementFillingViewportTest.cpp",
359 "tests/NGInlineLayoutTest.cpp", 359 "tests/NGInlineLayoutTest.cpp",
360 "tests/PaintInvalidationTest.cpp",
360 "tests/PrerenderingTest.cpp", 361 "tests/PrerenderingTest.cpp",
361 "tests/ProgrammaticScrollTest.cpp", 362 "tests/ProgrammaticScrollTest.cpp",
362 "tests/ResizeObserverTest.cpp", 363 "tests/ResizeObserverTest.cpp",
363 "tests/RootScrollerTest.cpp", 364 "tests/RootScrollerTest.cpp",
364 "tests/RunAllTests.cpp", 365 "tests/RunAllTests.cpp",
365 "tests/ScreenWakeLockTest.cpp", 366 "tests/ScreenWakeLockTest.cpp",
366 "tests/ScrollbarsTest.cpp", 367 "tests/ScrollbarsTest.cpp",
367 "tests/ScrollingCoordinatorTest.cpp", 368 "tests/ScrollingCoordinatorTest.cpp",
368 "tests/SpinLockTest.cpp", 369 "tests/SpinLockTest.cpp",
369 "tests/TextFinderTest.cpp", 370 "tests/TextFinderTest.cpp",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 445
445 if (is_android) { 446 if (is_android) {
446 deps += [ 447 deps += [
447 "//base:base_java", 448 "//base:base_java",
448 "//content/public/android:content_java", 449 "//content/public/android:content_java",
449 "//content/shell/android:content_shell_assets", 450 "//content/shell/android:content_shell_assets",
450 "//net/android:net_java", 451 "//net/android:net_java",
451 ] 452 ]
452 } 453 }
453 } 454 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698