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" ] |