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:
parent
7e603db010
commit
70aab82354
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user