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

Unified Diff: third_party/WebKit/Source/web/web.gypi

Issue 1438043011: Move ScrollAnimatorTest.cpp to Source/platform/scroll/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: provide zero for all WTF platform time functions Created 5 years, 1 month 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/web/web.gypi
diff --git a/third_party/WebKit/Source/web/web.gypi b/third_party/WebKit/Source/web/web.gypi
index 611875a8f35a9f5b83159c763a556687f2253b2e..3d3bc93721543b121936b965dc4a5c861fd09eaf 100644
--- a/third_party/WebKit/Source/web/web.gypi
+++ b/third_party/WebKit/Source/web/web.gypi
@@ -317,15 +317,5 @@
'tests/sim/SimWebViewClient.cpp',
'tests/sim/SimWebViewClient.h',
],
- 'conditions': [
- ['OS!="mac"',
- {
- 'web_unittest_files': [
- # Mac uses ScrollAnimatorMac instead of ScrollAnimator.
- 'tests/ScrollAnimatorTest.cpp',
- ],
- }
- ],
- ],
},
}

Powered by Google App Engine
This is Rietveld 408576698