summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad.gyp
diff options
context:
space:
mode:
authorgregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-19 00:58:01 +0000
committergregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-19 00:58:01 +0000
commit0d37bd3b66ad2c9a782e0fefb26addddf39a84cf (patch)
tree7d0bf05c7de90c5635d4e8ec7179c98512dc0a74 /breakpad/breakpad.gyp
parent194970f97e451da5a5da4ce313e8237930d9db3b (diff)
downloadchromium_src-0d37bd3b66ad2c9a782e0fefb26addddf39a84cf.zip
chromium_src-0d37bd3b66ad2c9a782e0fefb26addddf39a84cf.tar.gz
chromium_src-0d37bd3b66ad2c9a782e0fefb26addddf39a84cf.tar.bz2
Revert 35012 - 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 TBR=gregoryd@google.com Review URL: http://codereview.chromium.org/500149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r--breakpad/breakpad.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index da69679..ab5b98d 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -14,7 +14,7 @@
'src',
],
'configurations': {
- 'Debug_Base': {
+ 'Debug': {
'defines': [
# This is needed for GTMLogger to work correctly.
'DEBUG',
@@ -115,7 +115,7 @@
],
},
'configurations': {
- 'Release_Base': {
+ 'Release': {
'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