summaryrefslogtreecommitdiffstats
path: root/net/net.xcodeproj/project.pbxproj
blob: 77bec20259c62d54a144761a471c78edecde2453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 44;
	objects = {

/* Begin PBXAggregateTarget section */
		E4AFA6580E52423900201347 /* run net_unittests */ = {
			isa = PBXAggregateTarget;
			buildConfigurationList = E4AFA65D0E52429E00201347 /* Build configuration list for PBXAggregateTarget "run net_unittests" */;
			buildPhases = (
				E4AFA6570E52423900201347 /* ShellScript */,
			);
			dependencies = (
				E4AFA65C0E52424400201347 /* PBXTargetDependency */,
			);
			name = "run net_unittests";
			productName = "Run UnitTests";
		};
/* End PBXAggregateTarget section */

/* Begin PBXBuildFile section */
		E445B2330E424E9B00BEBF85 /* http_proxy_resolver_fixed.cc in Sources */ = {isa = PBXBuildFile; fileRef = E445B2320E424E9B00BEBF85 /* http_proxy_resolver_fixed.cc */; };
		E445B2380E424EDE00BEBF85 /* client_socket_factory.cc in Sources */ = {isa = PBXBuildFile; fileRef = E445B2370E424EDE00BEBF85 /* client_socket_factory.cc */; };
		E445B2B00E425D8D00BEBF85 /* http_connection_manager.cc in Sources */ = {isa = PBXBuildFile; fileRef = E445B2AE0E425D8D00BEBF85 /* http_connection_manager.cc */; };
		E445B2DA0E425F1C00BEBF85 /* mem_backend_impl.cc in Sources */ = {isa = PBXBuildFile; fileRef = E445B2D90E425F1C00BEBF85 /* mem_backend_impl.cc */; };
		E445B2F10E42601D00BEBF85 /* mem_rankings.cc in Sources */ = {isa = PBXBuildFile; fileRef = E445B2EF0E42601D00BEBF85 /* mem_rankings.cc */; };
		E445B2F60E42603F00BEBF85 /* mem_entry_impl.cc in Sources */ = {isa = PBXBuildFile; fileRef = E445B2F40E42603F00BEBF85 /* mem_entry_impl.cc */; };
		E445B2FA0E42605400BEBF85 /* backend_impl.cc in Sources */ = {isa = PBXBuildFile; fileRef = E445B2F90E42605400BEBF85 /* backend_impl.cc */; };
		E445B3120E4262C800BEBF85 /* http_network_transaction.cc in Sources */ = {isa = PBXBuildFile; fileRef = E445B3110E4262C800BEBF85 /* http_network_transaction.cc */; };
		E445B31D0E42634C00BEBF85 /* http_chunked_decoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = E445B31B0E42634C00BEBF85 /* http_chunked_decoder.cc */; };
		E445B32C0E42641800BEBF85 /* upload_data_stream.cc in Sources */ = {isa = PBXBuildFile; fileRef = E445B32B0E42641800BEBF85 /* upload_data_stream.cc */; };
		E445B3340E42658100BEBF85 /* http_connection.cc in Sources */ = {isa = PBXBuildFile; fileRef = E445B3320E42658100BEBF85 /* http_connection.cc */; };
		E445B33A0E4265D200BEBF85 /* address_list.cc in Sources */ = {isa = PBXBuildFile; fileRef = E445B3390E4265D200BEBF85 /* address_list.cc */; };
		E445B3440E42666500BEBF85 /* upload_data.cc in Sources */ = {isa = PBXBuildFile; fileRef = E445B3430E42666500BEBF85 /* upload_data.cc */; };
		E445B3510E4269A500BEBF85 /* host_resolver.cc in Sources */ = {isa = PBXBuildFile; fileRef = E445B3500E4269A500BEBF85 /* host_resolver.cc */; };
		E45063940E4101060025A81A /* url_request_job_manager.cc in Sources */ = {isa = PBXBuildFile; fileRef = E45063920E4101060025A81A /* url_request_job_manager.cc */; };
		E45063C00E4104F20025A81A /* http_vary_data.cc in Sources */ = {isa = PBXBuildFile; fileRef = E45063BF0E4104F20025A81A /* http_vary_data.cc */; };
		E45063C40E4105270025A81A /* cookie_policy.cc in Sources */ = {isa = PBXBuildFile; fileRef = E45063C30E4105270025A81A /* cookie_policy.cc */; };
		E45063C80E4105680025A81A /* http_cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = E45063C70E4105680025A81A /* http_cache.cc */; };
		E493581D0E424D41008F8B09 /* http_network_layer.cc in Sources */ = {isa = PBXBuildFile; fileRef = E45065400E42272E0025A81A /* http_network_layer.cc */; };
		E49358280E424D84008F8B09 /* http_proxy_service.cc in Sources */ = {isa = PBXBuildFile; fileRef = E49358260E424D83008F8B09 /* http_proxy_service.cc */; };
		E4AFA6360E5240B900201347 /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4AFA6330E5240A300201347 /* libgtest.a */; };
		E4AFA6430E5241B400201347 /* run_all_unittests.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4AFA6420E5241B400201347 /* run_all_unittests.cc */; };
		E4AFA6550E5241F700201347 /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4AFA64E0E5241D300201347 /* libbase.a */; };
		E4BA04F10E256FBF00BE02C6 /* auth_cache.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04D60E256FBF00BE02C6 /* auth_cache.cc */; };
		E4BA04F20E256FBF00BE02C6 /* modp_b64.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04D80E256FBF00BE02C6 /* modp_b64.cc */; };
		E4BA04F30E256FBF00BE02C6 /* base64.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04D90E256FBF00BE02C6 /* base64.cc */; };
		E4BA04F40E256FBF00BE02C6 /* bzip2_filter.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04DC0E256FBF00BE02C6 /* bzip2_filter.cc */; };
		E4BA04F50E256FBF00BE02C6 /* cookie_monster.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04DD0E256FBF00BE02C6 /* cookie_monster.cc */; };
		E4BA04F60E256FBF00BE02C6 /* data_url.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04E00E256FBF00BE02C6 /* data_url.cc */; };
		E4BA04F70E256FBF00BE02C6 /* escape.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04E10E256FBF00BE02C6 /* escape.cc */; };
		E4BA04F80E256FBF00BE02C6 /* filter.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04E40E256FBF00BE02C6 /* filter.cc */; };
		E4BA04F90E256FBF00BE02C6 /* gzip_filter.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04E60E256FBF00BE02C6 /* gzip_filter.cc */; };
		E4BA04FA0E256FBF00BE02C6 /* gzip_header.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04E80E256FBF00BE02C6 /* gzip_header.cc */; };
		E4BA04FB0E256FBF00BE02C6 /* net_errors.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04E90E256FBF00BE02C6 /* net_errors.cc */; };
		E4BA04FC0E256FBF00BE02C6 /* net_module.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04EB0E256FBF00BE02C6 /* net_module.cc */; };
		E4BA04FD0E256FBF00BE02C6 /* net_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04EC0E256FBF00BE02C6 /* net_util.cc */; };
		E4BA04FE0E256FBF00BE02C6 /* registry_controlled_domain.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04EE0E256FBF00BE02C6 /* registry_controlled_domain.cc */; };
		E4BA04FF0E256FBF00BE02C6 /* x509_certificate.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04F00E256FBF00BE02C6 /* x509_certificate.cc */; };
		E4BA05050E256FC900BE02C6 /* http_response_headers.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA05010E256FC900BE02C6 /* http_response_headers.cc */; };
		E4BA05060E256FC900BE02C6 /* http_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA05030E256FC900BE02C6 /* http_util.cc */; };
		E4BA05160E256FCE00BE02C6 /* url_request.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA05080E256FCE00BE02C6 /* url_request.cc */; };
		E4BA05170E256FCE00BE02C6 /* url_request_job.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA050B0E256FCE00BE02C6 /* url_request_job.cc */; };
		E4BA05180E256FCE00BE02C6 /* url_request_inet_job_mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = E4BA050D0E256FCE00BE02C6 /* url_request_inet_job_mac.mm */; };
		E4BA05190E256FCE00BE02C6 /* url_request_about_job.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA050E0E256FCE00BE02C6 /* url_request_about_job.cc */; };
		E4BA051A0E256FCE00BE02C6 /* url_request_error_job.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA05100E256FCE00BE02C6 /* url_request_error_job.cc */; };
		E4BA051B0E256FCE00BE02C6 /* url_request_http_cache_job.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA05120E256FCE00BE02C6 /* url_request_http_cache_job.cc */; };
		E4BA051C0E256FCE00BE02C6 /* url_request_job_tracker.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA05140E256FCE00BE02C6 /* url_request_job_tracker.cc */; };
		E4BA05410E25731700BE02C6 /* url_request_view_cache_job.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA05400E25731700BE02C6 /* url_request_view_cache_job.cc */; };
		E4BA05600E2656AC00BE02C6 /* url_request_simple_job.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4BA055E0E2656AC00BE02C6 /* url_request_simple_job.cc */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
		E4AFA6320E5240A300201347 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = E4AFA62E0E5240A300201347 /* gtest.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = D2AAC046055464E500DB518D /* libgtest.a */;
			remoteInfo = gtest;
		};
		E4AFA6340E5240B000201347 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = E4AFA62E0E5240A300201347 /* gtest.xcodeproj */;
			proxyType = 1;
			remoteGlobalIDString = D2AAC045055464E500DB518D /* gtest */;
			remoteInfo = gtest;
		};
		E4AFA64D0E5241D300201347 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = E4AFA6450E5241D300201347 /* base.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = 825402BB0D92D0FA0006B936 /* libbase.a */;
			remoteInfo = base;
		};
		E4AFA64F0E5241D300201347 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = E4AFA6450E5241D300201347 /* base.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = 825403B10D92D2E50006B936 /* libbase_gfx.a */;
			remoteInfo = base_gfx;
		};
		E4AFA6510E5241D300201347 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = E4AFA6450E5241D300201347 /* base.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = E49F18BF0E4CBAC200386AEC /* UnitTest */;
			remoteInfo = UnitTest;
		};
		E4AFA6530E5241E100201347 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = E4AFA6450E5241D300201347 /* base.xcodeproj */;
			proxyType = 1;
			remoteGlobalIDString = 825402BA0D92D0FA0006B936 /* base */;
			remoteInfo = base;
		};
		E4AFA65B0E52424400201347 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = E4AFA6220E523E2900201347 /* UnitTests */;
			remoteInfo = UnitTests;
		};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
		E445B2310E424E9B00BEBF85 /* http_proxy_resolver_fixed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = http_proxy_resolver_fixed.h; path = http/http_proxy_resolver_fixed.h; sourceTree = "<group>"; };
		E445B2320E424E9B00BEBF85 /* http_proxy_resolver_fixed.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = http_proxy_resolver_fixed.cc; path = http/http_proxy_resolver_fixed.cc; sourceTree = "<group>"; };
		E445B2360E424EDE00BEBF85 /* client_socket_factory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = client_socket_factory.h; path = base/client_socket_factory.h; sourceTree = "<group>"; };
		E445B2370E424EDE00BEBF85 /* client_socket_factory.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = client_socket_factory.cc; path = base/client_socket_factory.cc; sourceTree = "<group>"; };
		E445B2AE0E425D8D00BEBF85 /* http_connection_manager.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = http_connection_manager.cc; path = http/http_connection_manager.cc; sourceTree = "<group>"; };
		E445B2AF0E425D8D00BEBF85 /* http_connection_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = http_connection_manager.h; path = http/http_connection_manager.h; sourceTree = "<group>"; };
		E445B2D80E425F1C00BEBF85 /* mem_backend_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mem_backend_impl.h; path = disk_cache/mem_backend_impl.h; sourceTree = "<group>"; };
		E445B2D90E425F1C00BEBF85 /* mem_backend_impl.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mem_backend_impl.cc; path = disk_cache/mem_backend_impl.cc; sourceTree = "<group>"; };
		E445B2EF0E42601D00BEBF85 /* mem_rankings.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mem_rankings.cc; path = disk_cache/mem_rankings.cc; sourceTree = "<group>"; };
		E445B2F00E42601D00BEBF85 /* mem_rankings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mem_rankings.h; path = disk_cache/mem_rankings.h; sourceTree = "<group>"; };
		E445B2F40E42603F00BEBF85 /* mem_entry_impl.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mem_entry_impl.cc; path = disk_cache/mem_entry_impl.cc; sourceTree = "<group>"; };
		E445B2F50E42603F00BEBF85 /* mem_entry_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mem_entry_impl.h; path = disk_cache/mem_entry_impl.h; sourceTree = "<group>"; };
		E445B2F80E42605400BEBF85 /* backend_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = backend_impl.h; path = disk_cache/backend_impl.h; sourceTree = "<group>"; };
		E445B2F90E42605400BEBF85 /* backend_impl.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = backend_impl.cc; path = disk_cache/backend_impl.cc; sourceTree = "<group>"; };
		E445B3100E4262C800BEBF85 /* http_network_transaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = http_network_transaction.h; path = http/http_network_transaction.h; sourceTree = "<group>"; };
		E445B3110E4262C800BEBF85 /* http_network_transaction.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = http_network_transaction.cc; path = http/http_network_transaction.cc; sourceTree = "<group>"; };
		E445B31B0E42634C00BEBF85 /* http_chunked_decoder.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = http_chunked_decoder.cc; path = http/http_chunked_decoder.cc; sourceTree = "<group>"; };
		E445B31C0E42634C00BEBF85 /* http_chunked_decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = http_chunked_decoder.h; path = http/http_chunked_decoder.h; sourceTree = "<group>"; };
		E445B32A0E42641800BEBF85 /* upload_data_stream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = upload_data_stream.h; path = base/upload_data_stream.h; sourceTree = "<group>"; };
		E445B32B0E42641800BEBF85 /* upload_data_stream.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = upload_data_stream.cc; path = base/upload_data_stream.cc; sourceTree = "<group>"; };
		E445B3320E42658100BEBF85 /* http_connection.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = http_connection.cc; path = http/http_connection.cc; sourceTree = "<group>"; };
		E445B3330E42658100BEBF85 /* http_connection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = http_connection.h; path = http/http_connection.h; sourceTree = "<group>"; };
		E445B3380E4265D200BEBF85 /* address_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = address_list.h; path = base/address_list.h; sourceTree = "<group>"; };
		E445B3390E4265D200BEBF85 /* address_list.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = address_list.cc; path = base/address_list.cc; sourceTree = "<group>"; };
		E445B3420E42666500BEBF85 /* upload_data.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = upload_data.h; path = base/upload_data.h; sourceTree = "<group>"; };
		E445B3430E42666500BEBF85 /* upload_data.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = upload_data.cc; path = base/upload_data.cc; sourceTree = "<group>"; };
		E445B34F0E4269A500BEBF85 /* host_resolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = host_resolver.h; path = base/host_resolver.h; sourceTree = "<group>"; };
		E445B3500E4269A500BEBF85 /* host_resolver.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = host_resolver.cc; path = base/host_resolver.cc; sourceTree = "<group>"; };
		E45063920E4101060025A81A /* url_request_job_manager.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = url_request_job_manager.cc; path = url_request/url_request_job_manager.cc; sourceTree = "<group>"; };
		E45063930E4101060025A81A /* url_request_job_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = url_request_job_manager.h; path = url_request/url_request_job_manager.h; sourceTree = "<group>"; };
		E45063BE0E4104F20025A81A /* http_vary_data.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = http_vary_data.h; path = http/http_vary_data.h; sourceTree = "<group>"; };
		E45063BF0E4104F20025A81A /* http_vary_data.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = http_vary_data.cc; path = http/http_vary_data.cc; sourceTree = "<group>"; };
		E45063C20E4105270025A81A /* cookie_policy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cookie_policy.h; path = base/cookie_policy.h; sourceTree = "<group>"; };
		E45063C30E4105270025A81A /* cookie_policy.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cookie_policy.cc; path = base/cookie_policy.cc; sourceTree = "<group>"; };
		E45063C60E4105680025A81A /* http_cache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = http_cache.h; path = http/http_cache.h; sourceTree = "<group>"; };
		E45063C70E4105680025A81A /* http_cache.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = http_cache.cc; path = http/http_cache.cc; sourceTree = "<group>"; };
		E450653F0E42272E0025A81A /* http_network_layer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = http_network_layer.h; path = http/http_network_layer.h; sourceTree = "<group>"; };
		E45065400E42272E0025A81A /* http_network_layer.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = http_network_layer.cc; path = http/http_network_layer.cc; sourceTree = "<group>"; };
		E49358260E424D83008F8B09 /* http_proxy_service.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = http_proxy_service.cc; path = http/http_proxy_service.cc; sourceTree = "<group>"; };
		E49358270E424D84008F8B09 /* http_proxy_service.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = http_proxy_service.h; path = http/http_proxy_service.h; sourceTree = "<group>"; };
		E4AFA6230E523E2900201347 /* UnitTests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = UnitTests; sourceTree = BUILT_PRODUCTS_DIR; };
		E4AFA62E0E5240A300201347 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = gtest.xcodeproj; path = ../testing/gtest.xcodeproj; sourceTree = SOURCE_ROOT; };
		E4AFA6420E5241B400201347 /* run_all_unittests.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = run_all_unittests.cc; path = ../base/run_all_unittests.cc; sourceTree = SOURCE_ROOT; };
		E4AFA6450E5241D300201347 /* base.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = base.xcodeproj; path = ../base/base.xcodeproj; sourceTree = SOURCE_ROOT; };
		E4BA04540E25613300BE02C6 /* libnetlib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libnetlib.a; sourceTree = BUILT_PRODUCTS_DIR; };
		E4BA04D50E256FBF00BE02C6 /* auth_cache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = auth_cache.h; path = base/auth_cache.h; sourceTree = "<group>"; };
		E4BA04D60E256FBF00BE02C6 /* auth_cache.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = auth_cache.cc; path = base/auth_cache.cc; sourceTree = "<group>"; };
		E4BA04D70E256FBF00BE02C6 /* modp_b64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = modp_b64.h; path = ../third_party/modp_b64/modp_b64.h; sourceTree = SOURCE_ROOT; };
		E4BA04D80E256FBF00BE02C6 /* modp_b64.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = modp_b64.cc; path = ../third_party/modp_b64/modp_b64.cc; sourceTree = SOURCE_ROOT; };
		E4BA04D90E256FBF00BE02C6 /* base64.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = base64.cc; path = base/base64.cc; sourceTree = "<group>"; };
		E4BA04DA0E256FBF00BE02C6 /* base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = base64.h; path = base/base64.h; sourceTree = "<group>"; };
		E4BA04DB0E256FBF00BE02C6 /* bzip2_filter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bzip2_filter.h; path = base/bzip2_filter.h; sourceTree = "<group>"; };
		E4BA04DC0E256FBF00BE02C6 /* bzip2_filter.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bzip2_filter.cc; path = base/bzip2_filter.cc; sourceTree = "<group>"; };
		E4BA04DD0E256FBF00BE02C6 /* cookie_monster.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cookie_monster.cc; path = base/cookie_monster.cc; sourceTree = "<group>"; };
		E4BA04DE0E256FBF00BE02C6 /* cookie_monster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cookie_monster.h; path = base/cookie_monster.h; sourceTree = "<group>"; };
		E4BA04DF0E256FBF00BE02C6 /* data_url.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = data_url.h; path = base/data_url.h; sourceTree = "<group>"; };
		E4BA04E00E256FBF00BE02C6 /* data_url.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = data_url.cc; path = base/data_url.cc; sourceTree = "<group>"; };
		E4BA04E10E256FBF00BE02C6 /* escape.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = escape.cc; path = base/escape.cc; sourceTree = "<group>"; };
		E4BA04E20E256FBF00BE02C6 /* escape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = escape.h; path = base/escape.h; sourceTree = "<group>"; };
		E4BA04E30E256FBF00BE02C6 /* filter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = filter.h; path = base/filter.h; sourceTree = "<group>"; };
		E4BA04E40E256FBF00BE02C6 /* filter.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filter.cc; path = base/filter.cc; sourceTree = "<group>"; };
		E4BA04E50E256FBF00BE02C6 /* gzip_header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gzip_header.h; path = base/gzip_header.h; sourceTree = "<group>"; };
		E4BA04E60E256FBF00BE02C6 /* gzip_filter.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gzip_filter.cc; path = base/gzip_filter.cc; sourceTree = "<group>"; };
		E4BA04E70E256FBF00BE02C6 /* gzip_filter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gzip_filter.h; path = base/gzip_filter.h; sourceTree = "<group>"; };
		E4BA04E80E256FBF00BE02C6 /* gzip_header.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gzip_header.cc; path = base/gzip_header.cc; sourceTree = "<group>"; };
		E4BA04E90E256FBF00BE02C6 /* net_errors.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = net_errors.cc; path = base/net_errors.cc; sourceTree = "<group>"; };
		E4BA04EA0E256FBF00BE02C6 /* net_module.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = net_module.h; path = base/net_module.h; sourceTree = "<group>"; };
		E4BA04EB0E256FBF00BE02C6 /* net_module.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = net_module.cc; path = base/net_module.cc; sourceTree = "<group>"; };
		E4BA04EC0E256FBF00BE02C6 /* net_util.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = net_util.cc; path = base/net_util.cc; sourceTree = "<group>"; };
		E4BA04ED0E256FBF00BE02C6 /* registry_controlled_domain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = registry_controlled_domain.h; path = base/registry_controlled_domain.h; sourceTree = "<group>"; };
		E4BA04EE0E256FBF00BE02C6 /* registry_controlled_domain.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = registry_controlled_domain.cc; path = base/registry_controlled_domain.cc; sourceTree = "<group>"; };
		E4BA04EF0E256FBF00BE02C6 /* x509_certificate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = x509_certificate.h; path = base/x509_certificate.h; sourceTree = "<group>"; };
		E4BA04F00E256FBF00BE02C6 /* x509_certificate.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = x509_certificate.cc; path = base/x509_certificate.cc; sourceTree = "<group>"; };
		E4BA05010E256FC900BE02C6 /* http_response_headers.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = http_response_headers.cc; path = http/http_response_headers.cc; sourceTree = "<group>"; };
		E4BA05020E256FC900BE02C6 /* http_response_headers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = http_response_headers.h; path = http/http_response_headers.h; sourceTree = "<group>"; };
		E4BA05030E256FC900BE02C6 /* http_util.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = http_util.cc; path = http/http_util.cc; sourceTree = "<group>"; };
		E4BA05040E256FC900BE02C6 /* http_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = http_util.h; path = http/http_util.h; sourceTree = "<group>"; };
		E4BA05080E256FCE00BE02C6 /* url_request.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = url_request.cc; path = url_request/url_request.cc; sourceTree = "<group>"; };
		E4BA05090E256FCE00BE02C6 /* url_request.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = url_request.h; path = url_request/url_request.h; sourceTree = "<group>"; };
		E4BA050A0E256FCE00BE02C6 /* url_request_job.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = url_request_job.h; path = url_request/url_request_job.h; sourceTree = "<group>"; };
		E4BA050B0E256FCE00BE02C6 /* url_request_job.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = url_request_job.cc; path = url_request/url_request_job.cc; sourceTree = "<group>"; };
		E4BA050C0E256FCE00BE02C6 /* url_request_inet_job_mac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = url_request_inet_job_mac.h; path = url_request/url_request_inet_job_mac.h; sourceTree = "<group>"; };
		E4BA050D0E256FCE00BE02C6 /* url_request_inet_job_mac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = url_request_inet_job_mac.mm; path = url_request/url_request_inet_job_mac.mm; sourceTree = "<group>"; };
		E4BA050E0E256FCE00BE02C6 /* url_request_about_job.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = url_request_about_job.cc; path = url_request/url_request_about_job.cc; sourceTree = "<group>"; };
		E4BA050F0E256FCE00BE02C6 /* url_request_about_job.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = url_request_about_job.h; path = url_request/url_request_about_job.h; sourceTree = "<group>"; };
		E4BA05100E256FCE00BE02C6 /* url_request_error_job.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = url_request_error_job.cc; path = url_request/url_request_error_job.cc; sourceTree = "<group>"; };
		E4BA05110E256FCE00BE02C6 /* url_request_error_job.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = url_request_error_job.h; path = url_request/url_request_error_job.h; sourceTree = "<group>"; };
		E4BA05120E256FCE00BE02C6 /* url_request_http_cache_job.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = url_request_http_cache_job.cc; path = url_request/url_request_http_cache_job.cc; sourceTree = "<group>"; };
		E4BA05130E256FCE00BE02C6 /* url_request_http_cache_job.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = url_request_http_cache_job.h; path = url_request/url_request_http_cache_job.h; sourceTree = "<group>"; };
		E4BA05140E256FCE00BE02C6 /* url_request_job_tracker.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = url_request_job_tracker.cc; path = url_request/url_request_job_tracker.cc; sourceTree = "<group>"; };
		E4BA05150E256FCE00BE02C6 /* url_request_job_tracker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = url_request_job_tracker.h; path = url_request/url_request_job_tracker.h; sourceTree = "<group>"; };
		E4BA053F0E25731700BE02C6 /* url_request_view_cache_job.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = url_request_view_cache_job.h; path = url_request/url_request_view_cache_job.h; sourceTree = "<group>"; };
		E4BA05400E25731700BE02C6 /* url_request_view_cache_job.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = url_request_view_cache_job.cc; path = url_request/url_request_view_cache_job.cc; sourceTree = "<group>"; };
		E4BA055E0E2656AC00BE02C6 /* url_request_simple_job.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = url_request_simple_job.cc; path = url_request/url_request_simple_job.cc; sourceTree = "<group>"; };
		E4BA055F0E2656AC00BE02C6 /* url_request_simple_job.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = url_request_simple_job.h; path = url_request/url_request_simple_job.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		D289987405E68DCB004EDB86 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		E4AFA6210E523E2900201347 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				E4AFA6550E5241F700201347 /* libbase.a in Frameworks */,
				E4AFA6360E5240B900201347 /* libgtest.a in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		08FB7794FE84155DC02AAC07 /* zlib */ = {
			isa = PBXGroup;
			children = (
				E4BA04D40E256FBF00BE02C6 /* base */,
				E4BA05000E256FC900BE02C6 /* http */,
				E445B2C30E425F0900BEBF85 /* disk_cache */,
				E4BA05070E256FCE00BE02C6 /* url_request */,
				E4AFA62D0E52409300201347 /* Frameworks */,
				1AB674ADFE9D54B511CA2CBB /* Products */,
				E4AFA6420E5241B400201347 /* run_all_unittests.cc */,
			);
			name = zlib;
			sourceTree = "<group>";
		};
		1AB674ADFE9D54B511CA2CBB /* Products */ = {
			isa = PBXGroup;
			children = (
				E4BA04540E25613300BE02C6 /* libnetlib.a */,
				E4AFA6230E523E2900201347 /* UnitTests */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		E445B2C30E425F0900BEBF85 /* disk_cache */ = {
			isa = PBXGroup;
			children = (
				E445B2F80E42605400BEBF85 /* backend_impl.h */,
				E445B2F90E42605400BEBF85 /* backend_impl.cc */,
				E445B2D80E425F1C00BEBF85 /* mem_backend_impl.h */,
				E445B2D90E425F1C00BEBF85 /* mem_backend_impl.cc */,
				E445B2F40E42603F00BEBF85 /* mem_entry_impl.cc */,
				E445B2F50E42603F00BEBF85 /* mem_entry_impl.h */,
				E445B2EF0E42601D00BEBF85 /* mem_rankings.cc */,
				E445B2F00E42601D00BEBF85 /* mem_rankings.h */,
			);
			name = disk_cache;
			sourceTree = "<group>";
		};
		E4AFA62D0E52409300201347 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				E4AFA6450E5241D300201347 /* base.xcodeproj */,
				E4AFA62E0E5240A300201347 /* gtest.xcodeproj */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		E4AFA62F0E5240A300201347 /* Products */ = {
			isa = PBXGroup;
			children = (
				E4AFA6330E5240A300201347 /* libgtest.a */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		E4AFA6460E5241D300201347 /* Products */ = {
			isa = PBXGroup;
			children = (
				E4AFA64E0E5241D300201347 /* libbase.a */,
				E4AFA6500E5241D300201347 /* libbase_gfx.a */,
				E4AFA6520E5241D300201347 /* UnitTest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		E4BA04D40E256FBF00BE02C6 /* base */ = {
			isa = PBXGroup;
			children = (
				E445B3380E4265D200BEBF85 /* address_list.h */,
				E445B3390E4265D200BEBF85 /* address_list.cc */,
				E4BA04D50E256FBF00BE02C6 /* auth_cache.h */,
				E4BA04D60E256FBF00BE02C6 /* auth_cache.cc */,
				E45063C20E4105270025A81A /* cookie_policy.h */,
				E45063C30E4105270025A81A /* cookie_policy.cc */,
				E445B34F0E4269A500BEBF85 /* host_resolver.h */,
				E445B3500E4269A500BEBF85 /* host_resolver.cc */,
				E4BA04D70E256FBF00BE02C6 /* modp_b64.h */,
				E4BA04D80E256FBF00BE02C6 /* modp_b64.cc */,
				E4BA04D90E256FBF00BE02C6 /* base64.cc */,
				E4BA04DA0E256FBF00BE02C6 /* base64.h */,
				E4BA04DB0E256FBF00BE02C6 /* bzip2_filter.h */,
				E4BA04DC0E256FBF00BE02C6 /* bzip2_filter.cc */,
				E445B2360E424EDE00BEBF85 /* client_socket_factory.h */,
				E445B2370E424EDE00BEBF85 /* client_socket_factory.cc */,
				E4BA04DD0E256FBF00BE02C6 /* cookie_monster.cc */,
				E4BA04DE0E256FBF00BE02C6 /* cookie_monster.h */,
				E4BA04DF0E256FBF00BE02C6 /* data_url.h */,
				E4BA04E00E256FBF00BE02C6 /* data_url.cc */,
				E4BA04E10E256FBF00BE02C6 /* escape.cc */,
				E4BA04E20E256FBF00BE02C6 /* escape.h */,
				E4BA04E30E256FBF00BE02C6 /* filter.h */,
				E4BA04E40E256FBF00BE02C6 /* filter.cc */,
				E4BA04E50E256FBF00BE02C6 /* gzip_header.h */,
				E4BA04E60E256FBF00BE02C6 /* gzip_filter.cc */,
				E4BA04E70E256FBF00BE02C6 /* gzip_filter.h */,
				E4BA04E80E256FBF00BE02C6 /* gzip_header.cc */,
				E4BA04E90E256FBF00BE02C6 /* net_errors.cc */,
				E4BA04EA0E256FBF00BE02C6 /* net_module.h */,
				E4BA04EB0E256FBF00BE02C6 /* net_module.cc */,
				E4BA04EC0E256FBF00BE02C6 /* net_util.cc */,
				E4BA04ED0E256FBF00BE02C6 /* registry_controlled_domain.h */,
				E4BA04EE0E256FBF00BE02C6 /* registry_controlled_domain.cc */,
				E445B3420E42666500BEBF85 /* upload_data.h */,
				E445B3430E42666500BEBF85 /* upload_data.cc */,
				E445B32A0E42641800BEBF85 /* upload_data_stream.h */,
				E445B32B0E42641800BEBF85 /* upload_data_stream.cc */,
				E4BA04EF0E256FBF00BE02C6 /* x509_certificate.h */,
				E4BA04F00E256FBF00BE02C6 /* x509_certificate.cc */,
			);
			name = base;
			sourceTree = "<group>";
		};
		E4BA05000E256FC900BE02C6 /* http */ = {
			isa = PBXGroup;
			children = (
				E45063C60E4105680025A81A /* http_cache.h */,
				E45063C70E4105680025A81A /* http_cache.cc */,
				E445B31B0E42634C00BEBF85 /* http_chunked_decoder.cc */,
				E445B31C0E42634C00BEBF85 /* http_chunked_decoder.h */,
				E445B3320E42658100BEBF85 /* http_connection.cc */,
				E445B3330E42658100BEBF85 /* http_connection.h */,
				E445B2AE0E425D8D00BEBF85 /* http_connection_manager.cc */,
				E445B2AF0E425D8D00BEBF85 /* http_connection_manager.h */,
				E450653F0E42272E0025A81A /* http_network_layer.h */,
				E45065400E42272E0025A81A /* http_network_layer.cc */,
				E445B3100E4262C800BEBF85 /* http_network_transaction.h */,
				E445B3110E4262C800BEBF85 /* http_network_transaction.cc */,
				E445B2310E424E9B00BEBF85 /* http_proxy_resolver_fixed.h */,
				E445B2320E424E9B00BEBF85 /* http_proxy_resolver_fixed.cc */,
				E49358260E424D83008F8B09 /* http_proxy_service.cc */,
				E49358270E424D84008F8B09 /* http_proxy_service.h */,
				E4BA05010E256FC900BE02C6 /* http_response_headers.cc */,
				E4BA05020E256FC900BE02C6 /* http_response_headers.h */,
				E4BA05030E256FC900BE02C6 /* http_util.cc */,
				E4BA05040E256FC900BE02C6 /* http_util.h */,
				E45063BE0E4104F20025A81A /* http_vary_data.h */,
				E45063BF0E4104F20025A81A /* http_vary_data.cc */,
			);
			name = http;
			sourceTree = "<group>";
		};
		E4BA05070E256FCE00BE02C6 /* url_request */ = {
			isa = PBXGroup;
			children = (
				E4BA05080E256FCE00BE02C6 /* url_request.cc */,
				E4BA05090E256FCE00BE02C6 /* url_request.h */,
				E4BA050A0E256FCE00BE02C6 /* url_request_job.h */,
				E4BA050B0E256FCE00BE02C6 /* url_request_job.cc */,
				E4BA050C0E256FCE00BE02C6 /* url_request_inet_job_mac.h */,
				E4BA050D0E256FCE00BE02C6 /* url_request_inet_job_mac.mm */,
				E4BA050E0E256FCE00BE02C6 /* url_request_about_job.cc */,
				E4BA050F0E256FCE00BE02C6 /* url_request_about_job.h */,
				E4BA05100E256FCE00BE02C6 /* url_request_error_job.cc */,
				E4BA05110E256FCE00BE02C6 /* url_request_error_job.h */,
				E4BA05120E256FCE00BE02C6 /* url_request_http_cache_job.cc */,
				E4BA05130E256FCE00BE02C6 /* url_request_http_cache_job.h */,
				E45063920E4101060025A81A /* url_request_job_manager.cc */,
				E45063930E4101060025A81A /* url_request_job_manager.h */,
				E4BA05140E256FCE00BE02C6 /* url_request_job_tracker.cc */,
				E4BA05150E256FCE00BE02C6 /* url_request_job_tracker.h */,
				E4BA055E0E2656AC00BE02C6 /* url_request_simple_job.cc */,
				E4BA055F0E2656AC00BE02C6 /* url_request_simple_job.h */,
				E4BA053F0E25731700BE02C6 /* url_request_view_cache_job.h */,
				E4BA05400E25731700BE02C6 /* url_request_view_cache_job.cc */,
			);
			name = url_request;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		D2AAC045055464E500DB518D /* netlib */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "netlib" */;
			buildPhases = (
				D2AAC044055464E500DB518D /* Sources */,
				D289987405E68DCB004EDB86 /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = netlib;
			productName = zlib;
			productReference = E4BA04540E25613300BE02C6 /* libnetlib.a */;
			productType = "com.apple.product-type.library.static";
		};
		E4AFA6220E523E2900201347 /* net_unittests */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = E4AFA6270E523E4800201347 /* Build configuration list for PBXNativeTarget "net_unittests" */;
			buildPhases = (
				E4AFA6200E523E2900201347 /* Sources */,
				E4AFA6210E523E2900201347 /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
				E4AFA6350E5240B000201347 /* PBXTargetDependency */,
				E4AFA6540E5241E100201347 /* PBXTargetDependency */,
			);
			name = net_unittests;
			productName = UnitTests;
			productReference = E4AFA6230E523E2900201347 /* UnitTests */;
			productType = "com.apple.product-type.tool";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		08FB7793FE84155DC02AAC07 /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "net" */;
			compatibilityVersion = "Xcode 3.0";
			hasScannedForEncodings = 1;
			mainGroup = 08FB7794FE84155DC02AAC07 /* zlib */;
			projectDirPath = "";
			projectReferences = (
				{
					ProductGroup = E4AFA6460E5241D300201347 /* Products */;
					ProjectRef = E4AFA6450E5241D300201347 /* base.xcodeproj */;
				},
				{
					ProductGroup = E4AFA62F0E5240A300201347 /* Products */;
					ProjectRef = E4AFA62E0E5240A300201347 /* gtest.xcodeproj */;
				},
			);
			projectRoot = "";
			targets = (
				D2AAC045055464E500DB518D /* netlib */,
				E4AFA6220E523E2900201347 /* net_unittests */,
				E4AFA6580E52423900201347 /* run net_unittests */,
			);
		};
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
		E4AFA6330E5240A300201347 /* libgtest.a */ = {
			isa = PBXReferenceProxy;
			fileType = archive.ar;
			path = libgtest.a;
			remoteRef = E4AFA6320E5240A300201347 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		E4AFA64E0E5241D300201347 /* libbase.a */ = {
			isa = PBXReferenceProxy;
			fileType = archive.ar;
			path = libbase.a;
			remoteRef = E4AFA64D0E5241D300201347 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		E4AFA6500E5241D300201347 /* libbase_gfx.a */ = {
			isa = PBXReferenceProxy;
			fileType = archive.ar;
			path = libbase_gfx.a;
			remoteRef = E4AFA64F0E5241D300201347 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		E4AFA6520E5241D300201347 /* UnitTest */ = {
			isa = PBXReferenceProxy;
			fileType = "compiled.mach-o.executable";
			path = UnitTest;
			remoteRef = E4AFA6510E5241D300201347 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
/* End PBXReferenceProxy section */

/* Begin PBXShellScriptBuildPhase section */
		E4AFA6570E52423900201347 /* ShellScript */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "# automatically run the test we just built\n${BUILT_PRODUCTS_DIR}/UnitTest\n";
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		D2AAC044055464E500DB518D /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				E4BA04F10E256FBF00BE02C6 /* auth_cache.cc in Sources */,
				E4BA04F20E256FBF00BE02C6 /* modp_b64.cc in Sources */,
				E4BA04F30E256FBF00BE02C6 /* base64.cc in Sources */,
				E4BA04F40E256FBF00BE02C6 /* bzip2_filter.cc in Sources */,
				E4BA04F50E256FBF00BE02C6 /* cookie_monster.cc in Sources */,
				E4BA04F60E256FBF00BE02C6 /* data_url.cc in Sources */,
				E4BA04F70E256FBF00BE02C6 /* escape.cc in Sources */,
				E4BA04F80E256FBF00BE02C6 /* filter.cc in Sources */,
				E4BA04F90E256FBF00BE02C6 /* gzip_filter.cc in Sources */,
				E4BA04FA0E256FBF00BE02C6 /* gzip_header.cc in Sources */,
				E4BA04FB0E256FBF00BE02C6 /* net_errors.cc in Sources */,
				E4BA04FC0E256FBF00BE02C6 /* net_module.cc in Sources */,
				E4BA04FD0E256FBF00BE02C6 /* net_util.cc in Sources */,
				E4BA04FE0E256FBF00BE02C6 /* registry_controlled_domain.cc in Sources */,
				E4BA04FF0E256FBF00BE02C6 /* x509_certificate.cc in Sources */,
				E4BA05050E256FC900BE02C6 /* http_response_headers.cc in Sources */,
				E4BA05060E256FC900BE02C6 /* http_util.cc in Sources */,
				E4BA05160E256FCE00BE02C6 /* url_request.cc in Sources */,
				E4BA05170E256FCE00BE02C6 /* url_request_job.cc in Sources */,
				E4BA05180E256FCE00BE02C6 /* url_request_inet_job_mac.mm in Sources */,
				E4BA05190E256FCE00BE02C6 /* url_request_about_job.cc in Sources */,
				E4BA051A0E256FCE00BE02C6 /* url_request_error_job.cc in Sources */,
				E4BA051B0E256FCE00BE02C6 /* url_request_http_cache_job.cc in Sources */,
				E4BA051C0E256FCE00BE02C6 /* url_request_job_tracker.cc in Sources */,
				E4BA05410E25731700BE02C6 /* url_request_view_cache_job.cc in Sources */,
				E4BA05600E2656AC00BE02C6 /* url_request_simple_job.cc in Sources */,
				E45063940E4101060025A81A /* url_request_job_manager.cc in Sources */,
				E45063C00E4104F20025A81A /* http_vary_data.cc in Sources */,
				E45063C40E4105270025A81A /* cookie_policy.cc in Sources */,
				E45063C80E4105680025A81A /* http_cache.cc in Sources */,
				E493581D0E424D41008F8B09 /* http_network_layer.cc in Sources */,
				E49358280E424D84008F8B09 /* http_proxy_service.cc in Sources */,
				E445B2330E424E9B00BEBF85 /* http_proxy_resolver_fixed.cc in Sources */,
				E445B2380E424EDE00BEBF85 /* client_socket_factory.cc in Sources */,
				E445B2B00E425D8D00BEBF85 /* http_connection_manager.cc in Sources */,
				E445B2DA0E425F1C00BEBF85 /* mem_backend_impl.cc in Sources */,
				E445B2F10E42601D00BEBF85 /* mem_rankings.cc in Sources */,
				E445B2F60E42603F00BEBF85 /* mem_entry_impl.cc in Sources */,
				E445B2FA0E42605400BEBF85 /* backend_impl.cc in Sources */,
				E445B3120E4262C800BEBF85 /* http_network_transaction.cc in Sources */,
				E445B31D0E42634C00BEBF85 /* http_chunked_decoder.cc in Sources */,
				E445B32C0E42641800BEBF85 /* upload_data_stream.cc in Sources */,
				E445B3340E42658100BEBF85 /* http_connection.cc in Sources */,
				E445B33A0E4265D200BEBF85 /* address_list.cc in Sources */,
				E445B3440E42666500BEBF85 /* upload_data.cc in Sources */,
				E445B3510E4269A500BEBF85 /* host_resolver.cc in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		E4AFA6200E523E2900201347 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				E4AFA6430E5241B400201347 /* run_all_unittests.cc in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
		E4AFA6350E5240B000201347 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			name = gtest;
			targetProxy = E4AFA6340E5240B000201347 /* PBXContainerItemProxy */;
		};
		E4AFA6540E5241E100201347 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			name = base;
			targetProxy = E4AFA6530E5241E100201347 /* PBXContainerItemProxy */;
		};
		E4AFA65C0E52424400201347 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = E4AFA6220E523E2900201347 /* net_unittests */;
			targetProxy = E4AFA65B0E52424400201347 /* PBXContainerItemProxy */;
		};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
		1DEB91EC08733DB70010E9CD /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = NO;
				GCC_ENABLE_OBJC_GC = supported;
				GCC_OPTIMIZATION_LEVEL = 0;
				HEADER_SEARCH_PATHS = (
					"$(SRCROOT)",
					..,
					"$(SRCROOT)/../third_party/icu38/public/i18n",
					"$(SRCROOT)/../third_party/icu38/public/common",
				);
				PRODUCT_NAME = netlib;
			};
			name = Debug;
		};
		1DEB91ED08733DB70010E9CD /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				GCC_ENABLE_OBJC_GC = supported;
				GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
				HEADER_SEARCH_PATHS = (
					"$(SRCROOT)",
					..,
					"$(SRCROOT)/../third_party/icu38/public/i18n",
					"$(SRCROOT)/../third_party/icu38/public/common",
				);
				PRODUCT_NAME = netlib;
			};
			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;
			};
			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;
			};
			name = Release;
		};
		E4AFA6250E523E2A00201347 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COPY_PHASE_STRIP = NO;
				GCC_PREPROCESSOR_DEFINITIONS = (
					DEBUG,
					UNIT_TEST,
				);
				HEADER_SEARCH_PATHS = (
					..,
					../testing/gtest/include,
					../testing/gtest/include/gtest,
				);
				INSTALL_PATH = /usr/local/bin;
				PRODUCT_NAME = UnitTests;
			};
			name = Debug;
		};
		E4AFA6260E523E2A00201347 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COPY_PHASE_STRIP = YES;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				GCC_PREPROCESSOR_DEFINITIONS = (
					NDEBUG,
					UNIT_TEST,
				);
				HEADER_SEARCH_PATHS = (
					..,
					../testing/gtest/include,
					../testing/gtest/include/gtest,
				);
				INSTALL_PATH = /usr/local/bin;
				PRODUCT_NAME = UnitTests;
			};
			name = Release;
		};
		E4AFA6590E52423A00201347 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = UnitTests;
			};
			name = Debug;
		};
		E4AFA65A0E52423A00201347 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = UnitTests;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "netlib" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				1DEB91EC08733DB70010E9CD /* Debug */,
				1DEB91ED08733DB70010E9CD /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "net" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				1DEB91F008733DB70010E9CD /* Debug */,
				1DEB91F108733DB70010E9CD /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		E4AFA6270E523E4800201347 /* Build configuration list for PBXNativeTarget "net_unittests" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				E4AFA6250E523E2A00201347 /* Debug */,
				E4AFA6260E523E2A00201347 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		E4AFA65D0E52429E00201347 /* Build configuration list for PBXAggregateTarget "run net_unittests" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				E4AFA6590E52423A00201347 /* Debug */,
				E4AFA65A0E52423A00201347 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
}