summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad_tools.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Refactor how clang warning flags are set.thakis@chromium.org2014-08-011-6/+3
| | | | | | | | | | | | | | | | | | Previously, every gyp file that wanted to set clang warnings had to check for clang==1 and then set cflags and xcode_settings.WARNING_CFLAGS. Factor this out, so that targets only need to set clang_warning_flags for warnings that apply to all platforms. (Per-platform flags still need to be set manually.) This removes existing duplication from gyp files, and prevents adding more duplication when trying to add the same warning flags for clang/win. BUG=82385 R=hans@chromium.org, scottmg@chromium.org TBR=various owners Review URL: https://codereview.chromium.org/437543007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287092 0039d316-1c4b-4281-b951-d872f2087c98
* Remove things from breakpad_tools.gypi that are set by build/common.gypi or ↵thakis@chromium.org2014-07-181-19/+0
| | | | | | | | | | | | implicitly. No intended behavior change. BUG=none Review URL: https://codereview.chromium.org/402773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283959 0039d316-1c4b-4281-b951-d872f2087c98
* Correctly compute host_arch in breakpad_tools.gypithakis@chromium.org2014-07-091-1/+1
| | | | | | | | | BUG=360311 NOTRY=true Review URL: https://codereview.chromium.org/379923008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282100 0039d316-1c4b-4281-b951-d872f2087c98
* Make minidump_stackwalk compile with target_arch=ia32 on a linux x64 host.tonyg@chromium.org2013-08-211-0/+5
| | | | | | | | | | | | This is necessary for the perf bots to build minidump_stackwalk which will allow us to have stack traces when perf tests crash. BUG=223572 TEST=GYP_DEFINES="branding=Chrome buildtype=Official target_arch=ia32 component=static_library" gclient runhooks && ninja -C out/Release minidump_stackwalk Review URL: https://chromiumcodereview.appspot.com/23064014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218622 0039d316-1c4b-4281-b951-d872f2087c98
* Build minidump_stackwalk and minidump_dump on all supported platforms.rsesek@chromium.org2012-11-211-0/+35
Previously, these would only be built on Linux and Android with linux_breakpad==1. These can be built now on Mac. Review URL: https://chromiumcodereview.appspot.com/11418122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169148 0039d316-1c4b-4281-b951-d872f2087c98