From 95d3e0c768b1f9fe7d1a9e052294674a76153664 Mon Sep 17 00:00:00 2001 From: "gregoryd@google.com" Date: Sat, 19 Dec 2009 00:35:28 +0000 Subject: Rearrange build configurations - make it clearer and allow better support for x64 on Windows TEST=none BUG=29467 Review URL: http://codereview.chromium.org/501127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35012 0039d316-1c4b-4281-b951-d872f2087c98 --- breakpad/breakpad.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'breakpad/breakpad.gyp') diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index ab5b98d..da69679 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -14,7 +14,7 @@ 'src', ], 'configurations': { - 'Debug': { + 'Debug_Base': { 'defines': [ # This is needed for GTMLogger to work correctly. 'DEBUG', @@ -115,7 +115,7 @@ ], }, 'configurations': { - 'Release': { + 'Release_Base': { 'xcode_settings': { # dump_syms crashes when built at -O1, -O2, and -O3. It does # not crash at -Os. To play it safe, dump_syms is always built -- cgit v1.1