Index: third_party/WebKit/Source/web/BUILD.gn |
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn |
index 779c63390ef5cbd18fd164aa7a64f902d4ab1604..8eb1f1a07d20846e16ac1eb14f7103fec7c95f8c 100644 |
--- a/third_party/WebKit/Source/web/BUILD.gn |
+++ b/third_party/WebKit/Source/web/BUILD.gn |
@@ -16,6 +16,9 @@ |
"scope", |
[ "web.gypi" ]) |
web_unittest_files = web_gypi.web_unittest_files |
+if (!is_mac) { |
+ web_unittest_files += [ "tests/ScrollAnimatorTest.cpp" ] |
+} |
component("web") { |
output_name = "blink_web" |