Chromium Code Reviews| Index: build/android/increase_size_for_speed.gypi |
| diff --git a/build/android/increase_size_for_speed.gypi b/build/android/increase_size_for_speed.gypi |
| index 372b5922d6b2c7e172c727c98db90f82de1bd326..f5f2d6263322bd53270e1bc38348619e800113dc 100644 |
| --- a/build/android/increase_size_for_speed.gypi |
| +++ b/build/android/increase_size_for_speed.gypi |
| @@ -14,7 +14,7 @@ |
| 'target_conditions': [ |
| ['_toolset=="target"', { |
| 'conditions': [ |
| - ['OS=="android" and fastbuild==0', { |
| + ['OS=="android"', { |
| 'cflags!': ['-Os'], |
| 'cflags': ['-O2'], |
| }], |