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

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

Issue 28305: GYP it, GYP it good (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 10 months 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
Index: build/googleurl.xcodeproj/project.pbxproj
===================================================================
--- build/googleurl.xcodeproj/project.pbxproj (revision 10690)
+++ build/googleurl.xcodeproj/project.pbxproj (working copy)
@@ -1,811 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 45;
- objects = {
-
-/* Begin PBXAggregateTarget section */
- 7B8500190E5A2F6400730B43 /* run_googleurl_unittests */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = 7B8500350E5A2F9F00730B43 /* Build configuration list for PBXAggregateTarget "run_googleurl_unittests" */;
- buildPhases = (
- 7B8500180E5A2F6400730B43 /* ShellScript */,
- );
- dependencies = (
- 7B85001D0E5A2F6B00730B43 /* PBXTargetDependency */,
- );
- name = run_googleurl_unittests;
- productName = run_googleurl_unittests;
- };
- 7BF8947E0E75D4CB000BAF8A /* All */ = {
- isa = PBXAggregateTarget;
- buildConfigurationList = 7BF895300E75D4EC000BAF8A /* Build configuration list for PBXAggregateTarget "All" */;
- buildPhases = (
- );
- dependencies = (
- 7BF894820E75D4DD000BAF8A /* PBXTargetDependency */,
- 7BF894840E75D4DD000BAF8A /* PBXTargetDependency */,
- );
- name = All;
- productName = All;
- };
-/* End PBXAggregateTarget section */
-
-/* Begin PBXBuildFile section */
- 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 */; };
- 7BA018710E5A294400044150 /* url_canon_etc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA018510E5A293900044150 /* url_canon_etc.cc */; };
- 7BA018720E5A294400044150 /* url_canon_fileurl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA018520E5A293900044150 /* url_canon_fileurl.cc */; };
- 7BA018730E5A294400044150 /* url_canon_host.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA018530E5A293900044150 /* url_canon_host.cc */; };
- 7BA018740E5A294400044150 /* url_canon_icu.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA018540E5A293900044150 /* url_canon_icu.cc */; };
- 7BA018760E5A294400044150 /* url_canon_internal.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA018560E5A293900044150 /* url_canon_internal.cc */; };
- 7BA018790E5A294400044150 /* url_canon_ip.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA018590E5A293900044150 /* url_canon_ip.cc */; };
- 7BA0187B0E5A294400044150 /* url_canon_mailtourl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA0185B0E5A293900044150 /* url_canon_mailtourl.cc */; };
- 7BA0187C0E5A294400044150 /* url_canon_path.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA0185C0E5A293900044150 /* url_canon_path.cc */; };
- 7BA0187D0E5A294400044150 /* url_canon_pathurl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA0185D0E5A293900044150 /* url_canon_pathurl.cc */; };
- 7BA0187E0E5A294400044150 /* url_canon_query.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA0185E0E5A293900044150 /* url_canon_query.cc */; };
- 7BA0187F0E5A294400044150 /* url_canon_relative.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA0185F0E5A293900044150 /* url_canon_relative.cc */; };
- 7BA018810E5A294400044150 /* url_canon_stdurl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA018610E5A293900044150 /* url_canon_stdurl.cc */; };
- 7BA018840E5A294400044150 /* url_parse.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA018640E5A293900044150 /* url_parse.cc */; };
- 7BA018860E5A294400044150 /* url_parse_file.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA018660E5A293900044150 /* url_parse_file.cc */; };
- 7BA0188A0E5A294400044150 /* url_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA0186A0E5A293900044150 /* url_util.cc */; };
- 7BA018E70E5A2B1F00044150 /* gurl_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA0184F0E5A293900044150 /* gurl_unittest.cc */; };
- 7BA018E80E5A2B1F00044150 /* url_canon_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA018620E5A293900044150 /* url_canon_unittest.cc */; };
- 7BA018E90E5A2B1F00044150 /* url_parse_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA018680E5A293900044150 /* url_parse_unittest.cc */; };
- 7BA018EB0E5A2B1F00044150 /* url_util_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7BA0186C0E5A293900044150 /* url_util_unittest.cc */; };
- 7BA018EF0E5A2B3300044150 /* libgoogleurl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BA018360E5A28DB00044150 /* libgoogleurl.a */; };
- 7BA019240E5A2BD700044150 /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BA019210E5A2BCB00044150 /* libgtest.a */; };
- 7BA019640E5A2C2B00044150 /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BA019440E5A2BFC00044150 /* libbase.a */; };
- 7BA019700E5A2C4700044150 /* libicuuc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BA0195F0E5A2C1200044150 /* libicuuc.a */; };
- 7BA019740E5A2C5C00044150 /* libicudata.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BA019570E5A2C1200044150 /* libicudata.a */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXContainerItemProxy section */
- 7B85001C0E5A2F6B00730B43 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA0181B0E5A27A600044150 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 7BA018E10E5A2AFF00044150;
- remoteInfo = googleurl_unittests;
- };
- 7BA018ED0E5A2B2B00044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA0181B0E5A27A600044150 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 7BA018350E5A28DB00044150;
- remoteInfo = googleurl;
- };
- 7BA019200E5A2BCB00044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019190E5A2BCB00044150 /* gtest.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = D2AAC046055464E500DB518D;
- remoteInfo = gtest;
- };
- 7BA019220E5A2BD100044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019190E5A2BCB00044150 /* gtest.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = D2AAC045055464E500DB518D;
- remoteInfo = gtest;
- };
- 7BA019430E5A2BFC00044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019270E5A2BFC00044150 /* base.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 825402BB0D92D0FA0006B936;
- remoteInfo = base;
- };
- 7BA019450E5A2BFC00044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019270E5A2BFC00044150 /* base.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 825403B10D92D2E50006B936;
- remoteInfo = base_gfx;
- };
- 7BA019470E5A2BFC00044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019270E5A2BFC00044150 /* base.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = E49F18BF0E4CBAC200386AEC;
- remoteInfo = base_unittests;
- };
- 7BA019540E5A2C1200044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019490E5A2C1200044150 /* icu.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 7BD540D60D6F7EFE003CD41E;
- remoteInfo = genccode;
- };
- 7BA019560E5A2C1200044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019490E5A2C1200044150 /* icu.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 82C262C40DCF9411005CFE91;
- remoteInfo = icudata;
- };
- 7BA019580E5A2C1200044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019490E5A2C1200044150 /* icu.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 7BD5408B0D6F743F003CD41E;
- remoteInfo = icudata_stub;
- };
- 7BA0195A0E5A2C1200044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019490E5A2C1200044150 /* icu.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 7BD53EA60D6F6FC7003CD41E;
- remoteInfo = icui18n;
- };
- 7BA0195C0E5A2C1200044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019490E5A2C1200044150 /* icu.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 7BD540260D6F727B003CD41E;
- remoteInfo = icutu;
- };
- 7BA0195E0E5A2C1200044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019490E5A2C1200044150 /* icu.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 7BD53AAB0D6F6671003CD41E;
- remoteInfo = icuuc;
- };
- 7BA019600E5A2C1200044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019490E5A2C1200044150 /* icu.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 7BD5410E0D6F8457003CD41E;
- remoteInfo = icupkg;
- };
- 7BA019620E5A2C2100044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019270E5A2BFC00044150 /* base.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = 825402BA0D92D0FA0006B936;
- remoteInfo = base;
- };
- 7BA0196E0E5A2C4000044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019490E5A2C1200044150 /* icu.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = 7BD53AAA0D6F6671003CD41E;
- remoteInfo = icuuc;
- };
- 7BA019750E5A2C6400044150 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA019490E5A2C1200044150 /* icu.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = 82C262C30DCF9411005CFE91;
- remoteInfo = icudata;
- };
- 7BF894810E75D4DD000BAF8A /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA0181B0E5A27A600044150 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 7BA018350E5A28DB00044150;
- remoteInfo = googleurl;
- };
- 7BF894830E75D4DD000BAF8A /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 7BA0181B0E5A27A600044150 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 7BA018E10E5A2AFF00044150;
- remoteInfo = googleurl_unittests;
- };
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXFileReference section */
- 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>"; };
- 7BA0182E0E5A28B300044150 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
- 7BA0182F0E5A28B300044150 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; };
- 7BA018300E5A28B300044150 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
- 7BA018310E5A28B300044150 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; };
- 7BA018360E5A28DB00044150 /* libgoogleurl.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgoogleurl.a; sourceTree = BUILT_PRODUCTS_DIR; };
- 7BA0184D0E5A293900044150 /* gurl.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gurl.cc; sourceTree = "<group>"; };
- 7BA0184E0E5A293900044150 /* gurl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gurl.h; sourceTree = "<group>"; };
- 7BA0184F0E5A293900044150 /* gurl_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = gurl_unittest.cc; sourceTree = "<group>"; };
- 7BA018500E5A293900044150 /* url_canon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = url_canon.h; sourceTree = "<group>"; };
- 7BA018510E5A293900044150 /* url_canon_etc.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_canon_etc.cc; sourceTree = "<group>"; };
- 7BA018520E5A293900044150 /* url_canon_fileurl.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_canon_fileurl.cc; sourceTree = "<group>"; };
- 7BA018530E5A293900044150 /* url_canon_host.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_canon_host.cc; sourceTree = "<group>"; };
- 7BA018540E5A293900044150 /* url_canon_icu.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_canon_icu.cc; sourceTree = "<group>"; };
- 7BA018550E5A293900044150 /* url_canon_icu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = url_canon_icu.h; sourceTree = "<group>"; };
- 7BA018560E5A293900044150 /* url_canon_internal.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_canon_internal.cc; sourceTree = "<group>"; };
- 7BA018570E5A293900044150 /* url_canon_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = url_canon_internal.h; sourceTree = "<group>"; };
- 7BA018580E5A293900044150 /* url_canon_internal_file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = url_canon_internal_file.h; sourceTree = "<group>"; };
- 7BA018590E5A293900044150 /* url_canon_ip.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_canon_ip.cc; sourceTree = "<group>"; };
- 7BA0185A0E5A293900044150 /* url_canon_ip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = url_canon_ip.h; sourceTree = "<group>"; };
- 7BA0185B0E5A293900044150 /* url_canon_mailtourl.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_canon_mailtourl.cc; sourceTree = "<group>"; };
- 7BA0185C0E5A293900044150 /* url_canon_path.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_canon_path.cc; sourceTree = "<group>"; };
- 7BA0185D0E5A293900044150 /* url_canon_pathurl.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_canon_pathurl.cc; sourceTree = "<group>"; };
- 7BA0185E0E5A293900044150 /* url_canon_query.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_canon_query.cc; sourceTree = "<group>"; };
- 7BA0185F0E5A293900044150 /* url_canon_relative.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_canon_relative.cc; sourceTree = "<group>"; };
- 7BA018600E5A293900044150 /* url_canon_stdstring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = url_canon_stdstring.h; sourceTree = "<group>"; };
- 7BA018610E5A293900044150 /* url_canon_stdurl.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_canon_stdurl.cc; sourceTree = "<group>"; };
- 7BA018620E5A293900044150 /* url_canon_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_canon_unittest.cc; sourceTree = "<group>"; };
- 7BA018630E5A293900044150 /* url_file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = url_file.h; sourceTree = "<group>"; };
- 7BA018640E5A293900044150 /* url_parse.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_parse.cc; sourceTree = "<group>"; };
- 7BA018650E5A293900044150 /* url_parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = url_parse.h; sourceTree = "<group>"; };
- 7BA018660E5A293900044150 /* url_parse_file.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_parse_file.cc; sourceTree = "<group>"; };
- 7BA018670E5A293900044150 /* url_parse_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = url_parse_internal.h; sourceTree = "<group>"; };
- 7BA018680E5A293900044150 /* url_parse_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_parse_unittest.cc; sourceTree = "<group>"; };
- 7BA018690E5A293900044150 /* url_test_utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = url_test_utils.h; sourceTree = "<group>"; };
- 7BA0186A0E5A293900044150 /* url_util.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_util.cc; sourceTree = "<group>"; };
- 7BA0186B0E5A293900044150 /* url_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = url_util.h; sourceTree = "<group>"; };
- 7BA0186C0E5A293900044150 /* url_util_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = url_util_unittest.cc; sourceTree = "<group>"; };
- 7BA018E20E5A2AFF00044150 /* googleurl_unittests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = googleurl_unittests; sourceTree = BUILT_PRODUCTS_DIR; };
- 7BA019190E5A2BCB00044150 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = gtest.xcodeproj; path = testing/gtest.xcodeproj; sourceTree = "<group>"; };
- 7BA019270E5A2BFC00044150 /* base.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = base.xcodeproj; path = base/base.xcodeproj; sourceTree = "<group>"; };
- 7BA019490E5A2C1200044150 /* icu.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = icu.xcodeproj; path = third_party/icu38/icu.xcodeproj; sourceTree = "<group>"; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- 7BA018340E5A28DB00044150 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7BA018E00E5A2AFF00044150 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7B85FFB10E5A2ED200730B43 /* CoreFoundation.framework in Frameworks */,
- 7B97C2430E75DC9D005923B3 /* Foundation.framework in Frameworks */,
- 7BA019640E5A2C2B00044150 /* libbase.a in Frameworks */,
- 7BA018EF0E5A2B3300044150 /* libgoogleurl.a in Frameworks */,
- 7BA019240E5A2BD700044150 /* libgtest.a in Frameworks */,
- 7BA019740E5A2C5C00044150 /* libicudata.a in Frameworks */,
- 7BA019700E5A2C4700044150 /* libicuuc.a in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 7BA018190E5A27A600044150 = {
- isa = PBXGroup;
- children = (
- 7BA0182C0E5A289600044150 /* Configuration */,
- 7BA018470E5A290D00044150 /* Source */,
- 7BA019790E5A2C7500044150 /* Frameworks */,
- 7BA018370E5A28DB00044150 /* Products */,
- 7BA019180E5A2BA700044150 /* Projects */,
- );
- sourceTree = "<group>";
- };
- 7BA0182C0E5A289600044150 /* Configuration */ = {
- isa = PBXGroup;
- children = (
- 7BA0182D0E5A28B300044150 /* common.xcconfig */,
- 7BA0182E0E5A28B300044150 /* debug.xcconfig */,
- 7BA0182F0E5A28B300044150 /* executable.xcconfig */,
- 7BA018300E5A28B300044150 /* release.xcconfig */,
- 7BA018310E5A28B300044150 /* staticlib.xcconfig */,
- );
- name = Configuration;
- sourceTree = "<group>";
- };
- 7BA018370E5A28DB00044150 /* Products */ = {
- isa = PBXGroup;
- children = (
- 7BA018360E5A28DB00044150 /* libgoogleurl.a */,
- 7BA018E20E5A2AFF00044150 /* googleurl_unittests */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 7BA018470E5A290D00044150 /* Source */ = {
- isa = PBXGroup;
- children = (
- 7BA0184D0E5A293900044150 /* gurl.cc */,
- 7BA0184E0E5A293900044150 /* gurl.h */,
- 7BA0184F0E5A293900044150 /* gurl_unittest.cc */,
- 7BA018500E5A293900044150 /* url_canon.h */,
- 7BA018510E5A293900044150 /* url_canon_etc.cc */,
- 7BA018520E5A293900044150 /* url_canon_fileurl.cc */,
- 7BA018530E5A293900044150 /* url_canon_host.cc */,
- 7BA018540E5A293900044150 /* url_canon_icu.cc */,
- 7BA018550E5A293900044150 /* url_canon_icu.h */,
- 7BA018560E5A293900044150 /* url_canon_internal.cc */,
- 7BA018570E5A293900044150 /* url_canon_internal.h */,
- 7BA018580E5A293900044150 /* url_canon_internal_file.h */,
- 7BA018590E5A293900044150 /* url_canon_ip.cc */,
- 7BA0185A0E5A293900044150 /* url_canon_ip.h */,
- 7BA0185B0E5A293900044150 /* url_canon_mailtourl.cc */,
- 7BA0185C0E5A293900044150 /* url_canon_path.cc */,
- 7BA0185D0E5A293900044150 /* url_canon_pathurl.cc */,
- 7BA0185E0E5A293900044150 /* url_canon_query.cc */,
- 7BA0185F0E5A293900044150 /* url_canon_relative.cc */,
- 7BA018600E5A293900044150 /* url_canon_stdstring.h */,
- 7BA018610E5A293900044150 /* url_canon_stdurl.cc */,
- 7BA018620E5A293900044150 /* url_canon_unittest.cc */,
- 7BA018630E5A293900044150 /* url_file.h */,
- 7BA018640E5A293900044150 /* url_parse.cc */,
- 7BA018650E5A293900044150 /* url_parse.h */,
- 7BA018660E5A293900044150 /* url_parse_file.cc */,
- 7BA018670E5A293900044150 /* url_parse_internal.h */,
- 7BA018680E5A293900044150 /* url_parse_unittest.cc */,
- 7BA018690E5A293900044150 /* url_test_utils.h */,
- 7BA0186A0E5A293900044150 /* url_util.cc */,
- 7BA0186B0E5A293900044150 /* url_util.h */,
- 7BA0186C0E5A293900044150 /* url_util_unittest.cc */,
- );
- name = Source;
- path = ../googleurl/src;
- sourceTree = "<group>";
- };
- 7BA019180E5A2BA700044150 /* Projects */ = {
- isa = PBXGroup;
- children = (
- 7BA019270E5A2BFC00044150 /* base.xcodeproj */,
- 7BA019190E5A2BCB00044150 /* gtest.xcodeproj */,
- 7BA019490E5A2C1200044150 /* icu.xcodeproj */,
- );
- name = Projects;
- path = ..;
- sourceTree = "<group>";
- };
- 7BA0191A0E5A2BCB00044150 /* Products */ = {
- isa = PBXGroup;
- children = (
- 7BA019210E5A2BCB00044150 /* libgtest.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 7BA019280E5A2BFC00044150 /* Products */ = {
- isa = PBXGroup;
- children = (
- 7BA019440E5A2BFC00044150 /* libbase.a */,
- 7BA019460E5A2BFC00044150 /* libbase_gfx.a */,
- 7BA019480E5A2BFC00044150 /* base_unittests */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 7BA0194A0E5A2C1200044150 /* Products */ = {
- isa = PBXGroup;
- children = (
- 7BA019550E5A2C1200044150 /* genccode */,
- 7BA019570E5A2C1200044150 /* libicudata.a */,
- 7BA019590E5A2C1200044150 /* libicudata_stub.a */,
- 7BA0195B0E5A2C1200044150 /* libicui18n.a */,
- 7BA0195D0E5A2C1200044150 /* libicutu.a */,
- 7BA0195F0E5A2C1200044150 /* libicuuc.a */,
- 7BA019610E5A2C1200044150 /* icupkg */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 7BA019790E5A2C7500044150 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 7B85FF770E5A2EA800730B43 /* CoreFoundation.framework */,
- 7B97C2420E75DC9D005923B3 /* Foundation.framework */,
- );
- name = Frameworks;
- sourceTree = SDKROOT;
- };
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
- 7BA018350E5A28DB00044150 /* googleurl */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 7BA0183A0E5A28DC00044150 /* Build configuration list for PBXNativeTarget "googleurl" */;
- buildPhases = (
- 7BA018330E5A28DB00044150 /* Sources */,
- 7BA018340E5A28DB00044150 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = googleurl;
- productName = googleurl;
- productReference = 7BA018360E5A28DB00044150 /* libgoogleurl.a */;
- productType = "com.apple.product-type.library.static";
- };
- 7BA018E10E5A2AFF00044150 /* googleurl_unittests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 7BA019130E5A2B7800044150 /* Build configuration list for PBXNativeTarget "googleurl_unittests" */;
- buildPhases = (
- 7BA018DF0E5A2AFF00044150 /* Sources */,
- 7BA018E00E5A2AFF00044150 /* Frameworks */,
- 4D3D54390EC3A46900650CA0 /* Strip If Needed */,
- );
- buildRules = (
- );
- dependencies = (
- 7BA018EE0E5A2B2B00044150 /* PBXTargetDependency */,
- 7BA019230E5A2BD100044150 /* PBXTargetDependency */,
- 7BA019630E5A2C2100044150 /* PBXTargetDependency */,
- 7BA019760E5A2C6400044150 /* PBXTargetDependency */,
- 7BA0196F0E5A2C4000044150 /* PBXTargetDependency */,
- );
- name = googleurl_unittests;
- productName = googleurl_unittest;
- productReference = 7BA018E20E5A2AFF00044150 /* googleurl_unittests */;
- productType = "com.apple.product-type.tool";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- 7BA0181B0E5A27A600044150 /* Project object */ = {
- isa = PBXProject;
- buildConfigurationList = 7BA0181E0E5A27A600044150 /* Build configuration list for PBXProject "googleurl" */;
- compatibilityVersion = "Xcode 3.1";
- hasScannedForEncodings = 0;
- mainGroup = 7BA018190E5A27A600044150;
- productRefGroup = 7BA018370E5A28DB00044150 /* Products */;
- projectDirPath = "";
- projectReferences = (
- {
- ProductGroup = 7BA019280E5A2BFC00044150 /* Products */;
- ProjectRef = 7BA019270E5A2BFC00044150 /* base.xcodeproj */;
- },
- {
- ProductGroup = 7BA0191A0E5A2BCB00044150 /* Products */;
- ProjectRef = 7BA019190E5A2BCB00044150 /* gtest.xcodeproj */;
- },
- {
- ProductGroup = 7BA0194A0E5A2C1200044150 /* Products */;
- ProjectRef = 7BA019490E5A2C1200044150 /* icu.xcodeproj */;
- },
- );
- projectRoot = "";
- targets = (
- 7BF8947E0E75D4CB000BAF8A /* All */,
- 7BA018350E5A28DB00044150 /* googleurl */,
- 7BA018E10E5A2AFF00044150 /* googleurl_unittests */,
- 7B8500190E5A2F6400730B43 /* run_googleurl_unittests */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXReferenceProxy section */
- 7BA019210E5A2BCB00044150 /* libgtest.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libgtest.a;
- remoteRef = 7BA019200E5A2BCB00044150 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- 7BA019440E5A2BFC00044150 /* libbase.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libbase.a;
- remoteRef = 7BA019430E5A2BFC00044150 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- 7BA019460E5A2BFC00044150 /* libbase_gfx.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libbase_gfx.a;
- remoteRef = 7BA019450E5A2BFC00044150 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- 7BA019480E5A2BFC00044150 /* base_unittests */ = {
- isa = PBXReferenceProxy;
- fileType = "compiled.mach-o.executable";
- path = base_unittests;
- remoteRef = 7BA019470E5A2BFC00044150 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- 7BA019550E5A2C1200044150 /* genccode */ = {
- isa = PBXReferenceProxy;
- fileType = "compiled.mach-o.executable";
- path = genccode;
- remoteRef = 7BA019540E5A2C1200044150 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- 7BA019570E5A2C1200044150 /* libicudata.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libicudata.a;
- remoteRef = 7BA019560E5A2C1200044150 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- 7BA019590E5A2C1200044150 /* libicudata_stub.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libicudata_stub.a;
- remoteRef = 7BA019580E5A2C1200044150 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- 7BA0195B0E5A2C1200044150 /* libicui18n.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libicui18n.a;
- remoteRef = 7BA0195A0E5A2C1200044150 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- 7BA0195D0E5A2C1200044150 /* libicutu.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libicutu.a;
- remoteRef = 7BA0195C0E5A2C1200044150 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- 7BA0195F0E5A2C1200044150 /* libicuuc.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libicuuc.a;
- remoteRef = 7BA0195E0E5A2C1200044150 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- 7BA019610E5A2C1200044150 /* icupkg */ = {
- isa = PBXReferenceProxy;
- fileType = "compiled.mach-o.executable";
- path = icupkg;
- remoteRef = 7BA019600E5A2C1200044150 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
-/* End PBXReferenceProxy section */
-
-/* Begin PBXShellScriptBuildPhase section */
- 4D3D54390EC3A46900650CA0 /* Strip If Needed */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = "Strip If Needed";
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "exec \"${XCODEPROJ_DEPTH}/build/mac/strip_from_xcode\"\n";
- showEnvVarsInLog = 0;
- };
- 7B8500180E5A2F6400730B43 /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "set -ex\nRUNNABLE_PRODUCT=$(echo \"${PRODUCT_NAME}\" | sed -e s/^run_//)\nexec \"${BUILT_PRODUCTS_DIR}/${RUNNABLE_PRODUCT}\"\n";
- };
-/* End PBXShellScriptBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
- 7BA018330E5A28DB00044150 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7BA0186D0E5A294400044150 /* gurl.cc in Sources */,
- 7BA018710E5A294400044150 /* url_canon_etc.cc in Sources */,
- 7BA018720E5A294400044150 /* url_canon_fileurl.cc in Sources */,
- 7BA018730E5A294400044150 /* url_canon_host.cc in Sources */,
- 7BA018740E5A294400044150 /* url_canon_icu.cc in Sources */,
- 7BA018760E5A294400044150 /* url_canon_internal.cc in Sources */,
- 7BA018790E5A294400044150 /* url_canon_ip.cc in Sources */,
- 7BA0187B0E5A294400044150 /* url_canon_mailtourl.cc in Sources */,
- 7BA0187C0E5A294400044150 /* url_canon_path.cc in Sources */,
- 7BA0187D0E5A294400044150 /* url_canon_pathurl.cc in Sources */,
- 7BA0187E0E5A294400044150 /* url_canon_query.cc in Sources */,
- 7BA0187F0E5A294400044150 /* url_canon_relative.cc in Sources */,
- 7BA018810E5A294400044150 /* url_canon_stdurl.cc in Sources */,
- 7BA018840E5A294400044150 /* url_parse.cc in Sources */,
- 7BA018860E5A294400044150 /* url_parse_file.cc in Sources */,
- 7BA0188A0E5A294400044150 /* url_util.cc in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 7BA018DF0E5A2AFF00044150 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7BA018E70E5A2B1F00044150 /* gurl_unittest.cc in Sources */,
- 7BA018E80E5A2B1F00044150 /* url_canon_unittest.cc in Sources */,
- 7BA018E90E5A2B1F00044150 /* url_parse_unittest.cc in Sources */,
- 7BA018EB0E5A2B1F00044150 /* url_util_unittest.cc in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXTargetDependency section */
- 7B85001D0E5A2F6B00730B43 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 7BA018E10E5A2AFF00044150 /* googleurl_unittests */;
- targetProxy = 7B85001C0E5A2F6B00730B43 /* PBXContainerItemProxy */;
- };
- 7BA018EE0E5A2B2B00044150 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 7BA018350E5A28DB00044150 /* googleurl */;
- targetProxy = 7BA018ED0E5A2B2B00044150 /* PBXContainerItemProxy */;
- };
- 7BA019230E5A2BD100044150 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = gtest;
- targetProxy = 7BA019220E5A2BD100044150 /* PBXContainerItemProxy */;
- };
- 7BA019630E5A2C2100044150 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = base;
- targetProxy = 7BA019620E5A2C2100044150 /* PBXContainerItemProxy */;
- };
- 7BA0196F0E5A2C4000044150 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = icuuc;
- targetProxy = 7BA0196E0E5A2C4000044150 /* PBXContainerItemProxy */;
- };
- 7BA019760E5A2C6400044150 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = icudata;
- targetProxy = 7BA019750E5A2C6400044150 /* PBXContainerItemProxy */;
- };
- 7BF894820E75D4DD000BAF8A /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 7BA018350E5A28DB00044150 /* googleurl */;
- targetProxy = 7BF894810E75D4DD000BAF8A /* PBXContainerItemProxy */;
- };
- 7BF894840E75D4DD000BAF8A /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 7BA018E10E5A2AFF00044150 /* googleurl_unittests */;
- targetProxy = 7BF894830E75D4DD000BAF8A /* PBXContainerItemProxy */;
- };
-/* End PBXTargetDependency section */
-
-/* Begin XCBuildConfiguration section */
- 7B85001A0E5A2F6400730B43 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = run_googleurl_unittests;
- };
- name = Debug;
- };
- 7B85001B0E5A2F6400730B43 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = run_googleurl_unittests;
- };
- name = Release;
- };
- 7BA0181C0E5A27A600044150 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 7BA0182E0E5A28B300044150 /* debug.xcconfig */;
- buildSettings = {
- XCODEPROJ_DEPTH = ..;
- };
- name = Debug;
- };
- 7BA0181D0E5A27A600044150 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 7BA018300E5A28B300044150 /* release.xcconfig */;
- buildSettings = {
- XCODEPROJ_DEPTH = ..;
- };
- name = Release;
- };
- 7BA018380E5A28DC00044150 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 7BA018310E5A28B300044150 /* staticlib.xcconfig */;
- buildSettings = {
- HEADER_SEARCH_PATHS = (
- ..,
- ../third_party/icu38/public/common,
- );
- PRODUCT_NAME = googleurl;
- };
- name = Debug;
- };
- 7BA018390E5A28DC00044150 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 7BA018310E5A28B300044150 /* staticlib.xcconfig */;
- buildSettings = {
- HEADER_SEARCH_PATHS = (
- ..,
- ../third_party/icu38/public/common,
- );
- PRODUCT_NAME = googleurl;
- };
- name = Release;
- };
- 7BA018E40E5A2AFF00044150 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 7BA0182F0E5A28B300044150 /* executable.xcconfig */;
- buildSettings = {
- HEADER_SEARCH_PATHS = (
- ..,
- ../testing/gtest/include,
- ../third_party/icu38/public/common,
- );
- PRODUCT_NAME = googleurl_unittests;
- };
- name = Debug;
- };
- 7BA018E50E5A2AFF00044150 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 7BA0182F0E5A28B300044150 /* executable.xcconfig */;
- buildSettings = {
- HEADER_SEARCH_PATHS = (
- ..,
- ../testing/gtest/include,
- ../third_party/icu38/public/common,
- );
- PRODUCT_NAME = googleurl_unittests;
- };
- name = Release;
- };
- 7BF8947F0E75D4CB000BAF8A /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = All;
- };
- name = Debug;
- };
- 7BF894800E75D4CB000BAF8A /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- PRODUCT_NAME = All;
- };
- name = Release;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- 7B8500350E5A2F9F00730B43 /* Build configuration list for PBXAggregateTarget "run_googleurl_unittests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 7B85001A0E5A2F6400730B43 /* Debug */,
- 7B85001B0E5A2F6400730B43 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 7BA0181E0E5A27A600044150 /* Build configuration list for PBXProject "googleurl" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 7BA0181C0E5A27A600044150 /* Debug */,
- 7BA0181D0E5A27A600044150 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 7BA0183A0E5A28DC00044150 /* Build configuration list for PBXNativeTarget "googleurl" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 7BA018380E5A28DC00044150 /* Debug */,
- 7BA018390E5A28DC00044150 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 7BA019130E5A2B7800044150 /* Build configuration list for PBXNativeTarget "googleurl_unittests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 7BA018E40E5A2AFF00044150 /* Debug */,
- 7BA018E50E5A2AFF00044150 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 7BF895300E75D4EC000BAF8A /* Build configuration list for PBXAggregateTarget "All" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 7BF8947F0E75D4CB000BAF8A /* Debug */,
- 7BF894800E75D4CB000BAF8A /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
-/* End XCConfigurationList section */
- };
- rootObject = 7BA0181B0E5A27A600044150 /* Project object */;
-}
« DEPS ('K') | « build/common.gypi ('k') | build/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698