Chromium Code Reviews| Index: tools/gyp/v8.gyp |
| =================================================================== |
| --- tools/gyp/v8.gyp (revision 11534) |
| +++ tools/gyp/v8.gyp (working copy) |
| @@ -655,8 +655,12 @@ |
| } |
| ], |
| ['OS=="android"', { |
| - 'defines': [ |
| - 'CAN_USE_VFP_INSTRUCTIONS', |
| + 'conditions': [ |
| + ['v8_target_arch=="arm"', { |
| + 'defines': [ |
| + 'CAN_USE_VFP_INSTRUCTIONS', |
| + ], |
| + }], |
| ], |
| 'sources': [ |
| '../../src/platform-posix.cc', |