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

Unified Diff: tests/StrokerTest.cpp

Issue 638403002: try again to 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 af1e6d929fd124ec000c80169aaf2c116731679b..1a25d3325efb45c9f86c14cc1dfec7e5eb682f67 100755
--- a/tests/StrokerTest.cpp
+++ b/tests/StrokerTest.cpp
@@ -10,6 +10,8 @@
#ifndef SK_BUILD_FOR_IOS
DEFINE_bool2(extendedTest, x, false, "run extended tests regardless of how long takes");
+#else
+DECLARE_bool(extendedTest);
#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