summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authormmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-18 20:16:00 +0000
committermmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-18 20:16:00 +0000
commitc9b778d207b070669f1071ee8b7ed4a81b29f6cb (patch)
treeffdeece3bc432960468b3e3fcedc4726bf96cd89 /testing
parent80179e1130f6549bed35468c5f2c41534d6b2972 (diff)
downloadchromium_src-c9b778d207b070669f1071ee8b7ed4a81b29f6cb.zip
chromium_src-c9b778d207b070669f1071ee8b7ed4a81b29f6cb.tar.gz
chromium_src-c9b778d207b070669f1071ee8b7ed4a81b29f6cb.tar.bz2
Add more useful settings to the xcconfigs.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@988 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r--testing/gtest.xcodeproj/project.pbxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/gtest.xcodeproj/project.pbxproj b/testing/gtest.xcodeproj/project.pbxproj
index be50413..c733d65 100644
--- a/testing/gtest.xcodeproj/project.pbxproj
+++ b/testing/gtest.xcodeproj/project.pbxproj
@@ -18,6 +18,8 @@
7B836C740E55C8CC00F6AD31 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; };
7B836C750E55C8CC00F6AD31 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
7B836C760E55C8CC00F6AD31 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
+ 7BED30DF0E59F69A00A747DB /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; };
+ 7BED30E00E59F69A00A747DB /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; };
D2AAC046055464E500DB518D /* libgtest.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgtest.a; sourceTree = BUILT_PRODUCTS_DIR; };
E45A2BB60E47A20200DB1196 /* gtest_main.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gtest_main.cc; sourceTree = "<group>"; };
E45A2BB70E47A20200DB1196 /* gtest-death-test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "gtest-death-test.cc"; sourceTree = "<group>"; };
@@ -75,7 +77,9 @@
children = (
7B836C740E55C8CC00F6AD31 /* common.xcconfig */,
7B836C750E55C8CC00F6AD31 /* debug.xcconfig */,
+ 7BED30DF0E59F69A00A747DB /* executable.xcconfig */,
7B836C760E55C8CC00F6AD31 /* release.xcconfig */,
+ 7BED30E00E59F69A00A747DB /* staticlib.xcconfig */,
);
name = Configuration;
path = ../build;
@@ -135,6 +139,7 @@
/* Begin XCBuildConfiguration section */
1DEB91EC08733DB70010E9CD /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 7BED30E00E59F69A00A747DB /* staticlib.xcconfig */;
buildSettings = {
HEADER_SEARCH_PATHS = (
gtest,
@@ -146,6 +151,7 @@
};
1DEB91ED08733DB70010E9CD /* Release */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 7BED30E00E59F69A00A747DB /* staticlib.xcconfig */;
buildSettings = {
HEADER_SEARCH_PATHS = (
gtest,