Chromium Code Reviews| Index: gyp/codec.gyp |
| diff --git a/gyp/codec.gyp b/gyp/codec.gyp |
| index c53d9556d17527fe986bc46391d1842d5bfc4a14..d8f6f66cd2c2cb1cb69f7f5e7c6c02a6decbdc76 100644 |
| --- a/gyp/codec.gyp |
| +++ b/gyp/codec.gyp |
| @@ -84,6 +84,13 @@ |
| 'raw_codec', |
| ], |
| },], |
| + ['skia_android_framework == 0', { |
| + 'defines': [ |
| + # TODO (msarett): Add this optimization to Android. |
| + # https://buganizer.corp.google.com/u/0/issues/27290496 |
| + 'TURBO_HAS_CROP', |
| + ], |
| + },], |
| ], |
| }, { |
| # RAW codec needs exceptions. Due to that, it is a separate target. Its usage can be |