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

Unified Diff: gyp/common_conditions.gypi

Issue 1612113002: Update SK_IMAGE_VERSION to test RAW (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Reland, with fixes 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
« no previous file with comments | « gyp/codec.gyp ('k') | gyp/common_variables.gypi » ('j') | tools/dm_flags.py » ('J')
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 c7b19de8da1d145c24a65d987aed045c302273b6..11f98bd28d62eea9c1f30f73268fda5e7135c8e2 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -12,6 +12,11 @@
'SK_FORCE_DISTANCE_FIELD_TEXT=<(skia_force_distance_field_text)',
],
'conditions' : [
+ [ 'skia_codec_decodes_raw', {
+ 'defines': [
+ 'SK_CODEC_DECODES_RAW',
+ ],
+ }],
['skia_pic', {
'cflags': [
'-fPIC',
« no previous file with comments | « gyp/codec.gyp ('k') | gyp/common_variables.gypi » ('j') | tools/dm_flags.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698