summaryrefslogtreecommitdiffstats
path: root/third_party/bzip2
diff options
context:
space:
mode:
authormmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-01 19:47:31 +0000
committermmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-01 19:47:31 +0000
commit19667098761befc2eee3a8921cf282bcc4cf74aa (patch)
tree9883f10e84a6438192c33d471bd8dd4a26bd33a3 /third_party/bzip2
parentec8f28150a3df111b13e9dc93f17dfe315f37ecf (diff)
downloadchromium_src-19667098761befc2eee3a8921cf282bcc4cf74aa.zip
chromium_src-19667098761befc2eee3a8921cf282bcc4cf74aa.tar.gz
chromium_src-19667098761befc2eee3a8921cf282bcc4cf74aa.tar.bz2
Update xcodeprojs
Review URL: http://chrome-reviews.prom.corp.google.com/996 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/bzip2')
-rw-r--r--third_party/bzip2/bzlib.xcodeproj/project.pbxproj199
1 files changed, 199 insertions, 0 deletions
diff --git a/third_party/bzip2/bzlib.xcodeproj/project.pbxproj b/third_party/bzip2/bzlib.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..f67f077
--- /dev/null
+++ b/third_party/bzip2/bzlib.xcodeproj/project.pbxproj
@@ -0,0 +1,199 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 44;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ E4BA044A0E25611C00BE02C6 /* blocksort.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04410E25611C00BE02C6 /* blocksort.c */; };
+ E4BA044C0E25611C00BE02C6 /* bzlib.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04430E25611C00BE02C6 /* bzlib.c */; };
+ E4BA044E0E25611C00BE02C6 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04450E25611C00BE02C6 /* compress.c */; };
+ E4BA044F0E25611C00BE02C6 /* crctable.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04460E25611C00BE02C6 /* crctable.c */; };
+ E4BA04500E25611C00BE02C6 /* decompress.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04470E25611C00BE02C6 /* decompress.c */; };
+ E4BA04510E25611C00BE02C6 /* huffman.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04480E25611C00BE02C6 /* huffman.c */; };
+ E4BA04520E25611C00BE02C6 /* randtable.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04490E25611C00BE02C6 /* randtable.c */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ E4BA04410E25611C00BE02C6 /* blocksort.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = blocksort.c; sourceTree = "<group>"; };
+ E4BA04420E25611C00BE02C6 /* bzlib_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bzlib_private.h; sourceTree = "<group>"; };
+ E4BA04430E25611C00BE02C6 /* bzlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bzlib.c; sourceTree = "<group>"; };
+ E4BA04440E25611C00BE02C6 /* bzlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bzlib.h; sourceTree = "<group>"; };
+ E4BA04450E25611C00BE02C6 /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compress.c; sourceTree = "<group>"; };
+ E4BA04460E25611C00BE02C6 /* crctable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crctable.c; sourceTree = "<group>"; };
+ E4BA04470E25611C00BE02C6 /* decompress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = decompress.c; sourceTree = "<group>"; };
+ E4BA04480E25611C00BE02C6 /* huffman.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = huffman.c; sourceTree = "<group>"; };
+ E4BA04490E25611C00BE02C6 /* randtable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = randtable.c; sourceTree = "<group>"; };
+ E4BA04540E25613300BE02C6 /* libbzlib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libbzlib.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 = (
+ 08FB7795FE84155DC02AAC07 /* Source */,
+ 1AB674ADFE9D54B511CA2CBB /* Products */,
+ );
+ name = zlib;
+ sourceTree = "<group>";
+ };
+ 08FB7795FE84155DC02AAC07 /* Source */ = {
+ isa = PBXGroup;
+ children = (
+ E4BA04410E25611C00BE02C6 /* blocksort.c */,
+ E4BA04420E25611C00BE02C6 /* bzlib_private.h */,
+ E4BA04430E25611C00BE02C6 /* bzlib.c */,
+ E4BA04440E25611C00BE02C6 /* bzlib.h */,
+ E4BA04450E25611C00BE02C6 /* compress.c */,
+ E4BA04460E25611C00BE02C6 /* crctable.c */,
+ E4BA04470E25611C00BE02C6 /* decompress.c */,
+ E4BA04480E25611C00BE02C6 /* huffman.c */,
+ E4BA04490E25611C00BE02C6 /* randtable.c */,
+ );
+ name = Source;
+ sourceTree = "<group>";
+ };
+ 1AB674ADFE9D54B511CA2CBB /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ E4BA04540E25613300BE02C6 /* libbzlib.a */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ D2AAC045055464E500DB518D /* bzlib */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "bzlib" */;
+ buildPhases = (
+ D2AAC044055464E500DB518D /* Sources */,
+ D289987405E68DCB004EDB86 /* Frameworks */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = bzlib;
+ productName = zlib;
+ productReference = E4BA04540E25613300BE02C6 /* libbzlib.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 "bzlib" */;
+ compatibilityVersion = "Xcode 3.0";
+ hasScannedForEncodings = 1;
+ mainGroup = 08FB7794FE84155DC02AAC07 /* zlib */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ D2AAC045055464E500DB518D /* bzlib */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+ D2AAC044055464E500DB518D /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ E4BA044A0E25611C00BE02C6 /* blocksort.c in Sources */,
+ E4BA044C0E25611C00BE02C6 /* bzlib.c in Sources */,
+ E4BA044E0E25611C00BE02C6 /* compress.c in Sources */,
+ E4BA044F0E25611C00BE02C6 /* crctable.c in Sources */,
+ E4BA04500E25611C00BE02C6 /* decompress.c in Sources */,
+ E4BA04510E25611C00BE02C6 /* huffman.c in Sources */,
+ E4BA04520E25611C00BE02C6 /* randtable.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+ 1DEB91EC08733DB70010E9CD /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = NO;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ PRODUCT_NAME = bzlib;
+ };
+ name = Debug;
+ };
+ 1DEB91ED08733DB70010E9CD /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ PRODUCT_NAME = bzlib;
+ };
+ name = Release;
+ };
+ 1DEB91F008733DB70010E9CD /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
+ GCC_SYMBOLS_PRIVATE_EXTERN = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ PREBINDING = NO;
+ SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
+ };
+ name = Debug;
+ };
+ 1DEB91F108733DB70010E9CD /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ARCHS = (
+ ppc,
+ i386,
+ );
+ GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
+ GCC_SYMBOLS_PRIVATE_EXTERN = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ PREBINDING = NO;
+ SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "bzlib" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 1DEB91EC08733DB70010E9CD /* Debug */,
+ 1DEB91ED08733DB70010E9CD /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "bzlib" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 1DEB91F008733DB70010E9CD /* Debug */,
+ 1DEB91F108733DB70010E9CD /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
+}