Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 1cc8cca1d1fbf928ff194e1e0feeb683366b471c..a73c75fad2c764badd65ac279b03ae2f1fd7f242 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -670,13 +670,17 @@ |
| ], |
| }], |
| ['target_arch=="arm"', { |
| - 'target_conditions': [ |
| - ['armv7==1 and _toolset=="target"', { |
| - 'cflags': [ |
| - '-march=armv7-a', |
| - '-mtune=cortex-a8', |
| - '-mfpu=neon', |
| - '-mfloat-abi=softfp', |
| + 'conditions': [ |
| + ['armv7==1', { |
| + 'target_conditions': [ |
| + ['_toolset=="target"', { |
| + 'cflags': [ |
| + '-march=armv7-a', |
| + '-mtune=cortex-a8', |
| + '-mfpu=neon', |
| + '-mfloat-abi=softfp', |
| + ], |
| + }], |
| ], |
| }], |
| ], |