summaryrefslogtreecommitdiffstats
path: root/breakpad
diff options
context:
space:
mode:
authormmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-30 04:23:03 +0000
committermmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-30 04:23:03 +0000
commite2e28515e30992de94f69f100887e5be41cfad07 (patch)
tree17fc47af4790b170166b854a0c681fc5277d4901 /breakpad
parent884873f1c3d29c08c1db33aaf18baf0bf43b73c3 (diff)
downloadchromium_src-e2e28515e30992de94f69f100887e5be41cfad07.zip
chromium_src-e2e28515e30992de94f69f100887e5be41cfad07.tar.gz
chromium_src-e2e28515e30992de94f69f100887e5be41cfad07.tar.bz2
Fix official Linux builds, broken by missing symupload.
TBR=mark@chromium.org Review URL: https://chromiumcodereview.appspot.com/10907002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154068 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r--breakpad/breakpad.gyp6
1 files changed, 5 insertions, 1 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index a5c02fc..9f6d754 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -372,7 +372,11 @@
{
'target_name': 'symupload',
'type': 'executable',
- 'toolsets': [ 'host', ],
+ '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.