aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/common_conditions.gypi8
1 files changed, 8 insertions, 0 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index ea293d5599..93788a1153 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -296,6 +296,14 @@
'SK_DEFAULT_FONT_CACHE_LIMIT (768 * 1024)',
'SK_ATOMICS_PLATFORM_H "../../src/ports/SkAtomics_android.h"',
'SK_MUTEX_PLATFORM_H "../../src/ports/SkMutex_pthread.h"',
+ # FIXME: b/13729784: Need to rework LayerRasterizer.cpp
+ 'SK_SUPPORT_LEGACY_LAYERRASTERIZER_API',
+ # Temporary until https:#googleplex-android-review.git.corp.google.com/#/c/442220/
+ # lands.
+ 'SK_SUPPORT_LEGACY_GETTOTALCLIP',
+ # Use a better name for kPMColor_SkColorType until
+ # https://code.google.com/p/skia/issues/detail?id=2384 is fixed.
+ 'kNative_8888_SkColorType kPMColor_SkColorType',
],
}],