diff options
author | karen@chromium.org <karen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 05:19:03 +0000 |
---|---|---|
committer | karen@chromium.org <karen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 05:19:03 +0000 |
commit | 0d3ab2de957d9ab97f15dee06ffb285342dfc429 (patch) | |
tree | e3df838440ae22f553ceec7700d8003bbefbca2b /breakpad | |
parent | 7d4eefa9e28f70d784fc80ea120582af0bdd485e (diff) | |
download | chromium_src-0d3ab2de957d9ab97f15dee06ffb285342dfc429.zip chromium_src-0d3ab2de957d9ab97f15dee06ffb285342dfc429.tar.gz chromium_src-0d3ab2de957d9ab97f15dee06ffb285342dfc429.tar.bz2 |
Revert 154068 - Fix official Linux builds, broken by missing symupload.
TBR=mark@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10907002
TBR=mmoss@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10910002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154079 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 9f6d754..a5c02fc 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -372,11 +372,7 @@ { 'target_name': 'symupload', 'type': 'executable', - 'conditions': [ - ['OS=="android"', { - 'toolsets': [ 'host' ], - }], - ], + 'toolsets': [ 'host', ], # This uses the system libcurl, so don't use the default 32-bit # compile flags when building on a 64-bit machine. |