diff options
author | mtklein <mtklein@chromium.org> | 2014-10-20 07:12:34 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-20 07:12:34 -0700 |
commit | 958e9628d5f9a81aeafa78572cb4afc4b19a455a (patch) | |
tree | f596f8834ecd33fcf0bc9b25e1174735c0a4327e /gyp | |
parent | 2b9dc1d0fff7e1e206721b872a9ba989f5829271 (diff) |
Start to vectorize SkTileGrid.
This adds Sk4x.h to help.
BUG=skia:
Committed: https://skia.googlesource.com/skia/+/90c7992bfc6330f070f7704d63372a0ec8410170
CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu12-ShuttleA-GTX660-x86-Debug-Trybot
Review URL: https://codereview.chromium.org/634543004
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/common_conditions.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index d9c048771e..d213e17e4f 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi @@ -46,6 +46,7 @@ 4275, # An exported class was derived from a class that was not exported 4345, # This is an FYI about a behavior change from long ago. Chrome stifles it too. 4355, # 'this' used in base member initializer list. Off by default in newer compilers. + 4800, # forcing value to bool 'true' or 'false' ], 'msvs_cygwin_shell': 0, 'msvs_settings': { |