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

Unified Diff: gyp/common_conditions.gypi

Issue 277593003: Fix Moz2D build (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add % Created 6 years, 7 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 | gyp/common_variables.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 39512a81cd3abedfbb704f7ac790fdd6c6000bab..d1ef703b204d7f5c32f22f2d7ce2e19ab51c4b08 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -628,6 +628,15 @@
'SK_USE_POSIX_THREADS',
],
}],
+
+ [ 'skia_moz2d', {
+ 'defines': [
+ 'SK_SUPPORT_LEGACY_LAYERRASTERIZER_API=1',
+ 'SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG=1',
+ 'SK_SUPPORT_LEGACY_GETTOTALCLIP=1',
+ ],
+ }],
+
], # end 'conditions'
# The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details
'xcode_settings': {
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698