Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(828)

Unified Diff: build/googleurl.xcodeproj/project.pbxproj

Issue 10963: Fix the mac build to add dmg_fp to the libbase.a. (Closed)
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/string_util.cc ('k') | chrome/chrome.xcodeproj/project.pbxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/googleurl.xcodeproj/project.pbxproj
diff --git a/build/googleurl.xcodeproj/project.pbxproj b/build/googleurl.xcodeproj/project.pbxproj
index 72a5484126c1dc46baebaeebf9538779304a3b9d..38f074fcd915f0699a7bf8bd7b1312e9c15847d0 100644
--- a/build/googleurl.xcodeproj/project.pbxproj
+++ b/build/googleurl.xcodeproj/project.pbxproj
@@ -34,7 +34,6 @@
/* End PBXAggregateTarget section */
/* Begin PBXBuildFile section */
- 531CBDBF0ECB6B530084F32D /* libdmg_fp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 531CBDBC0ECB6B2A0084F32D /* libdmg_fp.a */; };
7B85FFB10E5A2ED200730B43 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B85FF770E5A2EA800730B43 /* CoreFoundation.framework */; };
7B97C2430E75DC9D005923B3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B97C2420E75DC9D005923B3 /* Foundation.framework */; };
7BA0186D0E5A294400044150 /* gurl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA0184D0E5A293900044150 /* gurl.cc */; };
@@ -65,20 +64,6 @@
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
- 531CBDBB0ECB6B2A0084F32D /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 531CBDB70ECB6B2A0084F32D /* dmg_fp.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = D2AAC046055464E500DB518D /* libdmg_fp.a */;
- remoteInfo = dmg_fp;
- };
- 531CBDBD0ECB6B370084F32D /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 531CBDB70ECB6B2A0084F32D /* dmg_fp.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = D2AAC045055464E500DB518D /* dmg_fp */;
- remoteInfo = dmg_fp;
- };
7B85001C0E5A2F6B00730B43 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7BA0181B0E5A27A600044150 /* Project object */;
@@ -215,7 +200,6 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
- 531CBDB70ECB6B2A0084F32D /* dmg_fp.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = dmg_fp.xcodeproj; path = third_party/dmg_fp/dmg_fp.xcodeproj; sourceTree = "<group>"; };
7B85FF770E5A2EA800730B43 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<group>"; };
7B97C2420E75DC9D005923B3 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = "<group>"; };
7BA0182D0E5A28B300044150 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; };
@@ -277,7 +261,6 @@
7B85FFB10E5A2ED200730B43 /* CoreFoundation.framework in Frameworks */,
7B97C2430E75DC9D005923B3 /* Foundation.framework in Frameworks */,
7BA019640E5A2C2B00044150 /* libbase.a in Frameworks */,
- 531CBDBF0ECB6B530084F32D /* libdmg_fp.a in Frameworks */,
7BA018EF0E5A2B3300044150 /* libgoogleurl.a in Frameworks */,
7BA019240E5A2BD700044150 /* libgtest.a in Frameworks */,
7BA019740E5A2C5C00044150 /* libicudata.a in Frameworks */,
@@ -288,14 +271,6 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
- 531CBDB80ECB6B2A0084F32D /* Products */ = {
- isa = PBXGroup;
- children = (
- 531CBDBC0ECB6B2A0084F32D /* libdmg_fp.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
7BA018190E5A27A600044150 = {
isa = PBXGroup;
children = (
@@ -371,7 +346,6 @@
7BA019180E5A2BA700044150 /* Projects */ = {
isa = PBXGroup;
children = (
- 531CBDB70ECB6B2A0084F32D /* dmg_fp.xcodeproj */,
7BA019270E5A2BFC00044150 /* base.xcodeproj */,
7BA019190E5A2BCB00044150 /* gtest.xcodeproj */,
7BA019490E5A2C1200044150 /* icu.xcodeproj */,
@@ -454,7 +428,6 @@
7BA018EE0E5A2B2B00044150 /* PBXTargetDependency */,
7BA019230E5A2BD100044150 /* PBXTargetDependency */,
7BA019630E5A2C2100044150 /* PBXTargetDependency */,
- 531CBDBE0ECB6B370084F32D /* PBXTargetDependency */,
7BA019760E5A2C6400044150 /* PBXTargetDependency */,
7BA0196F0E5A2C4000044150 /* PBXTargetDependency */,
);
@@ -480,10 +453,6 @@
ProjectRef = 7BA019270E5A2BFC00044150 /* base.xcodeproj */;
},
{
- ProductGroup = 531CBDB80ECB6B2A0084F32D /* Products */;
- ProjectRef = 531CBDB70ECB6B2A0084F32D /* dmg_fp.xcodeproj */;
- },
- {
ProductGroup = 7BA0191A0E5A2BCB00044150 /* Products */;
ProjectRef = 7BA019190E5A2BCB00044150 /* gtest.xcodeproj */;
},
@@ -503,13 +472,6 @@
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
- 531CBDBC0ECB6B2A0084F32D /* libdmg_fp.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libdmg_fp.a;
- remoteRef = 531CBDBB0ECB6B2A0084F32D /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
7BA019210E5A2BCB00044150 /* libgtest.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
@@ -658,11 +620,6 @@
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
- 531CBDBE0ECB6B370084F32D /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = dmg_fp;
- targetProxy = 531CBDBD0ECB6B370084F32D /* PBXContainerItemProxy */;
- };
7B85001D0E5A2F6B00730B43 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 7BA018E10E5A2AFF00044150 /* googleurl_unittests */;
« no previous file with comments | « base/string_util.cc ('k') | chrome/chrome.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698