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

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

Issue 1911973002: Fix scrollbar buttons at hidpi when enable-use-zoom-for-dsf is on. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 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 2527b49695bb7e984a0aed67cf8f572025805684..f1a55ff988abde04262adae281491c218d3d00ce 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -544,6 +544,10 @@ test("blink_platform_unittests") {
sources += [ "scroll/ScrollAnimatorTest.cpp" ]
}
+ if (use_default_render_theme) {
+ sources += [ "scroll/ScrollbarThemeAuraTest.cpp" ]
+ }
+
sources += [ "testing/RunAllTests.cpp" ]
configs += [

Powered by Google App Engine
This is Rietveld 408576698