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

Unified Diff: third_party/zlib/zlib.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: third_party/zlib/zlib.xcodeproj/project.pbxproj
===================================================================
--- third_party/zlib/zlib.xcodeproj/project.pbxproj (revision 10690)
+++ third_party/zlib/zlib.xcodeproj/project.pbxproj (working copy)
@@ -1,265 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 45;
- objects = {
-
-/* Begin PBXBuildFile section */
- 82AB5D830D8044BE005B920B /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D6C0D8044BE005B920B /* adler32.c */; };
- 82AB5D840D8044BE005B920B /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D6D0D8044BE005B920B /* compress.c */; };
- 82AB5D850D8044BE005B920B /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D6E0D8044BE005B920B /* crc32.c */; };
- 82AB5D870D8044BE005B920B /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D700D8044BE005B920B /* deflate.c */; };
- 82AB5D890D8044BE005B920B /* gzio.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D720D8044BE005B920B /* gzio.c */; };
- 82AB5D8A0D8044BE005B920B /* infback.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D730D8044BE005B920B /* infback.c */; };
- 82AB5D8B0D8044BE005B920B /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D740D8044BE005B920B /* inffast.c */; };
- 82AB5D8E0D8044BE005B920B /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D770D8044BE005B920B /* inflate.c */; };
- 82AB5D900D8044BE005B920B /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D790D8044BE005B920B /* inftrees.c */; };
- 82AB5D930D8044BE005B920B /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D7C0D8044BE005B920B /* trees.c */; };
- 82AB5D950D8044BE005B920B /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D7E0D8044BE005B920B /* uncompr.c */; };
- 82AB5D980D8044BE005B920B /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D810D8044BE005B920B /* zutil.c */; };
- A57282C70F31209800384E1B /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = A57282C50F31209800384E1B /* ioapi.c */; };
- A57282CA0F3120AE00384E1B /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = A57282C80F3120AE00384E1B /* unzip.c */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXFileReference section */
- 7BA0163D0E5A1E0700044150 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; };
- 7BA0163E0E5A1E0700044150 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
- 7BA0163F0E5A1E0700044150 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; };
- 7BA016400E5A1E0700044150 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
- 7BA016410E5A1E0700044150 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; };
- 82AB5D6C0D8044BE005B920B /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = adler32.c; sourceTree = "<group>"; };
- 82AB5D6D0D8044BE005B920B /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compress.c; sourceTree = "<group>"; };
- 82AB5D6E0D8044BE005B920B /* crc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crc32.c; sourceTree = "<group>"; };
- 82AB5D6F0D8044BE005B920B /* crc32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crc32.h; sourceTree = "<group>"; };
- 82AB5D700D8044BE005B920B /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = deflate.c; sourceTree = "<group>"; };
- 82AB5D710D8044BE005B920B /* deflate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = deflate.h; sourceTree = "<group>"; };
- 82AB5D720D8044BE005B920B /* gzio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gzio.c; sourceTree = "<group>"; };
- 82AB5D730D8044BE005B920B /* infback.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = infback.c; sourceTree = "<group>"; };
- 82AB5D740D8044BE005B920B /* inffast.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inffast.c; sourceTree = "<group>"; };
- 82AB5D750D8044BE005B920B /* inffast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inffast.h; sourceTree = "<group>"; };
- 82AB5D760D8044BE005B920B /* inffixed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inffixed.h; sourceTree = "<group>"; };
- 82AB5D770D8044BE005B920B /* inflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inflate.c; sourceTree = "<group>"; };
- 82AB5D780D8044BE005B920B /* inflate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inflate.h; sourceTree = "<group>"; };
- 82AB5D790D8044BE005B920B /* inftrees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inftrees.c; sourceTree = "<group>"; };
- 82AB5D7A0D8044BE005B920B /* inftrees.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inftrees.h; sourceTree = "<group>"; };
- 82AB5D7B0D8044BE005B920B /* mozzconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mozzconf.h; sourceTree = "<group>"; };
- 82AB5D7C0D8044BE005B920B /* trees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = trees.c; sourceTree = "<group>"; };
- 82AB5D7D0D8044BE005B920B /* trees.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trees.h; sourceTree = "<group>"; };
- 82AB5D7E0D8044BE005B920B /* uncompr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = uncompr.c; sourceTree = "<group>"; };
- 82AB5D7F0D8044BE005B920B /* zconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zconf.h; sourceTree = "<group>"; };
- 82AB5D800D8044BE005B920B /* zlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zlib.h; sourceTree = "<group>"; };
- 82AB5D810D8044BE005B920B /* zutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zutil.c; sourceTree = "<group>"; };
- 82AB5D820D8044BE005B920B /* zutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zutil.h; sourceTree = "<group>"; };
- A57282C50F31209800384E1B /* ioapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ioapi.c; path = contrib/minizip/ioapi.c; sourceTree = "<group>"; };
- A57282C60F31209800384E1B /* ioapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = contrib/minizip/ioapi.h; sourceTree = "<group>"; };
- A57282C80F3120AE00384E1B /* unzip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unzip.c; path = contrib/minizip/unzip.c; sourceTree = "<group>"; };
- A57282C90F3120AE00384E1B /* unzip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unzip.h; path = contrib/minizip/unzip.h; sourceTree = "<group>"; };
- D2AAC046055464E500DB518D /* libzlib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libzlib.a; sourceTree = BUILT_PRODUCTS_DIR; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- D289987405E68DCB004EDB86 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 08FB7794FE84155DC02AAC07 /* zlib */ = {
- isa = PBXGroup;
- children = (
- 7BA0163A0E5A1DE300044150 /* Configuration */,
- 08FB7795FE84155DC02AAC07 /* Source */,
- 1AB674ADFE9D54B511CA2CBB /* Products */,
- );
- name = zlib;
- sourceTree = "<group>";
- };
- 08FB7795FE84155DC02AAC07 /* Source */ = {
- isa = PBXGroup;
- children = (
- A57282C40F31208700384E1B /* minizip */,
- 82AB5D6C0D8044BE005B920B /* adler32.c */,
- 82AB5D6D0D8044BE005B920B /* compress.c */,
- 82AB5D6E0D8044BE005B920B /* crc32.c */,
- 82AB5D6F0D8044BE005B920B /* crc32.h */,
- 82AB5D700D8044BE005B920B /* deflate.c */,
- 82AB5D710D8044BE005B920B /* deflate.h */,
- 82AB5D720D8044BE005B920B /* gzio.c */,
- 82AB5D730D8044BE005B920B /* infback.c */,
- 82AB5D740D8044BE005B920B /* inffast.c */,
- 82AB5D750D8044BE005B920B /* inffast.h */,
- 82AB5D760D8044BE005B920B /* inffixed.h */,
- 82AB5D770D8044BE005B920B /* inflate.c */,
- 82AB5D780D8044BE005B920B /* inflate.h */,
- 82AB5D790D8044BE005B920B /* inftrees.c */,
- 82AB5D7A0D8044BE005B920B /* inftrees.h */,
- 82AB5D7B0D8044BE005B920B /* mozzconf.h */,
- 82AB5D7C0D8044BE005B920B /* trees.c */,
- 82AB5D7D0D8044BE005B920B /* trees.h */,
- 82AB5D7E0D8044BE005B920B /* uncompr.c */,
- 82AB5D7F0D8044BE005B920B /* zconf.h */,
- 82AB5D800D8044BE005B920B /* zlib.h */,
- 82AB5D810D8044BE005B920B /* zutil.c */,
- 82AB5D820D8044BE005B920B /* zutil.h */,
- );
- name = Source;
- sourceTree = "<group>";
- };
- 1AB674ADFE9D54B511CA2CBB /* Products */ = {
- isa = PBXGroup;
- children = (
- D2AAC046055464E500DB518D /* libzlib.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 7BA0163A0E5A1DE300044150 /* Configuration */ = {
- isa = PBXGroup;
- children = (
- 7BA0163D0E5A1E0700044150 /* common.xcconfig */,
- 7BA0163E0E5A1E0700044150 /* debug.xcconfig */,
- 7BA0163F0E5A1E0700044150 /* executable.xcconfig */,
- 7BA016400E5A1E0700044150 /* release.xcconfig */,
- 7BA016410E5A1E0700044150 /* staticlib.xcconfig */,
- );
- name = Configuration;
- path = ../../build;
- sourceTree = "<group>";
- };
- A57282C40F31208700384E1B /* minizip */ = {
- isa = PBXGroup;
- children = (
- A57282C80F3120AE00384E1B /* unzip.c */,
- A57282C90F3120AE00384E1B /* unzip.h */,
- A57282C50F31209800384E1B /* ioapi.c */,
- A57282C60F31209800384E1B /* ioapi.h */,
- );
- name = minizip;
- sourceTree = "<group>";
- };
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
- D2AAC045055464E500DB518D /* zlib */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "zlib" */;
- buildPhases = (
- D2AAC044055464E500DB518D /* Sources */,
- D289987405E68DCB004EDB86 /* Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = zlib;
- productName = zlib;
- productReference = D2AAC046055464E500DB518D /* libzlib.a */;
- productType = "com.apple.product-type.library.static";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- 08FB7793FE84155DC02AAC07 /* Project object */ = {
- isa = PBXProject;
- buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "zlib" */;
- compatibilityVersion = "Xcode 3.1";
- hasScannedForEncodings = 1;
- mainGroup = 08FB7794FE84155DC02AAC07 /* zlib */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- D2AAC045055464E500DB518D /* zlib */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXSourcesBuildPhase section */
- D2AAC044055464E500DB518D /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 82AB5D830D8044BE005B920B /* adler32.c in Sources */,
- 82AB5D840D8044BE005B920B /* compress.c in Sources */,
- 82AB5D850D8044BE005B920B /* crc32.c in Sources */,
- 82AB5D870D8044BE005B920B /* deflate.c in Sources */,
- 82AB5D890D8044BE005B920B /* gzio.c in Sources */,
- 82AB5D8A0D8044BE005B920B /* infback.c in Sources */,
- 82AB5D8B0D8044BE005B920B /* inffast.c in Sources */,
- 82AB5D8E0D8044BE005B920B /* inflate.c in Sources */,
- 82AB5D900D8044BE005B920B /* inftrees.c in Sources */,
- 82AB5D930D8044BE005B920B /* trees.c in Sources */,
- 82AB5D950D8044BE005B920B /* uncompr.c in Sources */,
- 82AB5D980D8044BE005B920B /* zutil.c in Sources */,
- A57282C70F31209800384E1B /* ioapi.c in Sources */,
- A57282CA0F3120AE00384E1B /* unzip.c in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin XCBuildConfiguration section */
- 1DEB91EC08733DB70010E9CD /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 7BA016410E5A1E0700044150 /* staticlib.xcconfig */;
- buildSettings = {
- HEADER_SEARCH_PATHS = "\"${PROJECT_DIR}/../..\"";
- PRODUCT_NAME = zlib;
- };
- name = Debug;
- };
- 1DEB91ED08733DB70010E9CD /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 7BA016410E5A1E0700044150 /* staticlib.xcconfig */;
- buildSettings = {
- HEADER_SEARCH_PATHS = "\"${PROJECT_DIR}/../..\"";
- PRODUCT_NAME = zlib;
- };
- name = Release;
- };
- 1DEB91F008733DB70010E9CD /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 7BA0163E0E5A1E0700044150 /* debug.xcconfig */;
- buildSettings = {
- XCODEPROJ_DEPTH = ../..;
- };
- name = Debug;
- };
- 1DEB91F108733DB70010E9CD /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 7BA016400E5A1E0700044150 /* release.xcconfig */;
- buildSettings = {
- XCODEPROJ_DEPTH = ../..;
- };
- name = Release;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "zlib" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 1DEB91EC08733DB70010E9CD /* Debug */,
- 1DEB91ED08733DB70010E9CD /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "zlib" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 1DEB91F008733DB70010E9CD /* Debug */,
- 1DEB91F108733DB70010E9CD /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
-/* End XCConfigurationList section */
- };
- rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
-}

Powered by Google App Engine
This is Rietveld 408576698