summaryrefslogtreecommitdiffstats
path: root/net/net.xcodeproj
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-15 01:40:31 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-15 01:40:31 +0000
commitf126fb9075674caa4df45c19ae8ded53cae1646f (patch)
tree6e7958c4c9c23235ac48822e08d06c25d802e5b6 /net/net.xcodeproj
parenta3092904ae9d100bd7e9e12a2df1897382837c9b (diff)
downloadchromium_src-f126fb9075674caa4df45c19ae8ded53cae1646f.zip
chromium_src-f126fb9075674caa4df45c19ae8ded53cae1646f.tar.gz
chromium_src-f126fb9075674caa4df45c19ae8ded53cae1646f.tar.bz2
Fix the mac build to add dmg_fp to the libbase.a.
Remove third_party/dmg_fp complete since nothing else depends on it. Review URL: http://codereview.chromium.org/10963 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5525 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.xcodeproj')
-rw-r--r--net/net.xcodeproj/project.pbxproj43
1 files changed, 0 insertions, 43 deletions
diff --git a/net/net.xcodeproj/project.pbxproj b/net/net.xcodeproj/project.pbxproj
index 4b102f4..7f007aa 100644
--- a/net/net.xcodeproj/project.pbxproj
+++ b/net/net.xcodeproj/project.pbxproj
@@ -48,7 +48,6 @@
04C626DA0E8DE3BA0067E92A /* http_auth_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 04C626D90E8DE3BA0067E92A /* http_auth_unittest.cc */; };
04E7BD550EC4ECF60078FE58 /* http_auth_cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = 04E7BD540EC4ECF60078FE58 /* http_auth_cache.cc */; };
4DB04D3F0EB24EDF00A5633C /* dns_resolution_observer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BED32590E5A181C00A747DB /* dns_resolution_observer.cc */; };
- 531CBDB00ECB6B0F0084F32D /* libdmg_fp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 531CBDA70ECB6AB20084F32D /* libdmg_fp.a */; };
533102E70E5E3EBF00FF8E32 /* net_util_posix.cc in Sources */ = {isa = PBXBuildFile; fileRef = 533102E60E5E3EBF00FF8E32 /* net_util_posix.cc */; };
7B2630680E82F2A1001CE27F /* libevent.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B2630650E82F282001CE27F /* libevent.a */; };
7B466C470E5E732900C91F63 /* platform_test_mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7B466C460E5E732900C91F63 /* platform_test_mac.mm */; };
@@ -179,20 +178,6 @@
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
- 531CBDA60ECB6AB20084F32D /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 531CBDA20ECB6AB20084F32D /* dmg_fp.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = D2AAC046055464E500DB518D /* libdmg_fp.a */;
- remoteInfo = dmg_fp;
- };
- 531CBDAE0ECB6AF50084F32D /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 531CBDA20ECB6AB20084F32D /* dmg_fp.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = D2AAC045055464E500DB518D /* dmg_fp */;
- remoteInfo = dmg_fp;
- };
7B2630640E82F282001CE27F /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7B2630600E82F282001CE27F /* libevent.xcodeproj */;
@@ -442,7 +427,6 @@
04C626D90E8DE3BA0067E92A /* http_auth_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = http_auth_unittest.cc; sourceTree = "<group>"; };
04E7BD540EC4ECF60078FE58 /* http_auth_cache.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = http_auth_cache.cc; sourceTree = "<group>"; };
04E7BD560EC4ED020078FE58 /* http_auth_cache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = http_auth_cache.h; sourceTree = "<group>"; };
- 531CBDA20ECB6AB20084F32D /* dmg_fp.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = dmg_fp.xcodeproj; path = third_party/dmg_fp/dmg_fp.xcodeproj; sourceTree = "<group>"; };
533102E60E5E3EBF00FF8E32 /* net_util_posix.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = net_util_posix.cc; sourceTree = "<group>"; };
7B2630600E82F282001CE27F /* libevent.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = libevent.xcodeproj; path = third_party/libevent/libevent.xcodeproj; sourceTree = "<group>"; };
7B466C460E5E732900C91F63 /* platform_test_mac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = platform_test_mac.mm; sourceTree = "<group>"; };
@@ -724,7 +708,6 @@
7BA015FA0E5A1CA600044150 /* Foundation.framework in Frameworks */,
7BED34450E5A1A9600A747DB /* libbase.a in Frameworks */,
7BA0169D0E5A1EAE00044150 /* libbzip2.a in Frameworks */,
- 531CBDB00ECB6B0F0084F32D /* libdmg_fp.a in Frameworks */,
7B2630680E82F2A1001CE27F /* libevent.a in Frameworks */,
7B8502040E5A376900730B43 /* libgoogleurl.a in Frameworks */,
7BED34520E5A1ABC00A747DB /* libgtest.a in Frameworks */,
@@ -765,14 +748,6 @@
name = Products;
sourceTree = "<group>";
};
- 531CBDA30ECB6AB20084F32D /* Products */ = {
- isa = PBXGroup;
- children = (
- 531CBDA70ECB6AB20084F32D /* libdmg_fp.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
7B2630610E82F282001CE27F /* Products */ = {
isa = PBXGroup;
children = (
@@ -1193,7 +1168,6 @@
E4AFA62D0E52409300201347 /* Projects */ = {
isa = PBXGroup;
children = (
- 531CBDA20ECB6AB20084F32D /* dmg_fp.xcodeproj */,
E4AFA6450E5241D300201347 /* base.xcodeproj */,
7BA016870E5A1E6E00044150 /* bzip2.xcodeproj */,
7B8501F10E5A372500730B43 /* googleurl.xcodeproj */,
@@ -1240,7 +1214,6 @@
dependencies = (
7BED34160E5A1A6F00A747DB /* PBXTargetDependency */,
7BA0169A0E5A1E9700044150 /* PBXTargetDependency */,
- 531CBDAF0ECB6AF50084F32D /* PBXTargetDependency */,
7B8502030E5A375B00730B43 /* PBXTargetDependency */,
7BED34510E5A1AB200A747DB /* PBXTargetDependency */,
7BA015710E5A1C5400044150 /* PBXTargetDependency */,
@@ -1277,10 +1250,6 @@
ProjectRef = 7BA016870E5A1E6E00044150 /* bzip2.xcodeproj */;
},
{
- ProductGroup = 531CBDA30ECB6AB20084F32D /* Products */;
- ProjectRef = 531CBDA20ECB6AB20084F32D /* dmg_fp.xcodeproj */;
- },
- {
ProductGroup = 7B8501F20E5A372500730B43 /* Products */;
ProjectRef = 7B8501F10E5A372500730B43 /* googleurl.xcodeproj */;
},
@@ -1320,13 +1289,6 @@
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
- 531CBDA70ECB6AB20084F32D /* libdmg_fp.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libdmg_fp.a;
- remoteRef = 531CBDA60ECB6AB20084F32D /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
7B2630650E82F282001CE27F /* libevent.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
@@ -1628,11 +1590,6 @@
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
- 531CBDAF0ECB6AF50084F32D /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = dmg_fp;
- targetProxy = 531CBDAE0ECB6AF50084F32D /* PBXContainerItemProxy */;
- };
7B2630670E82F291001CE27F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = libevent;