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

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: minor edits 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 be6444153b758f42c5fa5abffaaed53d1d16b89f..2ad041d7998b4d8afab31abb8962b7b8d5d3d836 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -526,7 +526,10 @@ test("blink_platform_unittests") {
}
if (!is_mac) {
- sources += [ "scroll/ScrollAnimatorTest.cpp" ]
+ sources += [
+ "scroll/ScrollAnimatorTest.cpp",
+ "scroll/ScrollbarThemeAuraTest.cpp",
jbroman 2016/05/11 21:24:08 The condition for this should probably match that
Bret 2016/05/12 00:18:12 Done.
+ ]
}
sources += [ "testing/RunAllTests.cpp" ]

Powered by Google App Engine
This is Rietveld 408576698