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

Unified Diff: tests/StrokerTest.cpp

Issue 641063002: fix ios build (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/StrokerTest.cpp
diff --git a/tests/StrokerTest.cpp b/tests/StrokerTest.cpp
index 804e0a1d5f3676505a1a308fc6d727571a9b5639..af1e6d929fd124ec000c80169aaf2c116731679b 100755
--- a/tests/StrokerTest.cpp
+++ b/tests/StrokerTest.cpp
@@ -8,7 +8,9 @@
#include "SkTime.h"
#include "Test.h"
+#ifndef SK_BUILD_FOR_IOS
tfarina 2014/10/09 13:21:54 if you use !definded, then it is easier for someon
DEFINE_bool2(extendedTest, x, false, "run extended tests regardless of how long takes");
+#endif
#define MS_TEST_DURATION 10
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698