Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index f7404734805799f3589577bdf53def62f1d0aee9..5a58692ac3af7f0c2cc7287d41a67d4a5a71ab16 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -638,7 +638,7 @@ |
| 'proprietary_codecs%': 0, |
| }], |
| - ['OS=="mac"', { |
| + ['OS=="mac" or OS=="ios"', { |
|
reveman
2013/12/14 05:32:59
How this worked before is a mystery to me.
reveman
2013/12/14 07:42:01
Ok, looks like we built both discardable_memory_ma
|
| 'native_discardable_memory%': 1, |
| 'native_memory_pressure_signals%': 1, |
| }], |