diff options
author | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-22 01:52:50 +0000 |
---|---|---|
committer | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-22 01:52:50 +0000 |
commit | 5153767cdf4e37be91fec9d69d87ad2f2f254294 (patch) | |
tree | e865a8c4c508af56a7a122dd2651d432e175942c /breakpad | |
parent | 38c70d35d0ece9a40f2b09111c96eb6be545f8c4 (diff) | |
download | chromium_src-5153767cdf4e37be91fec9d69d87ad2f2f254294.zip chromium_src-5153767cdf4e37be91fec9d69d87ad2f2f254294.tar.gz chromium_src-5153767cdf4e37be91fec9d69d87ad2f2f254294.tar.bz2 |
Refactoring build configurations - make it clearer and allow better support for x64 on Windows
TEST=none
BUG=29467
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35012
Review URL: http://codereview.chromium.org/501127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35129 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 4 | ||||
-rw-r--r-- | breakpad/breakpad_handler.gypi | 2 | ||||
-rw-r--r-- | breakpad/breakpad_sender.gypi | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 7dcb571..e542f97 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 diff --git a/breakpad/breakpad_handler.gypi b/breakpad/breakpad_handler.gypi index f97c5e7..8c26d42 100644 --- a/breakpad/breakpad_handler.gypi +++ b/breakpad/breakpad_handler.gypi @@ -73,7 +73,7 @@ ], }, 'configurations': { - 'Common': { + 'Common_Base': { 'msvs_target_platform': 'x64', }, }, diff --git a/breakpad/breakpad_sender.gypi b/breakpad/breakpad_sender.gypi index 1408dbe..679c125 100644 --- a/breakpad/breakpad_sender.gypi +++ b/breakpad/breakpad_sender.gypi @@ -59,7 +59,7 @@ ], }, 'configurations': { - 'Common': { + 'Common_Base': { 'msvs_target_platform': 'x64', }, }, |