 Chromium Code Reviews
 Chromium Code Reviews Issue 1096703002:
  Reland: Add ETC1 powered SSE encoder for tile texture compression  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1096703002:
  Reland: Add ETC1 powered SSE encoder for tile texture compression  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: cc/cc.gyp | 
| diff --git a/cc/cc.gyp b/cc/cc.gyp | 
| index aeea01861d2ddf3def9fef729e6beab473b21f60..bb41e21ed3cc408eb837c4ff5047e307ae3621af 100644 | 
| --- a/cc/cc.gyp | 
| +++ b/cc/cc.gyp | 
| @@ -487,6 +487,8 @@ | 
| 'resources/texture_compressor.h', | 
| 'resources/texture_compressor_etc1.cc', | 
| 'resources/texture_compressor_etc1.h', | 
| + 'resources/texture_compressor_etc1_sse.cc', | 
| 
robert.bradford
2015/04/17 16:20:08
These files need to be conditional on the arch.
 | 
| + 'resources/texture_compressor_etc1_sse.h', | 
| 'resources/texture_mailbox.cc', | 
| 'resources/texture_mailbox.h', | 
| 'resources/texture_mailbox_deleter.cc', |