Chromium Code Reviews| Index: breakpad/breakpad.gyp |
| =================================================================== |
| --- breakpad/breakpad.gyp (revision 154083) |
| +++ breakpad/breakpad.gyp (working copy) |
| @@ -372,11 +372,6 @@ |
| { |
| 'target_name': 'symupload', |
| 'type': 'executable', |
| - 'conditions': [ |
| - ['OS=="android"', { |
| - 'toolsets': [ 'host' ], |
| - }], |
| - ], |
| # This uses the system libcurl, so don't use the default 32-bit |
| # compile flags when building on a 64-bit machine. |