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

Unified Diff: gyp/common.gypi

Issue 2146073003: Creating framework for drawShadowedPicture (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Made changes to better hide changes from public Created 4 years, 5 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') | src/core/SkPictureRecord.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common.gypi
diff --git a/gyp/common.gypi b/gyp/common.gypi
index a0a8105355504f416054cee185d987c038ab26ce..6888195a9bde1860ea42c7f0aabfcf6b9f51fd8d 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -112,6 +112,13 @@
},
},
}],
+ [ 'skia_use_shadows',
+ {
+ 'defines': [
+ 'SK_USE_SHADOWS',
+ ],
+ },
+ ],
],
}, # end 'target_defaults'
}
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | src/core/SkPictureRecord.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698