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

Unified Diff: gyp/common_variables.gypi

Issue 2118553002: adding new GM to demostrate new shadows (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Forgot to commit files. 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
Index: gyp/common_variables.gypi
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index acd187c3636f2560eb13cf9d870668aab402c97a..7b871843aae96b1ec6223e41b30bda3eaf29fec8 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -251,7 +251,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
jvanverth1 2016/07/26 15:01:24 I don't think you want to commit this.
vjiaoblack 2016/07/27 15:26:27 Acknowledged.
# These are referenced by our .gypi files that list files (e.g. core.gypi)
#

Powered by Google App Engine
This is Rietveld 408576698