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

Unified Diff: gyp/common_conditions.gypi

Issue 1520403003: Prototype of RAW decoding in Skia. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comments 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 8221c94680a645a68b91927d83276065b042fb69..d28645385651cde135b5a5099426d7e9423b4f1c 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -12,6 +12,12 @@
'SK_FORCE_DISTANCE_FIELD_TEXT=<(skia_force_distance_field_text)',
],
'conditions' : [
+ ['skia_codec_decodes_raw', {
scroggo 2016/01/11 17:44:02 This seems fine. I think you could have left this
yujieqin 2016/01/12 10:47:40 Sure thing, I moved this back to the codec.gyp. We
+ 'defines': [
+ 'SK_CODEC_DECODES_RAW',
+ ],
+ }
+ ],
['skia_pic', {
'cflags': [
'-fPIC',

Powered by Google App Engine
This is Rietveld 408576698