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

Unified Diff: gyp/common_variables.gypi

Issue 2198933002: Making a sample for shadow maps for more intensive development (Closed) Base URL: https://skia.googlesource.com/skia@shadow-gm
Patch Set: Made requested changes Created 4 years, 4 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_variables.gypi
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index 68d5072a32b583ad384d3cfbc5e528d73abf3bc7..f9490e6b118601239c17e05a1dc7ee1a9fb9f744 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -254,7 +254,7 @@
#'-ffast-math', # Optimize float math even when it breaks IEEE compliance.
#'-flto' # Enable link-time optimization.
],
- 'skia_experimental_shadowing': 0, # for experimental shadow-drawing
+ 'skia_experimental_shadowing': 1, # for experimental shadow-drawing
# These are referenced by our .gypi files that list files (e.g. core.gypi)
#
« no previous file with comments | « gm/shadowmaps.cpp ('k') | gyp/samples.gypi » ('j') | include/utils/SkShadowPaintFilterCanvas.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698