Chromium Code Reviews| 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 |
|
jvanverth1
2016/08/02 17:43:33
Don't forget to disable this.
vjiaoblack
2016/08/03 14:04:20
I will! Figured I might as well leave it on up unt
|
| # These are referenced by our .gypi files that list files (e.g. core.gypi) |
| # |