summaryrefslogtreecommitdiffstats
path: root/net/net.xcodeproj
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-01 20:12:35 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-01 20:12:35 +0000
commit9875e0cc17788dea15f3d46875addfbe6d0bbe03 (patch)
tree45e59e8364d4657d8ec2f9e47e30a3476cd08436 /net/net.xcodeproj
parentc6bc1f81fef24ece0aaadd00ed227d34211a46f0 (diff)
downloadchromium_src-9875e0cc17788dea15f3d46875addfbe6d0bbe03.zip
chromium_src-9875e0cc17788dea15f3d46875addfbe6d0bbe03.tar.gz
chromium_src-9875e0cc17788dea15f3d46875addfbe6d0bbe03.tar.bz2
Update net.xcodeproj with an 'All' target (like base).
TBR: awalker git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.xcodeproj')
-rw-r--r--net/net.xcodeproj/project.pbxproj67
1 files changed, 67 insertions, 0 deletions
diff --git a/net/net.xcodeproj/project.pbxproj b/net/net.xcodeproj/project.pbxproj
index 50e885c..febd84f 100644
--- a/net/net.xcodeproj/project.pbxproj
+++ b/net/net.xcodeproj/project.pbxproj
@@ -7,6 +7,18 @@
objects = {
/* Begin PBXAggregateTarget section */
+ CA70C1C70E6C78D300FBEF81 /* All */ = {
+ isa = PBXAggregateTarget;
+ buildConfigurationList = CA70C1DF0E6C792100FBEF81 /* Build configuration list for PBXAggregateTarget "All" */;
+ buildPhases = (
+ );
+ dependencies = (
+ CA70C1CB0E6C78E000FBEF81 /* PBXTargetDependency */,
+ CA70C1CD0E6C78E000FBEF81 /* PBXTargetDependency */,
+ );
+ name = All;
+ productName = All;
+ };
E4AFA6580E52423900201347 /* run net_unittests */ = {
isa = PBXAggregateTarget;
buildConfigurationList = E4AFA65D0E52429E00201347 /* Build configuration list for PBXAggregateTarget "run net_unittests" */;
@@ -297,6 +309,20 @@
remoteGlobalIDString = D2AAC045055464E500DB518D;
remoteInfo = gtest;
};
+ CA70C1CA0E6C78E000FBEF81 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = D2AAC045055464E500DB518D /* net */;
+ remoteInfo = net;
+ };
+ CA70C1CC0E6C78E000FBEF81 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = E4AFA6220E523E2900201347 /* net_unittests */;
+ remoteInfo = net_unittests;
+ };
E4AFA65B0E52424400201347 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
@@ -1051,6 +1077,7 @@
);
projectRoot = "";
targets = (
+ CA70C1C70E6C78D300FBEF81 /* All */,
D2AAC045055464E500DB518D /* net */,
E4AFA6220E523E2900201347 /* net_unittests */,
E4AFA6580E52423900201347 /* run net_unittests */,
@@ -1335,6 +1362,16 @@
name = gtest;
targetProxy = 7BED34500E5A1AB200A747DB /* PBXContainerItemProxy */;
};
+ CA70C1CB0E6C78E000FBEF81 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = D2AAC045055464E500DB518D /* net */;
+ targetProxy = CA70C1CA0E6C78E000FBEF81 /* PBXContainerItemProxy */;
+ };
+ CA70C1CD0E6C78E000FBEF81 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = E4AFA6220E523E2900201347 /* net_unittests */;
+ targetProxy = CA70C1CC0E6C78E000FBEF81 /* PBXContainerItemProxy */;
+ };
E4AFA65C0E52424400201347 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = E4AFA6220E523E2900201347 /* net_unittests */;
@@ -1385,6 +1422,27 @@
};
name = Release;
};
+ CA70C1C80E6C78D300FBEF81 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = NO;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ PRODUCT_NAME = All;
+ };
+ name = Debug;
+ };
+ CA70C1C90E6C78D300FBEF81 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = YES;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ GCC_ENABLE_FIX_AND_CONTINUE = NO;
+ PRODUCT_NAME = All;
+ ZERO_LINK = NO;
+ };
+ name = Release;
+ };
E4AFA6250E523E2A00201347 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7BED31700E5A145200A747DB /* executable.xcconfig */;
@@ -1454,6 +1512,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
+ CA70C1DF0E6C792100FBEF81 /* Build configuration list for PBXAggregateTarget "All" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ CA70C1C80E6C78D300FBEF81 /* Debug */,
+ CA70C1C90E6C78D300FBEF81 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
E4AFA6270E523E4800201347 /* Build configuration list for PBXNativeTarget "net_unittests" */ = {
isa = XCConfigurationList;
buildConfigurations = (