Shaper Tests: fix g3 build

Change-Id: Ib53a9e3224bedbbbdb6d4a99e7ed1856ff9a6717
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/211997
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
This commit is contained in:
Hal Canary 2019-05-03 13:18:44 -04:00 committed by Skia Commit-Bot
parent 7e603db010
commit 70aab82354
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
#include "bench/Benchmark.h"
#ifndef SK_BUILD_FOR_ANDROID_FRAMEWORK
#if !defined(SK_BUILD_FOR_ANDROID_FRAMEWORK) && !defined(SK_BUILD_FOR_GOOGLE3)
#include "modules/skshaper/include/SkShaper.h"
#include "tools/Resources.h"
@ -74,4 +74,4 @@ SHAPER_BENCH(tifnagh)
SHAPER_BENCH(vai)
#undef SHAPER_BENCH
#endif // !SK_BUILD_FOR_ANDROID_FRAMEWORK
#endif // !defined(SK_BUILD_FOR_ANDROID_FRAMEWORK) && !defined(SK_BUILD_FOR_GOOGLE3)

View File

@ -3,7 +3,7 @@
#include "tests/Test.h"
#ifndef SK_BUILD_FOR_ANDROID_FRAMEWORK
#if !defined(SK_BUILD_FOR_ANDROID_FRAMEWORK) && !defined(SK_BUILD_FOR_GOOGLE3)
#include "modules/skshaper/include/SkShaper.h"
#include "tools/Resources.h"
@ -101,4 +101,4 @@ SHAPER_TEST(vai)
//SHAPER_TEST(tamil)
#undef SHAPER_TEST
#endif // !SK_BUILD_FOR_ANDROID_FRAMEWORK
#endif // !defined(SK_BUILD_FOR_ANDROID_FRAMEWORK) && !defined(SK_BUILD_FOR_GOOGLE3)