diff options
author | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 05:44:03 +0000 |
---|---|---|
committer | mmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-30 05:44:03 +0000 |
commit | 15808d130f00e0545cf0f31fedfdd6669c8a2517 (patch) | |
tree | d6d39a5883aff5717d8ce6d01821201de794a7c4 /breakpad | |
parent | 816dba833f9eb61fc80adb2a3ab641b225cdf52d (diff) | |
download | chromium_src-15808d130f00e0545cf0f31fedfdd6669c8a2517.zip chromium_src-15808d130f00e0545cf0f31fedfdd6669c8a2517.tar.gz chromium_src-15808d130f00e0545cf0f31fedfdd6669c8a2517.tar.bz2 |
Re-Fix official Linux builds, broken by missing symupload.
Removed redundant toolset line which is already set for Android below.
TBR=mark@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10913003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154083 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index a5c02fc..785a2ac 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -372,7 +372,6 @@ { 'target_name': 'symupload', 'type': 'executable', - 'toolsets': [ 'host', ], # This uses the system libcurl, so don't use the default 32-bit # compile flags when building on a 64-bit machine. |