 Chromium Code Reviews
 Chromium Code Reviews Issue 282093015:
  Revert of SSE2 everywhere.  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@master
    
  
    Issue 282093015:
  Revert of SSE2 everywhere.  (Closed) 
  Base URL: https://skia.googlesource.com/skia.git@master| Index: gyp/common_conditions.gypi | 
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi | 
| index 86c3ae6ecbb792e2d1474143171859d2d9527b45..4a60cd0502e6630c1f475fbf050e49f9d7262590 100644 | 
| --- a/gyp/common_conditions.gypi | 
| +++ b/gyp/common_conditions.gypi | 
| @@ -12,11 +12,6 @@ | 
| 'cflags': [ | 
| '-ffp-contract=off', | 
| ], | 
| - }], | 
| - | 
| - # As of M35, Chrome requires SSE2 on x86 (and SSSE3 on Mac). | 
| - [ 'skia_arch_type == "x86"', { | 
| - 'cflags': [ '-msse2' ], | 
| }], | 
| [ 'skia_os == "win"', |