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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2590163004: Aura overlay scrollbars shouldn't invalidate thumb on scroll or enabled state. (Closed)
Patch Set: Nit Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index d45fa60f61b735f57de7498d307ca52ad149ee75..4e9afef8e62b4fc4e5d33dbddd13cf986f09f381 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1832,6 +1832,7 @@ test("blink_platform_unittests") {
if (use_default_render_theme) {
sources += [ "scroll/ScrollbarThemeAuraTest.cpp" ]
+ sources += [ "scroll/ScrollbarThemeOverlayTest.cpp" ]
jbroman 2016/12/22 15:21:00 If you leave this here, put these in one list: so
bokan 2016/12/22 16:10:55 Good catch, I just put it beside the AuraTest with
}
sources += [ "testing/RunAllTests.cpp" ]

Powered by Google App Engine
This is Rietveld 408576698