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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 45;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 82AB5D830D8044BE005B920B /* adler32.c in Sources */ = {isa = PBX BuildFile; fileRef = 82AB5D6C0D8044BE005B920B /* adler32.c */; };
11 82AB5D840D8044BE005B920B /* compress.c in Sources */ = {isa = PB XBuildFile; fileRef = 82AB5D6D0D8044BE005B920B /* compress.c */; };
12 82AB5D850D8044BE005B920B /* crc32.c in Sources */ = {isa = PBXBu ildFile; fileRef = 82AB5D6E0D8044BE005B920B /* crc32.c */; };
13 82AB5D870D8044BE005B920B /* deflate.c in Sources */ = {isa = PBX BuildFile; fileRef = 82AB5D700D8044BE005B920B /* deflate.c */; };
14 82AB5D890D8044BE005B920B /* gzio.c in Sources */ = {isa = PBXBui ldFile; fileRef = 82AB5D720D8044BE005B920B /* gzio.c */; };
15 82AB5D8A0D8044BE005B920B /* infback.c in Sources */ = {isa = PBX BuildFile; fileRef = 82AB5D730D8044BE005B920B /* infback.c */; };
16 82AB5D8B0D8044BE005B920B /* inffast.c in Sources */ = {isa = PBX BuildFile; fileRef = 82AB5D740D8044BE005B920B /* inffast.c */; };
17 82AB5D8E0D8044BE005B920B /* inflate.c in Sources */ = {isa = PBX BuildFile; fileRef = 82AB5D770D8044BE005B920B /* inflate.c */; };
18 82AB5D900D8044BE005B920B /* inftrees.c in Sources */ = {isa = PB XBuildFile; fileRef = 82AB5D790D8044BE005B920B /* inftrees.c */; };
19 82AB5D930D8044BE005B920B /* trees.c in Sources */ = {isa = PBXBu ildFile; fileRef = 82AB5D7C0D8044BE005B920B /* trees.c */; };
20 82AB5D950D8044BE005B920B /* uncompr.c in Sources */ = {isa = PBX BuildFile; fileRef = 82AB5D7E0D8044BE005B920B /* uncompr.c */; };
21 82AB5D980D8044BE005B920B /* zutil.c in Sources */ = {isa = PBXBu ildFile; fileRef = 82AB5D810D8044BE005B920B /* zutil.c */; };
22 A57282C70F31209800384E1B /* ioapi.c in Sources */ = {isa = PBXBu ildFile; fileRef = A57282C50F31209800384E1B /* ioapi.c */; };
23 A57282CA0F3120AE00384E1B /* unzip.c in Sources */ = {isa = PBXBu ildFile; fileRef = A57282C80F3120AE00384E1B /* unzip.c */; };
24 /* End PBXBuildFile section */
25
26 /* Begin PBXFileReference section */
27 7BA0163D0E5A1E0700044150 /* common.xcconfig */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcc onfig; sourceTree = "<group>"; };
28 7BA0163E0E5A1E0700044150 /* debug.xcconfig */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xccon fig; sourceTree = "<group>"; };
29 7BA0163F0E5A1E0700044150 /* executable.xcconfig */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = execut able.xcconfig; sourceTree = "<group>"; };
30 7BA016400E5A1E0700044150 /* release.xcconfig */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.x cconfig; sourceTree = "<group>"; };
31 7BA016410E5A1E0700044150 /* staticlib.xcconfig */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticl ib.xcconfig; sourceTree = "<group>"; };
32 82AB5D6C0D8044BE005B920B /* adler32.c */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = adler32.c; sour ceTree = "<group>"; };
33 82AB5D6D0D8044BE005B920B /* compress.c */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compress.c; so urceTree = "<group>"; };
34 82AB5D6E0D8044BE005B920B /* crc32.c */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crc32.c; sourceTr ee = "<group>"; };
35 82AB5D6F0D8044BE005B920B /* crc32.h */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crc32.h; sourceTr ee = "<group>"; };
36 82AB5D700D8044BE005B920B /* deflate.c */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = deflate.c; sour ceTree = "<group>"; };
37 82AB5D710D8044BE005B920B /* deflate.h */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = deflate.h; sour ceTree = "<group>"; };
38 82AB5D720D8044BE005B920B /* gzio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gzio.c; sourceTree = "<group>"; };
39 82AB5D730D8044BE005B920B /* infback.c */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = infback.c; sour ceTree = "<group>"; };
40 82AB5D740D8044BE005B920B /* inffast.c */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inffast.c; sour ceTree = "<group>"; };
41 82AB5D750D8044BE005B920B /* inffast.h */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inffast.h; sour ceTree = "<group>"; };
42 82AB5D760D8044BE005B920B /* inffixed.h */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inffixed.h; so urceTree = "<group>"; };
43 82AB5D770D8044BE005B920B /* inflate.c */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inflate.c; sour ceTree = "<group>"; };
44 82AB5D780D8044BE005B920B /* inflate.h */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inflate.h; sour ceTree = "<group>"; };
45 82AB5D790D8044BE005B920B /* inftrees.c */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inftrees.c; so urceTree = "<group>"; };
46 82AB5D7A0D8044BE005B920B /* inftrees.h */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inftrees.h; so urceTree = "<group>"; };
47 82AB5D7B0D8044BE005B920B /* mozzconf.h */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mozzconf.h; so urceTree = "<group>"; };
48 82AB5D7C0D8044BE005B920B /* trees.c */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = trees.c; sourceTr ee = "<group>"; };
49 82AB5D7D0D8044BE005B920B /* trees.h */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trees.h; sourceTr ee = "<group>"; };
50 82AB5D7E0D8044BE005B920B /* uncompr.c */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = uncompr.c; sour ceTree = "<group>"; };
51 82AB5D7F0D8044BE005B920B /* zconf.h */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zconf.h; sourceTr ee = "<group>"; };
52 82AB5D800D8044BE005B920B /* zlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zlib.h; sourceTree = "<group>"; };
53 82AB5D810D8044BE005B920B /* zutil.c */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zutil.c; sourceTr ee = "<group>"; };
54 82AB5D820D8044BE005B920B /* zutil.h */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zutil.h; sourceTr ee = "<group>"; };
55 A57282C50F31209800384E1B /* ioapi.c */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ioapi.c; path = c ontrib/minizip/ioapi.c; sourceTree = "<group>"; };
56 A57282C60F31209800384E1B /* ioapi.h */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = c ontrib/minizip/ioapi.h; sourceTree = "<group>"; };
57 A57282C80F3120AE00384E1B /* unzip.c */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unzip.c; path = c ontrib/minizip/unzip.c; sourceTree = "<group>"; };
58 A57282C90F3120AE00384E1B /* unzip.h */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unzip.h; path = c ontrib/minizip/unzip.h; sourceTree = "<group>"; };
59 D2AAC046055464E500DB518D /* libzlib.a */ = {isa = PBXFileReferen ce; explicitFileType = archive.ar; includeInIndex = 0; path = libzlib.a; sourceT ree = BUILT_PRODUCTS_DIR; };
60 /* End PBXFileReference section */
61
62 /* Begin PBXFrameworksBuildPhase section */
63 D289987405E68DCB004EDB86 /* Frameworks */ = {
64 isa = PBXFrameworksBuildPhase;
65 buildActionMask = 2147483647;
66 files = (
67 );
68 runOnlyForDeploymentPostprocessing = 0;
69 };
70 /* End PBXFrameworksBuildPhase section */
71
72 /* Begin PBXGroup section */
73 08FB7794FE84155DC02AAC07 /* zlib */ = {
74 isa = PBXGroup;
75 children = (
76 7BA0163A0E5A1DE300044150 /* Configuration */,
77 08FB7795FE84155DC02AAC07 /* Source */,
78 1AB674ADFE9D54B511CA2CBB /* Products */,
79 );
80 name = zlib;
81 sourceTree = "<group>";
82 };
83 08FB7795FE84155DC02AAC07 /* Source */ = {
84 isa = PBXGroup;
85 children = (
86 A57282C40F31208700384E1B /* minizip */,
87 82AB5D6C0D8044BE005B920B /* adler32.c */,
88 82AB5D6D0D8044BE005B920B /* compress.c */,
89 82AB5D6E0D8044BE005B920B /* crc32.c */,
90 82AB5D6F0D8044BE005B920B /* crc32.h */,
91 82AB5D700D8044BE005B920B /* deflate.c */,
92 82AB5D710D8044BE005B920B /* deflate.h */,
93 82AB5D720D8044BE005B920B /* gzio.c */,
94 82AB5D730D8044BE005B920B /* infback.c */,
95 82AB5D740D8044BE005B920B /* inffast.c */,
96 82AB5D750D8044BE005B920B /* inffast.h */,
97 82AB5D760D8044BE005B920B /* inffixed.h */,
98 82AB5D770D8044BE005B920B /* inflate.c */,
99 82AB5D780D8044BE005B920B /* inflate.h */,
100 82AB5D790D8044BE005B920B /* inftrees.c */,
101 82AB5D7A0D8044BE005B920B /* inftrees.h */,
102 82AB5D7B0D8044BE005B920B /* mozzconf.h */,
103 82AB5D7C0D8044BE005B920B /* trees.c */,
104 82AB5D7D0D8044BE005B920B /* trees.h */,
105 82AB5D7E0D8044BE005B920B /* uncompr.c */,
106 82AB5D7F0D8044BE005B920B /* zconf.h */,
107 82AB5D800D8044BE005B920B /* zlib.h */,
108 82AB5D810D8044BE005B920B /* zutil.c */,
109 82AB5D820D8044BE005B920B /* zutil.h */,
110 );
111 name = Source;
112 sourceTree = "<group>";
113 };
114 1AB674ADFE9D54B511CA2CBB /* Products */ = {
115 isa = PBXGroup;
116 children = (
117 D2AAC046055464E500DB518D /* libzlib.a */,
118 );
119 name = Products;
120 sourceTree = "<group>";
121 };
122 7BA0163A0E5A1DE300044150 /* Configuration */ = {
123 isa = PBXGroup;
124 children = (
125 7BA0163D0E5A1E0700044150 /* common.xcconfig */,
126 7BA0163E0E5A1E0700044150 /* debug.xcconfig */,
127 7BA0163F0E5A1E0700044150 /* executable.xcconfig */,
128 7BA016400E5A1E0700044150 /* release.xcconfig */,
129 7BA016410E5A1E0700044150 /* staticlib.xcconfig * /,
130 );
131 name = Configuration;
132 path = ../../build;
133 sourceTree = "<group>";
134 };
135 A57282C40F31208700384E1B /* minizip */ = {
136 isa = PBXGroup;
137 children = (
138 A57282C80F3120AE00384E1B /* unzip.c */,
139 A57282C90F3120AE00384E1B /* unzip.h */,
140 A57282C50F31209800384E1B /* ioapi.c */,
141 A57282C60F31209800384E1B /* ioapi.h */,
142 );
143 name = minizip;
144 sourceTree = "<group>";
145 };
146 /* End PBXGroup section */
147
148 /* Begin PBXNativeTarget section */
149 D2AAC045055464E500DB518D /* zlib */ = {
150 isa = PBXNativeTarget;
151 buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Bui ld configuration list for PBXNativeTarget "zlib" */;
152 buildPhases = (
153 D2AAC044055464E500DB518D /* Sources */,
154 D289987405E68DCB004EDB86 /* Frameworks */,
155 );
156 buildRules = (
157 );
158 dependencies = (
159 );
160 name = zlib;
161 productName = zlib;
162 productReference = D2AAC046055464E500DB518D /* libzlib.a */;
163 productType = "com.apple.product-type.library.static";
164 };
165 /* End PBXNativeTarget section */
166
167 /* Begin PBXProject section */
168 08FB7793FE84155DC02AAC07 /* Project object */ = {
169 isa = PBXProject;
170 buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Bui ld configuration list for PBXProject "zlib" */;
171 compatibilityVersion = "Xcode 3.1";
172 hasScannedForEncodings = 1;
173 mainGroup = 08FB7794FE84155DC02AAC07 /* zlib */;
174 projectDirPath = "";
175 projectRoot = "";
176 targets = (
177 D2AAC045055464E500DB518D /* zlib */,
178 );
179 };
180 /* End PBXProject section */
181
182 /* Begin PBXSourcesBuildPhase section */
183 D2AAC044055464E500DB518D /* Sources */ = {
184 isa = PBXSourcesBuildPhase;
185 buildActionMask = 2147483647;
186 files = (
187 82AB5D830D8044BE005B920B /* adler32.c in Sources */,
188 82AB5D840D8044BE005B920B /* compress.c in Source s */,
189 82AB5D850D8044BE005B920B /* crc32.c in Sources * /,
190 82AB5D870D8044BE005B920B /* deflate.c in Sources */,
191 82AB5D890D8044BE005B920B /* gzio.c in Sources */ ,
192 82AB5D8A0D8044BE005B920B /* infback.c in Sources */,
193 82AB5D8B0D8044BE005B920B /* inffast.c in Sources */,
194 82AB5D8E0D8044BE005B920B /* inflate.c in Sources */,
195 82AB5D900D8044BE005B920B /* inftrees.c in Source s */,
196 82AB5D930D8044BE005B920B /* trees.c in Sources * /,
197 82AB5D950D8044BE005B920B /* uncompr.c in Sources */,
198 82AB5D980D8044BE005B920B /* zutil.c in Sources * /,
199 A57282C70F31209800384E1B /* ioapi.c in Sources * /,
200 A57282CA0F3120AE00384E1B /* unzip.c in Sources * /,
201 );
202 runOnlyForDeploymentPostprocessing = 0;
203 };
204 /* End PBXSourcesBuildPhase section */
205
206 /* Begin XCBuildConfiguration section */
207 1DEB91EC08733DB70010E9CD /* Debug */ = {
208 isa = XCBuildConfiguration;
209 baseConfigurationReference = 7BA016410E5A1E0700044150 /* staticlib.xcconfig */;
210 buildSettings = {
211 HEADER_SEARCH_PATHS = "\"${PROJECT_DIR}/../..\"" ;
212 PRODUCT_NAME = zlib;
213 };
214 name = Debug;
215 };
216 1DEB91ED08733DB70010E9CD /* Release */ = {
217 isa = XCBuildConfiguration;
218 baseConfigurationReference = 7BA016410E5A1E0700044150 /* staticlib.xcconfig */;
219 buildSettings = {
220 HEADER_SEARCH_PATHS = "\"${PROJECT_DIR}/../..\"" ;
221 PRODUCT_NAME = zlib;
222 };
223 name = Release;
224 };
225 1DEB91F008733DB70010E9CD /* Debug */ = {
226 isa = XCBuildConfiguration;
227 baseConfigurationReference = 7BA0163E0E5A1E0700044150 /* debug.xcconfig */;
228 buildSettings = {
229 XCODEPROJ_DEPTH = ../..;
230 };
231 name = Debug;
232 };
233 1DEB91F108733DB70010E9CD /* Release */ = {
234 isa = XCBuildConfiguration;
235 baseConfigurationReference = 7BA016400E5A1E0700044150 /* release.xcconfig */;
236 buildSettings = {
237 XCODEPROJ_DEPTH = ../..;
238 };
239 name = Release;
240 };
241 /* End XCBuildConfiguration section */
242
243 /* Begin XCConfigurationList section */
244 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNati veTarget "zlib" */ = {
245 isa = XCConfigurationList;
246 buildConfigurations = (
247 1DEB91EC08733DB70010E9CD /* Debug */,
248 1DEB91ED08733DB70010E9CD /* Release */,
249 );
250 defaultConfigurationIsVisible = 0;
251 defaultConfigurationName = Release;
252 };
253 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProj ect "zlib" */ = {
254 isa = XCConfigurationList;
255 buildConfigurations = (
256 1DEB91F008733DB70010E9CD /* Debug */,
257 1DEB91F108733DB70010E9CD /* Release */,
258 );
259 defaultConfigurationIsVisible = 0;
260 defaultConfigurationName = Release;
261 };
262 /* End XCConfigurationList section */
263 };
264 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
265 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698