Skip to content

Commit

Permalink
Revert 154068 - Fix official Linux builds, broken by missing symupload.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
karen@chromium.org committed Aug 30, 2012
1 parent 7d4eefa commit 0d3ab2d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions breakpad/breakpad.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0d3ab2d

Please sign in to comment.