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

Unified Diff: gyp/common_conditions.gypi

Issue 1644043003: SkMojo: test linking Skia against the Mojo SDK (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-01-29 (Friday) 12:55:47 EST Created 4 years, 11 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
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 11f98bd28d62eea9c1f30f73268fda5e7135c8e2..135301c519d8824a50cfc1b95253d659b90045d9 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -12,6 +12,7 @@
'SK_FORCE_DISTANCE_FIELD_TEXT=<(skia_force_distance_field_text)',
],
'conditions' : [
+ [ 'skia_mojo_experiment', {'defines': [ 'SK_MOJO_EXPERIMENT'] } ],
mtklein 2016/01/29 18:09:41 Let's drop _experiment and _EXPERIMENT. We know i
hal.canary 2016/01/29 18:44:50 done
[ 'skia_codec_decodes_raw', {
'defines': [
'SK_CODEC_DECODES_RAW',

Powered by Google App Engine
This is Rietveld 408576698