From 0d3ab2de957d9ab97f15dee06ffb285342dfc429 Mon Sep 17 00:00:00 2001 From: "karen@chromium.org" Date: Thu, 30 Aug 2012 05:19:03 +0000 Subject: 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 --- breakpad/breakpad.gyp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'breakpad') 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. -- cgit v1.1