Index: third_party/WebKit/Source/web/web.gypi |
diff --git a/third_party/WebKit/Source/web/web.gypi b/third_party/WebKit/Source/web/web.gypi |
index 3d3bc93721543b121936b965dc4a5c861fd09eaf..611875a8f35a9f5b83159c763a556687f2253b2e 100644 |
--- a/third_party/WebKit/Source/web/web.gypi |
+++ b/third_party/WebKit/Source/web/web.gypi |
@@ -317,5 +317,15 @@ |
'tests/sim/SimWebViewClient.cpp', |
'tests/sim/SimWebViewClient.h', |
], |
+ 'conditions': [ |
+ ['OS!="mac"', |
+ { |
+ 'web_unittest_files': [ |
+ # Mac uses ScrollAnimatorMac instead of ScrollAnimator. |
+ 'tests/ScrollAnimatorTest.cpp', |
+ ], |
+ } |
+ ], |
+ ], |
}, |
} |