Chromium Code Reviews| Index: gyp/common_variables.gypi |
| diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi |
| index 6f4ac876f6eea17b80635013f7aed0a92f0cc0d1..f66af64b3a821b77b0ae94ee64e9c7e5332bbd55 100644 |
| --- a/gyp/common_variables.gypi |
| +++ b/gyp/common_variables.gypi |
| @@ -61,7 +61,7 @@ |
| }], |
| # RAW codec needs exceptions. Due to that, it is a separate target. Its usage can be |
| # controlled by skia_codec_decodes_raw. |
| - ['skia_os == "chromeos" or skia_os == "win"', { |
| + ['skia_os == "win"', { |
| # FIXME: fix the support for ChromeOS [DNG SDK issue with clock_gettime()]. |
|
scroggo
2016/02/25 12:59:52
This line is no longer necessary
yujieqin
2016/02/25 13:18:43
Done.
|
| 'skia_codec_decodes_raw%' : 0, |
| }, { |