aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/SGTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SGTest.cpp')
-rw-r--r--tests/SGTest.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/SGTest.cpp b/tests/SGTest.cpp
index 25b69437b9..c4b95a7717 100644
--- a/tests/SGTest.cpp
+++ b/tests/SGTest.cpp
@@ -6,6 +6,9 @@
*/
#include "SkRect.h"
+
+#if !defined(SK_BUILD_FOR_GOOGLE3)
+
#include "SkSGColor.h"
#include "SkSGDraw.h"
#include "SkSGGroup.h"
@@ -117,3 +120,5 @@ DEF_TEST(SGInvalidation, reporter) {
&damage);
}
}
+
+#endif // !defined(SK_BUILD_FOR_GOOGLE3)