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

Side by Side Diff: printing/printing.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 PBXAggregateTarget section */
10 4D9363030F547FBE001FD834 /* All */ = {
11 isa = PBXAggregateTarget;
12 buildConfigurationList = 4D9363140F547FD7001FD834 /* Bui ld configuration list for PBXAggregateTarget "All" */;
13 buildPhases = (
14 );
15 dependencies = (
16 4D9363070F547FC5001FD834 /* PBXTargetDependency */,
17 4D9363090F547FC5001FD834 /* PBXTargetDependency */,
18 );
19 name = All;
20 productName = All;
21 };
22 4D93630B0F547FD2001FD834 /* run_printing_unittests */ = {
23 isa = PBXAggregateTarget;
24 buildConfigurationList = 4D9363150F547FD7001FD834 /* Bui ld configuration list for PBXAggregateTarget "run_printing_unittests" */;
25 buildPhases = (
26 4D93630A0F547FD2001FD834 /* ShellScript */,
27 );
28 dependencies = (
29 4D9365650F548165001FD834 /* PBXTargetDependency */,
30 );
31 name = run_printing_unittests;
32 productName = run_printing_unittests;
33 };
34 /* End PBXAggregateTarget section */
35
36 /* Begin PBXBuildFile section */
37 4D9362F30F547F80001FD834 /* units.cc in Sources */ = {isa = PBXB uildFile; fileRef = 4D9362E80F547F6B001FD834 /* units.cc */; };
38 4D9362FD0F547FA8001FD834 /* run_all_unittests.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D9362FB0F547FA8001FD834 /* run_all_unittests.cc */; };
39 4D9362FE0F547FA8001FD834 /* units_unittest.cc in Sources */ = {i sa = PBXBuildFile; fileRef = 4D9362FC0F547FA8001FD834 /* units_unittest.cc */; } ;
40 4D9363020F547FB6001FD834 /* libprinting.a in Frameworks */ = {is a = PBXBuildFile; fileRef = 4D9362EE0F547F73001FD834 /* libprinting.a */; };
41 4D9364820F5480B0001FD834 /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D93647D0F548099001FD834 /* libgtest.a */; };
42 4D9364830F5480B5001FD834 /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D9364730F54808F001FD834 /* libbase.a */; };
43 4D9364A20F5480ED001FD834 /* libicui18n.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D9364970F5480D3001FD834 /* libicui18n.a */; };
44 4D9364A30F5480ED001FD834 /* libicuuc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D93649B0F5480D3001FD834 /* libicuuc.a */; };
45 4D9365540F54813F001FD834 /* CoreFoundation.framework in Framewor ks */ = {isa = PBXBuildFile; fileRef = 4D9364A60F548126001FD834 /* CoreFoundatio n.framework */; };
46 4D9365550F54813F001FD834 /* Foundation.framework in Frameworks * / = {isa = PBXBuildFile; fileRef = 4D9364A90F548138001FD834 /* Foundation.framew ork */; };
47 4D9365570F54814D001FD834 /* libicudata.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D9364930F5480D3001FD834 /* libicudata.a */; };
48 /* End PBXBuildFile section */
49
50 /* Begin PBXContainerItemProxy section */
51 4D9363000F547FAE001FD834 /* PBXContainerItemProxy */ = {
52 isa = PBXContainerItemProxy;
53 containerPortal = 4D9362C00F547ED0001FD834 /* Project ob ject */;
54 proxyType = 1;
55 remoteGlobalIDString = 4D9362ED0F547F73001FD834;
56 remoteInfo = printing;
57 };
58 4D9363060F547FC5001FD834 /* PBXContainerItemProxy */ = {
59 isa = PBXContainerItemProxy;
60 containerPortal = 4D9362C00F547ED0001FD834 /* Project ob ject */;
61 proxyType = 1;
62 remoteGlobalIDString = 4D9362ED0F547F73001FD834;
63 remoteInfo = printing;
64 };
65 4D9363080F547FC5001FD834 /* PBXContainerItemProxy */ = {
66 isa = PBXContainerItemProxy;
67 containerPortal = 4D9362C00F547ED0001FD834 /* Project ob ject */;
68 proxyType = 1;
69 remoteGlobalIDString = 4D9362F60F547F94001FD834;
70 remoteInfo = printing_unittests;
71 };
72 4D9364720F54808F001FD834 /* PBXContainerItemProxy */ = {
73 isa = PBXContainerItemProxy;
74 containerPortal = 4D93644B0F54808F001FD834 /* base.xcode proj */;
75 proxyType = 2;
76 remoteGlobalIDString = 825402BB0D92D0FA0006B936;
77 remoteInfo = base;
78 };
79 4D9364740F54808F001FD834 /* PBXContainerItemProxy */ = {
80 isa = PBXContainerItemProxy;
81 containerPortal = 4D93644B0F54808F001FD834 /* base.xcode proj */;
82 proxyType = 2;
83 remoteGlobalIDString = 825403B10D92D2E50006B936;
84 remoteInfo = base_gfx;
85 };
86 4D9364760F54808F001FD834 /* PBXContainerItemProxy */ = {
87 isa = PBXContainerItemProxy;
88 containerPortal = 4D93644B0F54808F001FD834 /* base.xcode proj */;
89 proxyType = 2;
90 remoteGlobalIDString = E49F18BF0E4CBAC200386AEC;
91 remoteInfo = base_unittests;
92 };
93 4D93647C0F548099001FD834 /* PBXContainerItemProxy */ = {
94 isa = PBXContainerItemProxy;
95 containerPortal = 4D9364780F548099001FD834 /* gtest.xcod eproj */;
96 proxyType = 2;
97 remoteGlobalIDString = D2AAC046055464E500DB518D;
98 remoteInfo = gtest;
99 };
100 4D93647E0F5480A0001FD834 /* PBXContainerItemProxy */ = {
101 isa = PBXContainerItemProxy;
102 containerPortal = 4D9364780F548099001FD834 /* gtest.xcod eproj */;
103 proxyType = 1;
104 remoteGlobalIDString = D2AAC045055464E500DB518D;
105 remoteInfo = gtest;
106 };
107 4D9364800F5480A1001FD834 /* PBXContainerItemProxy */ = {
108 isa = PBXContainerItemProxy;
109 containerPortal = 4D93644B0F54808F001FD834 /* base.xcode proj */;
110 proxyType = 1;
111 remoteGlobalIDString = 825402BA0D92D0FA0006B936;
112 remoteInfo = base;
113 };
114 4D9364900F5480D3001FD834 /* PBXContainerItemProxy */ = {
115 isa = PBXContainerItemProxy;
116 containerPortal = 4D9364850F5480D3001FD834 /* icu.xcodep roj */;
117 proxyType = 2;
118 remoteGlobalIDString = 7BD540D60D6F7EFE003CD41E;
119 remoteInfo = genccode;
120 };
121 4D9364920F5480D3001FD834 /* PBXContainerItemProxy */ = {
122 isa = PBXContainerItemProxy;
123 containerPortal = 4D9364850F5480D3001FD834 /* icu.xcodep roj */;
124 proxyType = 2;
125 remoteGlobalIDString = 82C262C40DCF9411005CFE91;
126 remoteInfo = icudata;
127 };
128 4D9364940F5480D3001FD834 /* PBXContainerItemProxy */ = {
129 isa = PBXContainerItemProxy;
130 containerPortal = 4D9364850F5480D3001FD834 /* icu.xcodep roj */;
131 proxyType = 2;
132 remoteGlobalIDString = 7BD5408B0D6F743F003CD41E;
133 remoteInfo = icudata_stub;
134 };
135 4D9364960F5480D3001FD834 /* PBXContainerItemProxy */ = {
136 isa = PBXContainerItemProxy;
137 containerPortal = 4D9364850F5480D3001FD834 /* icu.xcodep roj */;
138 proxyType = 2;
139 remoteGlobalIDString = 7BD53EA60D6F6FC7003CD41E;
140 remoteInfo = icui18n;
141 };
142 4D9364980F5480D3001FD834 /* PBXContainerItemProxy */ = {
143 isa = PBXContainerItemProxy;
144 containerPortal = 4D9364850F5480D3001FD834 /* icu.xcodep roj */;
145 proxyType = 2;
146 remoteGlobalIDString = 7BD540260D6F727B003CD41E;
147 remoteInfo = icutu;
148 };
149 4D93649A0F5480D3001FD834 /* PBXContainerItemProxy */ = {
150 isa = PBXContainerItemProxy;
151 containerPortal = 4D9364850F5480D3001FD834 /* icu.xcodep roj */;
152 proxyType = 2;
153 remoteGlobalIDString = 7BD53AAB0D6F6671003CD41E;
154 remoteInfo = icuuc;
155 };
156 4D93649C0F5480D3001FD834 /* PBXContainerItemProxy */ = {
157 isa = PBXContainerItemProxy;
158 containerPortal = 4D9364850F5480D3001FD834 /* icu.xcodep roj */;
159 proxyType = 2;
160 remoteGlobalIDString = 7BD5410E0D6F8457003CD41E;
161 remoteInfo = icupkg;
162 };
163 4D93649E0F5480E3001FD834 /* PBXContainerItemProxy */ = {
164 isa = PBXContainerItemProxy;
165 containerPortal = 4D9364850F5480D3001FD834 /* icu.xcodep roj */;
166 proxyType = 1;
167 remoteGlobalIDString = 7BD53EA50D6F6FC7003CD41E;
168 remoteInfo = icui18n;
169 };
170 4D9364A00F5480E3001FD834 /* PBXContainerItemProxy */ = {
171 isa = PBXContainerItemProxy;
172 containerPortal = 4D9364850F5480D3001FD834 /* icu.xcodep roj */;
173 proxyType = 1;
174 remoteGlobalIDString = 7BD53AAA0D6F6671003CD41E;
175 remoteInfo = icuuc;
176 };
177 4D9365580F548152001FD834 /* PBXContainerItemProxy */ = {
178 isa = PBXContainerItemProxy;
179 containerPortal = 4D9364850F5480D3001FD834 /* icu.xcodep roj */;
180 proxyType = 1;
181 remoteGlobalIDString = 82C262C30DCF9411005CFE91;
182 remoteInfo = icudata;
183 };
184 4D9365640F548165001FD834 /* PBXContainerItemProxy */ = {
185 isa = PBXContainerItemProxy;
186 containerPortal = 4D9362C00F547ED0001FD834 /* Project ob ject */;
187 proxyType = 1;
188 remoteGlobalIDString = 4D9362F60F547F94001FD834;
189 remoteInfo = printing_unittests;
190 };
191 /* End PBXContainerItemProxy section */
192
193 /* Begin PBXFileReference section */
194 4D9362D20F547F0E001FD834 /* common.xcconfig */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcc onfig; sourceTree = "<group>"; };
195 4D9362D30F547F0E001FD834 /* debug.xcconfig */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xccon fig; sourceTree = "<group>"; };
196 4D9362D40F547F0E001FD834 /* dynamiclib.xcconfig */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = dynami clib.xcconfig; sourceTree = "<group>"; };
197 4D9362D50F547F0E001FD834 /* executable.xcconfig */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = execut able.xcconfig; sourceTree = "<group>"; };
198 4D9362D60F547F0E001FD834 /* release.xcconfig */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.x cconfig; sourceTree = "<group>"; };
199 4D9362D70F547F0E001FD834 /* staticlib.xcconfig */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticl ib.xcconfig; sourceTree = "<group>"; };
200 4D9362E80F547F6B001FD834 /* units.cc */ = {isa = PBXFileReferenc e; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = units.cc; so urceTree = "<group>"; };
201 4D9362E90F547F6B001FD834 /* units.h */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = units.h; sourceTr ee = "<group>"; };
202 4D9362EE0F547F73001FD834 /* libprinting.a */ = {isa = PBXFileRef erence; explicitFileType = archive.ar; includeInIndex = 0; path = libprinting.a; sourceTree = BUILT_PRODUCTS_DIR; };
203 4D9362F70F547F94001FD834 /* printing_unittests */ = {isa = PBXFi leReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0 ; path = printing_unittests; sourceTree = BUILT_PRODUCTS_DIR; };
204 4D9362FB0F547FA8001FD834 /* run_all_unittests.cc */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = run_all_unittests.cc; sourceTree = "<group>"; };
205 4D9362FC0F547FA8001FD834 /* units_unittest.cc */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = uni ts_unittest.cc; sourceTree = "<group>"; };
206 4D93644B0F54808F001FD834 /* base.xcodeproj */ = {isa = PBXFileRe ference; lastKnownFileType = "wrapper.pb-project"; name = base.xcodeproj; path = base/base.xcodeproj; sourceTree = "<group>"; };
207 4D9364780F548099001FD834 /* gtest.xcodeproj */ = {isa = PBXFileR eference; lastKnownFileType = "wrapper.pb-project"; name = gtest.xcodeproj; path = testing/gtest.xcodeproj; sourceTree = "<group>"; };
208 4D9364850F5480D3001FD834 /* icu.xcodeproj */ = {isa = PBXFileRef erence; lastKnownFileType = "wrapper.pb-project"; name = icu.xcodeproj; path = t hird_party/icu38/icu.xcodeproj; sourceTree = "<group>"; };
209 4D9364A60F548126001FD834 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation. framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
210 4D9364A90F548138001FD834 /* Foundation.framework */ = {isa = PBX FileReference; lastKnownFileType = wrapper.framework; name = Foundation.framewor k; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
211 /* End PBXFileReference section */
212
213 /* Begin PBXFrameworksBuildPhase section */
214 4D9362EC0F547F73001FD834 /* Frameworks */ = {
215 isa = PBXFrameworksBuildPhase;
216 buildActionMask = 2147483647;
217 files = (
218 );
219 runOnlyForDeploymentPostprocessing = 0;
220 };
221 4D9362F50F547F94001FD834 /* Frameworks */ = {
222 isa = PBXFrameworksBuildPhase;
223 buildActionMask = 2147483647;
224 files = (
225 4D9365540F54813F001FD834 /* CoreFoundation.frame work in Frameworks */,
226 4D9365550F54813F001FD834 /* Foundation.framework in Frameworks */,
227 4D9364830F5480B5001FD834 /* libbase.a in Framewo rks */,
228 4D9364820F5480B0001FD834 /* libgtest.a in Framew orks */,
229 4D9365570F54814D001FD834 /* libicudata.a in Fram eworks */,
230 4D9364A20F5480ED001FD834 /* libicui18n.a in Fram eworks */,
231 4D9364A30F5480ED001FD834 /* libicuuc.a in Framew orks */,
232 4D9363020F547FB6001FD834 /* libprinting.a in Fra meworks */,
233 );
234 runOnlyForDeploymentPostprocessing = 0;
235 };
236 /* End PBXFrameworksBuildPhase section */
237
238 /* Begin PBXGroup section */
239 4D9362BE0F547ED0001FD834 = {
240 isa = PBXGroup;
241 children = (
242 4D9362D10F547EE8001FD834 /* Configuration */,
243 4D9362D80F547F2D001FD834 /* Source */,
244 4D9364A50F5480FE001FD834 /* Frameworks */,
245 4D93644A0F54806F001FD834 /* Projects */,
246 4D9362EF0F547F73001FD834 /* Products */,
247 );
248 sourceTree = "<group>";
249 };
250 4D9362D10F547EE8001FD834 /* Configuration */ = {
251 isa = PBXGroup;
252 children = (
253 4D9362D20F547F0E001FD834 /* common.xcconfig */,
254 4D9362D30F547F0E001FD834 /* debug.xcconfig */,
255 4D9362D40F547F0E001FD834 /* dynamiclib.xcconfig */,
256 4D9362D50F547F0E001FD834 /* executable.xcconfig */,
257 4D9362D60F547F0E001FD834 /* release.xcconfig */,
258 4D9362D70F547F0E001FD834 /* staticlib.xcconfig * /,
259 );
260 name = Configuration;
261 path = ../build;
262 sourceTree = "<group>";
263 };
264 4D9362D80F547F2D001FD834 /* Source */ = {
265 isa = PBXGroup;
266 children = (
267 4D9362FB0F547FA8001FD834 /* run_all_unittests.cc */,
268 4D9362FC0F547FA8001FD834 /* units_unittest.cc */ ,
269 4D9362E80F547F6B001FD834 /* units.cc */,
270 4D9362E90F547F6B001FD834 /* units.h */,
271 );
272 name = Source;
273 sourceTree = "<group>";
274 };
275 4D9362EF0F547F73001FD834 /* Products */ = {
276 isa = PBXGroup;
277 children = (
278 4D9362EE0F547F73001FD834 /* libprinting.a */,
279 4D9362F70F547F94001FD834 /* printing_unittests * /,
280 );
281 name = Products;
282 sourceTree = "<group>";
283 };
284 4D93644A0F54806F001FD834 /* Projects */ = {
285 isa = PBXGroup;
286 children = (
287 4D9364780F548099001FD834 /* gtest.xcodeproj */,
288 4D93644B0F54808F001FD834 /* base.xcodeproj */,
289 4D9364850F5480D3001FD834 /* icu.xcodeproj */,
290 );
291 name = Projects;
292 path = ..;
293 sourceTree = "<group>";
294 };
295 4D93644C0F54808F001FD834 /* Products */ = {
296 isa = PBXGroup;
297 children = (
298 4D9364730F54808F001FD834 /* libbase.a */,
299 4D9364750F54808F001FD834 /* libbase_gfx.a */,
300 4D9364770F54808F001FD834 /* base_unittests */,
301 );
302 name = Products;
303 sourceTree = "<group>";
304 };
305 4D9364790F548099001FD834 /* Products */ = {
306 isa = PBXGroup;
307 children = (
308 4D93647D0F548099001FD834 /* libgtest.a */,
309 );
310 name = Products;
311 sourceTree = "<group>";
312 };
313 4D9364860F5480D3001FD834 /* Products */ = {
314 isa = PBXGroup;
315 children = (
316 4D9364910F5480D3001FD834 /* genccode */,
317 4D9364930F5480D3001FD834 /* libicudata.a */,
318 4D9364950F5480D3001FD834 /* libicudata_stub.a */ ,
319 4D9364970F5480D3001FD834 /* libicui18n.a */,
320 4D9364990F5480D3001FD834 /* libicutu.a */,
321 4D93649B0F5480D3001FD834 /* libicuuc.a */,
322 4D93649D0F5480D3001FD834 /* icupkg */,
323 );
324 name = Products;
325 sourceTree = "<group>";
326 };
327 4D9364A50F5480FE001FD834 /* Frameworks */ = {
328 isa = PBXGroup;
329 children = (
330 4D9364A60F548126001FD834 /* CoreFoundation.frame work */,
331 4D9364A90F548138001FD834 /* Foundation.framework */,
332 );
333 name = Frameworks;
334 sourceTree = SDKROOT;
335 };
336 /* End PBXGroup section */
337
338 /* Begin PBXNativeTarget section */
339 4D9362ED0F547F73001FD834 /* printing */ = {
340 isa = PBXNativeTarget;
341 buildConfigurationList = 4D9362F20F547F74001FD834 /* Bui ld configuration list for PBXNativeTarget "printing" */;
342 buildPhases = (
343 4D9362EB0F547F73001FD834 /* Sources */,
344 4D9362EC0F547F73001FD834 /* Frameworks */,
345 );
346 buildRules = (
347 );
348 dependencies = (
349 );
350 name = printing;
351 productName = printing;
352 productReference = 4D9362EE0F547F73001FD834 /* libprinti ng.a */;
353 productType = "com.apple.product-type.library.static";
354 };
355 4D9362F60F547F94001FD834 /* printing_unittests */ = {
356 isa = PBXNativeTarget;
357 buildConfigurationList = 4D9362FF0F547FA8001FD834 /* Bui ld configuration list for PBXNativeTarget "printing_unittests" */;
358 buildPhases = (
359 4D9362F40F547F94001FD834 /* Sources */,
360 4D9362F50F547F94001FD834 /* Frameworks */,
361 );
362 buildRules = (
363 );
364 dependencies = (
365 4D9363010F547FAE001FD834 /* PBXTargetDependency */,
366 4D9364810F5480A1001FD834 /* PBXTargetDependency */,
367 4D93647F0F5480A0001FD834 /* PBXTargetDependency */,
368 4D9365590F548152001FD834 /* PBXTargetDependency */,
369 4D93649F0F5480E3001FD834 /* PBXTargetDependency */,
370 4D9364A10F5480E3001FD834 /* PBXTargetDependency */,
371 );
372 name = printing_unittests;
373 productName = printing_unittests;
374 productReference = 4D9362F70F547F94001FD834 /* printing_ unittests */;
375 productType = "com.apple.product-type.tool";
376 };
377 /* End PBXNativeTarget section */
378
379 /* Begin PBXProject section */
380 4D9362C00F547ED0001FD834 /* Project object */ = {
381 isa = PBXProject;
382 buildConfigurationList = 4D9362C30F547ED0001FD834 /* Bui ld configuration list for PBXProject "printing" */;
383 compatibilityVersion = "Xcode 3.1";
384 hasScannedForEncodings = 0;
385 mainGroup = 4D9362BE0F547ED0001FD834;
386 productRefGroup = 4D9362EF0F547F73001FD834 /* Products * /;
387 projectDirPath = "";
388 projectReferences = (
389 {
390 ProductGroup = 4D93644C0F54808F001FD834 /* Products */;
391 ProjectRef = 4D93644B0F54808F001FD834 /* base.xcodeproj */;
392 },
393 {
394 ProductGroup = 4D9364790F548099001FD834 /* Products */;
395 ProjectRef = 4D9364780F548099001FD834 /* gtest.xcodeproj */;
396 },
397 {
398 ProductGroup = 4D9364860F5480D3001FD834 /* Products */;
399 ProjectRef = 4D9364850F5480D3001FD834 /* icu.xcodeproj */;
400 },
401 );
402 projectRoot = "";
403 targets = (
404 4D9363030F547FBE001FD834 /* All */,
405 4D9362ED0F547F73001FD834 /* printing */,
406 4D9362F60F547F94001FD834 /* printing_unittests * /,
407 4D93630B0F547FD2001FD834 /* run_printing_unittes ts */,
408 );
409 };
410 /* End PBXProject section */
411
412 /* Begin PBXReferenceProxy section */
413 4D9364730F54808F001FD834 /* libbase.a */ = {
414 isa = PBXReferenceProxy;
415 fileType = archive.ar;
416 path = libbase.a;
417 remoteRef = 4D9364720F54808F001FD834 /* PBXContainerItem Proxy */;
418 sourceTree = BUILT_PRODUCTS_DIR;
419 };
420 4D9364750F54808F001FD834 /* libbase_gfx.a */ = {
421 isa = PBXReferenceProxy;
422 fileType = archive.ar;
423 path = libbase_gfx.a;
424 remoteRef = 4D9364740F54808F001FD834 /* PBXContainerItem Proxy */;
425 sourceTree = BUILT_PRODUCTS_DIR;
426 };
427 4D9364770F54808F001FD834 /* base_unittests */ = {
428 isa = PBXReferenceProxy;
429 fileType = "compiled.mach-o.executable";
430 path = base_unittests;
431 remoteRef = 4D9364760F54808F001FD834 /* PBXContainerItem Proxy */;
432 sourceTree = BUILT_PRODUCTS_DIR;
433 };
434 4D93647D0F548099001FD834 /* libgtest.a */ = {
435 isa = PBXReferenceProxy;
436 fileType = archive.ar;
437 path = libgtest.a;
438 remoteRef = 4D93647C0F548099001FD834 /* PBXContainerItem Proxy */;
439 sourceTree = BUILT_PRODUCTS_DIR;
440 };
441 4D9364910F5480D3001FD834 /* genccode */ = {
442 isa = PBXReferenceProxy;
443 fileType = "compiled.mach-o.executable";
444 path = genccode;
445 remoteRef = 4D9364900F5480D3001FD834 /* PBXContainerItem Proxy */;
446 sourceTree = BUILT_PRODUCTS_DIR;
447 };
448 4D9364930F5480D3001FD834 /* libicudata.a */ = {
449 isa = PBXReferenceProxy;
450 fileType = archive.ar;
451 path = libicudata.a;
452 remoteRef = 4D9364920F5480D3001FD834 /* PBXContainerItem Proxy */;
453 sourceTree = BUILT_PRODUCTS_DIR;
454 };
455 4D9364950F5480D3001FD834 /* libicudata_stub.a */ = {
456 isa = PBXReferenceProxy;
457 fileType = archive.ar;
458 path = libicudata_stub.a;
459 remoteRef = 4D9364940F5480D3001FD834 /* PBXContainerItem Proxy */;
460 sourceTree = BUILT_PRODUCTS_DIR;
461 };
462 4D9364970F5480D3001FD834 /* libicui18n.a */ = {
463 isa = PBXReferenceProxy;
464 fileType = archive.ar;
465 path = libicui18n.a;
466 remoteRef = 4D9364960F5480D3001FD834 /* PBXContainerItem Proxy */;
467 sourceTree = BUILT_PRODUCTS_DIR;
468 };
469 4D9364990F5480D3001FD834 /* libicutu.a */ = {
470 isa = PBXReferenceProxy;
471 fileType = archive.ar;
472 path = libicutu.a;
473 remoteRef = 4D9364980F5480D3001FD834 /* PBXContainerItem Proxy */;
474 sourceTree = BUILT_PRODUCTS_DIR;
475 };
476 4D93649B0F5480D3001FD834 /* libicuuc.a */ = {
477 isa = PBXReferenceProxy;
478 fileType = archive.ar;
479 path = libicuuc.a;
480 remoteRef = 4D93649A0F5480D3001FD834 /* PBXContainerItem Proxy */;
481 sourceTree = BUILT_PRODUCTS_DIR;
482 };
483 4D93649D0F5480D3001FD834 /* icupkg */ = {
484 isa = PBXReferenceProxy;
485 fileType = "compiled.mach-o.executable";
486 path = icupkg;
487 remoteRef = 4D93649C0F5480D3001FD834 /* PBXContainerItem Proxy */;
488 sourceTree = BUILT_PRODUCTS_DIR;
489 };
490 /* End PBXReferenceProxy section */
491
492 /* Begin PBXShellScriptBuildPhase section */
493 4D93630A0F547FD2001FD834 /* ShellScript */ = {
494 isa = PBXShellScriptBuildPhase;
495 buildActionMask = 2147483647;
496 files = (
497 );
498 inputPaths = (
499 );
500 outputPaths = (
501 );
502 runOnlyForDeploymentPostprocessing = 0;
503 shellPath = /bin/sh;
504 shellScript = "set -ex\nRUNNABLE_PRODUCT=$(echo \"${PROD UCT_NAME}\" | sed -e s/^run_//)\nexec \"${BUILT_PRODUCTS_DIR}/${RUNNABLE_PRODUCT }\"\n";
505 showEnvVarsInLog = 0;
506 };
507 /* End PBXShellScriptBuildPhase section */
508
509 /* Begin PBXSourcesBuildPhase section */
510 4D9362EB0F547F73001FD834 /* Sources */ = {
511 isa = PBXSourcesBuildPhase;
512 buildActionMask = 2147483647;
513 files = (
514 4D9362F30F547F80001FD834 /* units.cc in Sources */,
515 );
516 runOnlyForDeploymentPostprocessing = 0;
517 };
518 4D9362F40F547F94001FD834 /* Sources */ = {
519 isa = PBXSourcesBuildPhase;
520 buildActionMask = 2147483647;
521 files = (
522 4D9362FD0F547FA8001FD834 /* run_all_unittests.cc in Sources */,
523 4D9362FE0F547FA8001FD834 /* units_unittest.cc in Sources */,
524 );
525 runOnlyForDeploymentPostprocessing = 0;
526 };
527 /* End PBXSourcesBuildPhase section */
528
529 /* Begin PBXTargetDependency section */
530 4D9363010F547FAE001FD834 /* PBXTargetDependency */ = {
531 isa = PBXTargetDependency;
532 target = 4D9362ED0F547F73001FD834 /* printing */;
533 targetProxy = 4D9363000F547FAE001FD834 /* PBXContainerIt emProxy */;
534 };
535 4D9363070F547FC5001FD834 /* PBXTargetDependency */ = {
536 isa = PBXTargetDependency;
537 target = 4D9362ED0F547F73001FD834 /* printing */;
538 targetProxy = 4D9363060F547FC5001FD834 /* PBXContainerIt emProxy */;
539 };
540 4D9363090F547FC5001FD834 /* PBXTargetDependency */ = {
541 isa = PBXTargetDependency;
542 target = 4D9362F60F547F94001FD834 /* printing_unittests */;
543 targetProxy = 4D9363080F547FC5001FD834 /* PBXContainerIt emProxy */;
544 };
545 4D93647F0F5480A0001FD834 /* PBXTargetDependency */ = {
546 isa = PBXTargetDependency;
547 name = gtest;
548 targetProxy = 4D93647E0F5480A0001FD834 /* PBXContainerIt emProxy */;
549 };
550 4D9364810F5480A1001FD834 /* PBXTargetDependency */ = {
551 isa = PBXTargetDependency;
552 name = base;
553 targetProxy = 4D9364800F5480A1001FD834 /* PBXContainerIt emProxy */;
554 };
555 4D93649F0F5480E3001FD834 /* PBXTargetDependency */ = {
556 isa = PBXTargetDependency;
557 name = icui18n;
558 targetProxy = 4D93649E0F5480E3001FD834 /* PBXContainerIt emProxy */;
559 };
560 4D9364A10F5480E3001FD834 /* PBXTargetDependency */ = {
561 isa = PBXTargetDependency;
562 name = icuuc;
563 targetProxy = 4D9364A00F5480E3001FD834 /* PBXContainerIt emProxy */;
564 };
565 4D9365590F548152001FD834 /* PBXTargetDependency */ = {
566 isa = PBXTargetDependency;
567 name = icudata;
568 targetProxy = 4D9365580F548152001FD834 /* PBXContainerIt emProxy */;
569 };
570 4D9365650F548165001FD834 /* PBXTargetDependency */ = {
571 isa = PBXTargetDependency;
572 target = 4D9362F60F547F94001FD834 /* printing_unittests */;
573 targetProxy = 4D9365640F548165001FD834 /* PBXContainerIt emProxy */;
574 };
575 /* End PBXTargetDependency section */
576
577 /* Begin XCBuildConfiguration section */
578 4D9362C10F547ED0001FD834 /* Debug */ = {
579 isa = XCBuildConfiguration;
580 baseConfigurationReference = 4D9362D30F547F0E001FD834 /* debug.xcconfig */;
581 buildSettings = {
582 HEADER_SEARCH_PATHS = (
583 "$(HEADER_SEARCH_PATHS)",
584 ..,
585 );
586 XCODEPROJ_DEPTH = ..;
587 };
588 name = Debug;
589 };
590 4D9362C20F547ED0001FD834 /* Release */ = {
591 isa = XCBuildConfiguration;
592 baseConfigurationReference = 4D9362D60F547F0E001FD834 /* release.xcconfig */;
593 buildSettings = {
594 HEADER_SEARCH_PATHS = (
595 "$(HEADER_SEARCH_PATHS)",
596 ..,
597 );
598 XCODEPROJ_DEPTH = ..;
599 };
600 name = Release;
601 };
602 4D9362F00F547F74001FD834 /* Debug */ = {
603 isa = XCBuildConfiguration;
604 baseConfigurationReference = 4D9362D70F547F0E001FD834 /* staticlib.xcconfig */;
605 buildSettings = {
606 PRODUCT_NAME = printing;
607 };
608 name = Debug;
609 };
610 4D9362F10F547F74001FD834 /* Release */ = {
611 isa = XCBuildConfiguration;
612 baseConfigurationReference = 4D9362D70F547F0E001FD834 /* staticlib.xcconfig */;
613 buildSettings = {
614 PRODUCT_NAME = printing;
615 };
616 name = Release;
617 };
618 4D9362F90F547F94001FD834 /* Debug */ = {
619 isa = XCBuildConfiguration;
620 baseConfigurationReference = 4D9362D50F547F0E001FD834 /* executable.xcconfig */;
621 buildSettings = {
622 HEADER_SEARCH_PATHS = (
623 "$(HEADER_SEARCH_PATHS)",
624 ../testing/gtest/include,
625 );
626 PRODUCT_NAME = printing_unittests;
627 };
628 name = Debug;
629 };
630 4D9362FA0F547F94001FD834 /* Release */ = {
631 isa = XCBuildConfiguration;
632 baseConfigurationReference = 4D9362D50F547F0E001FD834 /* executable.xcconfig */;
633 buildSettings = {
634 HEADER_SEARCH_PATHS = (
635 "$(HEADER_SEARCH_PATHS)",
636 ../testing/gtest/include,
637 );
638 PRODUCT_NAME = printing_unittests;
639 };
640 name = Release;
641 };
642 4D9363040F547FBE001FD834 /* Debug */ = {
643 isa = XCBuildConfiguration;
644 buildSettings = {
645 COPY_PHASE_STRIP = NO;
646 GCC_DYNAMIC_NO_PIC = NO;
647 GCC_OPTIMIZATION_LEVEL = 0;
648 PRODUCT_NAME = All;
649 };
650 name = Debug;
651 };
652 4D9363050F547FBE001FD834 /* Release */ = {
653 isa = XCBuildConfiguration;
654 buildSettings = {
655 COPY_PHASE_STRIP = YES;
656 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
657 GCC_ENABLE_FIX_AND_CONTINUE = NO;
658 PRODUCT_NAME = All;
659 ZERO_LINK = NO;
660 };
661 name = Release;
662 };
663 4D93630C0F547FD2001FD834 /* Debug */ = {
664 isa = XCBuildConfiguration;
665 buildSettings = {
666 PRODUCT_NAME = run_printing_unittests;
667 };
668 name = Debug;
669 };
670 4D93630D0F547FD2001FD834 /* Release */ = {
671 isa = XCBuildConfiguration;
672 buildSettings = {
673 PRODUCT_NAME = run_printing_unittests;
674 };
675 name = Release;
676 };
677 /* End XCBuildConfiguration section */
678
679 /* Begin XCConfigurationList section */
680 4D9362C30F547ED0001FD834 /* Build configuration list for PBXProj ect "printing" */ = {
681 isa = XCConfigurationList;
682 buildConfigurations = (
683 4D9362C10F547ED0001FD834 /* Debug */,
684 4D9362C20F547ED0001FD834 /* Release */,
685 );
686 defaultConfigurationIsVisible = 0;
687 defaultConfigurationName = Release;
688 };
689 4D9362F20F547F74001FD834 /* Build configuration list for PBXNati veTarget "printing" */ = {
690 isa = XCConfigurationList;
691 buildConfigurations = (
692 4D9362F00F547F74001FD834 /* Debug */,
693 4D9362F10F547F74001FD834 /* Release */,
694 );
695 defaultConfigurationIsVisible = 0;
696 defaultConfigurationName = Release;
697 };
698 4D9362FF0F547FA8001FD834 /* Build configuration list for PBXNati veTarget "printing_unittests" */ = {
699 isa = XCConfigurationList;
700 buildConfigurations = (
701 4D9362F90F547F94001FD834 /* Debug */,
702 4D9362FA0F547F94001FD834 /* Release */,
703 );
704 defaultConfigurationIsVisible = 0;
705 defaultConfigurationName = Release;
706 };
707 4D9363140F547FD7001FD834 /* Build configuration list for PBXAggr egateTarget "All" */ = {
708 isa = XCConfigurationList;
709 buildConfigurations = (
710 4D9363040F547FBE001FD834 /* Debug */,
711 4D9363050F547FBE001FD834 /* Release */,
712 );
713 defaultConfigurationIsVisible = 0;
714 defaultConfigurationName = Release;
715 };
716 4D9363150F547FD7001FD834 /* Build configuration list for PBXAggr egateTarget "run_printing_unittests" */ = {
717 isa = XCConfigurationList;
718 buildConfigurations = (
719 4D93630C0F547FD2001FD834 /* Debug */,
720 4D93630D0F547FD2001FD834 /* Release */,
721 );
722 defaultConfigurationIsVisible = 0;
723 defaultConfigurationName = Release;
724 };
725 /* End XCConfigurationList section */
726 };
727 rootObject = 4D9362C00F547ED0001FD834 /* Project object */;
728 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698