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

Side by Side Diff: base/base.xcodeproj/project.pbxproj

Issue 19667: Add a Version class and matching unit tests, roughly based on chrome/installe... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base_lib.scons » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // !$*UTF8*$! 1 // !$*UTF8*$!
2 { 2 {
3 archiveVersion = 1; 3 archiveVersion = 1;
4 classes = { 4 classes = {
5 }; 5 };
6 objectVersion = 45; 6 objectVersion = 45;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXAggregateTarget section */ 9 /* Begin PBXAggregateTarget section */
10 825404020D92D3340006B936 /* All */ = { 10 825404020D92D3340006B936 /* All */ = {
(...skipping 17 matching lines...) Expand all
28 ); 28 );
29 dependencies = ( 29 dependencies = (
30 E49F1AB00E4CDB8A00386AEC /* PBXTargetDependency */, 30 E49F1AB00E4CDB8A00386AEC /* PBXTargetDependency */,
31 ); 31 );
32 name = run_base_unittests; 32 name = run_base_unittests;
33 productName = run_base_unittests; 33 productName = run_base_unittests;
34 }; 34 };
35 /* End PBXAggregateTarget section */ 35 /* End PBXAggregateTarget section */
36 36
37 /* Begin PBXBuildFile section */ 37 /* Begin PBXBuildFile section */
38 095DBC1E2E0537F2ABE2F4C5 /* version.cc in Sources */ = {isa = PB XBuildFile; fileRef = 85BBBA65D48C3B2E0571518D /* version.cc */; };
38 141593B80EA63EBE00E32418 /* thread_collision_warner_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 146C6A6E0EA63D970029E7B6 /* threa d_collision_warner_unittest.cc */; }; 39 141593B80EA63EBE00E32418 /* thread_collision_warner_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 146C6A6E0EA63D970029E7B6 /* threa d_collision_warner_unittest.cc */; };
39 146C6A6B0EA63D4F0029E7B6 /* thread_collision_warner.cc in Source s */ = {isa = PBXBuildFile; fileRef = 146C6A620EA63CAE0029E7B6 /* thread_collisi on_warner.cc */; }; 40 146C6A6B0EA63D4F0029E7B6 /* thread_collision_warner.cc in Source s */ = {isa = PBXBuildFile; fileRef = 146C6A620EA63CAE0029E7B6 /* thread_collisi on_warner.cc */; };
40 232269C2037712E93DA5CC83 /* scoped_temp_dir.cc in Sources */ = { isa = PBXBuildFile; fileRef = 119C3753E442CB1E1212F584 /* scoped_temp_dir.cc */; }; 41 232269C2037712E93DA5CC83 /* scoped_temp_dir.cc in Sources */ = { isa = PBXBuildFile; fileRef = 119C3753E442CB1E1212F584 /* scoped_temp_dir.cc */; };
41 32AC71B80F2E5321002BDDC8 /* jpeg_codec_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 32AC71B50F2E52FC002BDDC8 /* jpeg_codec_unittes t.cc */; }; 42 32AC71B80F2E5321002BDDC8 /* jpeg_codec_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 32AC71B50F2E52FC002BDDC8 /* jpeg_codec_unittes t.cc */; };
42 32AC71BF0F2E5421002BDDC8 /* jpeg_codec.cc in Sources */ = {isa = PBXBuildFile; fileRef = 32AC71B60F2E530F002BDDC8 /* jpeg_codec.cc */; }; 43 32AC71BF0F2E5421002BDDC8 /* jpeg_codec.cc in Sources */ = {isa = PBXBuildFile; fileRef = 32AC71B60F2E530F002BDDC8 /* jpeg_codec.cc */; };
43 32AC72300F2E64F7002BDDC8 /* libjpeg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 32AC718E0F2E4F62002BDDC8 /* libjpeg.a */; }; 44 32AC72300F2E64F7002BDDC8 /* libjpeg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 32AC718E0F2E4F62002BDDC8 /* libjpeg.a */; };
44 4D11B59A0E91730200EF7617 /* rand_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D11B5940E9172F800EF7617 /* rand_util.cc */; }; 45 4D11B59A0E91730200EF7617 /* rand_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D11B5940E9172F800EF7617 /* rand_util.cc */; };
45 4D11B59B0E91730200EF7617 /* rand_util_posix.cc in Sources */ = { isa = PBXBuildFile; fileRef = 4D11B5960E9172F800EF7617 /* rand_util_posix.cc */; }; 46 4D11B59B0E91730200EF7617 /* rand_util_posix.cc in Sources */ = { isa = PBXBuildFile; fileRef = 4D11B5960E9172F800EF7617 /* rand_util_posix.cc */; };
46 4D11B59C0E91730500EF7617 /* rand_util_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D11B5970E9172F800EF7617 /* rand_util_unittest. cc */; }; 47 4D11B59C0E91730500EF7617 /* rand_util_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D11B5970E9172F800EF7617 /* rand_util_unittest. cc */; };
47 4D11B89E0E929F0400EF7617 /* file_path.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D11B89B0E929EFF00EF7617 /* file_path.cc */; }; 48 4D11B89E0E929F0400EF7617 /* file_path.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D11B89B0E929EFF00EF7617 /* file_path.cc */; };
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 BA73AA330E5F614B00A20026 /* condition_variable_unittest.cc in So urces */ = {isa = PBXBuildFile; fileRef = BA73AA320E5F614B00A20026 /* condition_ variable_unittest.cc */; }; 190 BA73AA330E5F614B00A20026 /* condition_variable_unittest.cc in So urces */ = {isa = PBXBuildFile; fileRef = BA73AA320E5F614B00A20026 /* condition_ variable_unittest.cc */; };
190 E45062A60E40A9BE0025A81A /* base_switches.cc in Sources */ = {is a = PBXBuildFile; fileRef = 825402CB0D92D1390006B936 /* base_switches.cc */; }; 191 E45062A60E40A9BE0025A81A /* base_switches.cc in Sources */ = {is a = PBXBuildFile; fileRef = 825402CB0D92D1390006B936 /* base_switches.cc */; };
191 E46C47280F1FA06D00B393B8 /* system_monitor_posix.cc in Sources * / = {isa = PBXBuildFile; fileRef = E46C47270F1FA06D00B393B8 /* system_monitor_po six.cc */; }; 192 E46C47280F1FA06D00B393B8 /* system_monitor_posix.cc in Sources * / = {isa = PBXBuildFile; fileRef = E46C47270F1FA06D00B393B8 /* system_monitor_po six.cc */; };
192 E48A05F70E3F61B300172919 /* command_line.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4A133490E37A41D00110AA2 /* command_line.cc */; }; 193 E48A05F70E3F61B300172919 /* command_line.cc in Sources */ = {isa = PBXBuildFile; fileRef = E4A133490E37A41D00110AA2 /* command_line.cc */; };
193 E48FB9990EC4ED850052B72B /* process_posix.cc in Sources */ = {is a = PBXBuildFile; fileRef = E48FB9980EC4ED850052B72B /* process_posix.cc */; }; 194 E48FB9990EC4ED850052B72B /* process_posix.cc in Sources */ = {is a = PBXBuildFile; fileRef = E48FB9980EC4ED850052B72B /* process_posix.cc */; };
194 E48FB9EA0EC4F53B0052B72B /* process_util_mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = E48FB9E90EC4F53B0052B72B /* process_util_mac.mm * /; }; 195 E48FB9EA0EC4F53B0052B72B /* process_util_mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = E48FB9E90EC4F53B0052B72B /* process_util_mac.mm * /; };
195 E49115EF0E47B461001EE8C3 /* at_exit.cc in Sources */ = {isa = PB XBuildFile; fileRef = E49115EC0E47B461001EE8C3 /* at_exit.cc */; }; 196 E49115EF0E47B461001EE8C3 /* at_exit.cc in Sources */ = {isa = PB XBuildFile; fileRef = E49115EC0E47B461001EE8C3 /* at_exit.cc */; };
196 E49357220E422A36008F8B09 /* timer.cc in Sources */ = {isa = PBXB uildFile; fileRef = 825403850D92D2CF0006B936 /* timer.cc */; }; 197 E49357220E422A36008F8B09 /* timer.cc in Sources */ = {isa = PBXB uildFile; fileRef = 825403850D92D2CF0006B936 /* timer.cc */; };
197 E4A133440E37A3C400110AA2 /* string_escape.cc in Sources */ = {is a = PBXBuildFile; fileRef = E4A133420E37A3C400110AA2 /* string_escape.cc */; }; 198 E4A133440E37A3C400110AA2 /* string_escape.cc in Sources */ = {is a = PBXBuildFile; fileRef = E4A133420E37A3C400110AA2 /* string_escape.cc */; };
198 E4CE9D7A0E8C1FD400D5378C /* system_monitor.cc in Sources */ = {i sa = PBXBuildFile; fileRef = E4CE9D780E8C1FCA00D5378C /* system_monitor.cc */; } ; 199 E4CE9D7A0E8C1FD400D5378C /* system_monitor.cc in Sources */ = {i sa = PBXBuildFile; fileRef = E4CE9D780E8C1FCA00D5378C /* system_monitor.cc */; } ;
200 F330B11E050A9158CB16C98E /* version_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = A65E63ED95E431D2E73DF510 /* version_unittest.cc * /; };
199 /* End PBXBuildFile section */ 201 /* End PBXBuildFile section */
200 202
201 /* Begin PBXContainerItemProxy section */ 203 /* Begin PBXContainerItemProxy section */
202 3236FBC80F2E9FC8005DC6EF /* PBXContainerItemProxy */ = { 204 3236FBC80F2E9FC8005DC6EF /* PBXContainerItemProxy */ = {
203 isa = PBXContainerItemProxy; 205 isa = PBXContainerItemProxy;
204 containerPortal = 32AC71890F2E4F62002BDDC8 /* libjpeg.xc odeproj */; 206 containerPortal = 32AC71890F2E4F62002BDDC8 /* libjpeg.xc odeproj */;
205 proxyType = 1; 207 proxyType = 1;
206 remoteGlobalIDString = D2AAC045055464E500DB518D /* libjp eg */; 208 remoteGlobalIDString = D2AAC045055464E500DB518D /* libjp eg */;
207 remoteInfo = libjpeg; 209 remoteInfo = libjpeg;
208 }; 210 };
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 825403D40D92D31D0006B936 /* rect.cc */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rect.cc; sour ceTree = "<group>"; }; 613 825403D40D92D31D0006B936 /* rect.cc */ = {isa = PBXFileReference ; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rect.cc; sour ceTree = "<group>"; };
612 825403D50D92D31D0006B936 /* rect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rect.h; sourceTree = "<group>"; }; 614 825403D50D92D31D0006B936 /* rect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rect.h; sourceTree = "<group>"; };
613 825403D70D92D31D0006B936 /* size.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = size.h; sourceTree = "<group>"; }; 615 825403D70D92D31D0006B936 /* size.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = size.h; sourceTree = "<group>"; };
614 829E30D60DBFD8ED00819EBF /* skia.xcodeproj */ = {isa = PBXFileRe ference; lastKnownFileType = "wrapper.pb-project"; name = skia.xcodeproj; path = skia/skia.xcodeproj; sourceTree = "<group>"; }; 616 829E30D60DBFD8ED00819EBF /* skia.xcodeproj */ = {isa = PBXFileRe ference; lastKnownFileType = "wrapper.pb-project"; name = skia.xcodeproj; path = skia/skia.xcodeproj; sourceTree = "<group>"; };
615 829E36720DC0FBAD00819EBF /* thread_local_storage_posix.cc */ = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp ; path = thread_local_storage_posix.cc; sourceTree = "<group>"; }; 617 829E36720DC0FBAD00819EBF /* thread_local_storage_posix.cc */ = { isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp ; path = thread_local_storage_posix.cc; sourceTree = "<group>"; };
616 82D094530E5B892600FEC05C /* time_format.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time_format .h; sourceTree = "<group>"; }; 618 82D094530E5B892600FEC05C /* time_format.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time_format .h; sourceTree = "<group>"; };
617 82D094540E5B892600FEC05C /* time_format.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_f ormat.cc; sourceTree = "<group>"; }; 619 82D094540E5B892600FEC05C /* time_format.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_f ormat.cc; sourceTree = "<group>"; };
618 82E23FCB0D9C219600F8B40A /* platform_thread.h */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platfor m_thread.h; sourceTree = "<group>"; }; 620 82E23FCB0D9C219600F8B40A /* platform_thread.h */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platfor m_thread.h; sourceTree = "<group>"; };
619 84B581950EDC6ECC00A6B5B3 /* test_file_util_mac.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_file_util_mac.cc; sourceTree = "<group>"; }; 621 84B581950EDC6ECC00A6B5B3 /* test_file_util_mac.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_file_util_mac.cc; sourceTree = "<group>"; };
620 84B5819B0EDC6FBC00A6B5B3 /* test_file_util.h */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = test_fil e_util.h; sourceTree = "<group>"; }; 622 84B5819B0EDC6FBC00A6B5B3 /* test_file_util.h */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = test_fil e_util.h; sourceTree = "<group>"; };
623 85BBBA65D48C3B2E0571518D /* version.cc */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = version.cc ; sourceTree = "<group>"; };
621 9301C03A0E54C839001EF103 /* waitable_event_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; p ath = waitable_event_unittest.cc; sourceTree = "<group>"; }; 624 9301C03A0E54C839001EF103 /* waitable_event_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; p ath = waitable_event_unittest.cc; sourceTree = "<group>"; };
622 93611ADA0E5A7FC500F9405D /* message_loop_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; pat h = message_loop_unittest.cc; sourceTree = "<group>"; }; 625 93611ADA0E5A7FC500F9405D /* message_loop_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; pat h = message_loop_unittest.cc; sourceTree = "<group>"; };
623 93611ADB0E5A7FC500F9405D /* message_pump.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = message_pu mp.h; sourceTree = "<group>"; }; 626 93611ADB0E5A7FC500F9405D /* message_pump.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = message_pu mp.h; sourceTree = "<group>"; };
624 93611ADC0E5A7FC500F9405D /* message_pump_default.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = message_pump_default.cc; sourceTree = "<group>"; }; 627 93611ADC0E5A7FC500F9405D /* message_pump_default.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = message_pump_default.cc; sourceTree = "<group>"; };
625 93611ADD0E5A7FC500F9405D /* message_pump_default.h */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = me ssage_pump_default.h; sourceTree = "<group>"; }; 628 93611ADD0E5A7FC500F9405D /* message_pump_default.h */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = me ssage_pump_default.h; sourceTree = "<group>"; };
626 93611AE00E5A7FE200F9405D /* message_loop.cc */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = messa ge_loop.cc; sourceTree = "<group>"; }; 629 93611AE00E5A7FE200F9405D /* message_loop.cc */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = messa ge_loop.cc; sourceTree = "<group>"; };
627 93611B160E5A875D00F9405D /* histogram.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = histogra m.cc; sourceTree = "<group>"; }; 630 93611B160E5A875D00F9405D /* histogram.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = histogra m.cc; sourceTree = "<group>"; };
628 93611B170E5A875D00F9405D /* histogram.h */ = {isa = PBXFileRefer ence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = histogram.h; sourceTree = "<group>"; }; 631 93611B170E5A875D00F9405D /* histogram.h */ = {isa = PBXFileRefer ence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = histogram.h; sourceTree = "<group>"; };
629 93611B190E5A878400F9405D /* histogram_unittest.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = histogram_unittest.cc; sourceTree = "<group>"; }; 632 93611B190E5A878400F9405D /* histogram_unittest.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = histogram_unittest.cc; sourceTree = "<group>"; };
630 93E703160E5D63E00046259B /* platform_thread_posix.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; pat h = platform_thread_posix.cc; sourceTree = "<group>"; }; 633 93E703160E5D63E00046259B /* platform_thread_posix.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; pat h = platform_thread_posix.cc; sourceTree = "<group>"; };
631 93E7031A0E5D64390046259B /* thread_unittest.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = th read_unittest.cc; sourceTree = "<group>"; }; 634 93E7031A0E5D64390046259B /* thread_unittest.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = th read_unittest.cc; sourceTree = "<group>"; };
632 93E703230E5D64F00046259B /* thread.cc */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = thread.cc; sourceTree = "<group>"; }; 635 93E703230E5D64F00046259B /* thread.cc */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = thread.cc; sourceTree = "<group>"; };
633 A573F5D70EBB78260055A84A /* platform_file.h */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platform_ file.h; sourceTree = "<group>"; }; 636 A573F5D70EBB78260055A84A /* platform_file.h */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platform_ file.h; sourceTree = "<group>"; };
634 A573F5D80EBB78260055A84A /* platform_file_posix.cc */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = platform_file_posix.cc; sourceTree = "<group>"; }; 637 A573F5D80EBB78260055A84A /* platform_file_posix.cc */ = {isa = P BXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = platform_file_posix.cc; sourceTree = "<group>"; };
635 A5A026180E48FE1500498DA9 /* base_paths_mac.h */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = base_pat hs_mac.h; sourceTree = "<group>"; }; 638 A5A026180E48FE1500498DA9 /* base_paths_mac.h */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = base_pat hs_mac.h; sourceTree = "<group>"; };
636 A5A026540E4A214600498DA9 /* file_util.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_uti l.cc; sourceTree = "<group>"; }; 639 A5A026540E4A214600498DA9 /* file_util.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_uti l.cc; sourceTree = "<group>"; };
637 A5A0268D0E4A2BDC00498DA9 /* file_util_posix.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fi le_util_posix.cc; sourceTree = "<group>"; }; 640 A5A0268D0E4A2BDC00498DA9 /* file_util_posix.cc */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fi le_util_posix.cc; sourceTree = "<group>"; };
638 A5A0270A0E4A630D00498DA9 /* file_util_mac.mm */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = f ile_util_mac.mm; sourceTree = "<group>"; }; 641 A5A0270A0E4A630D00498DA9 /* file_util_mac.mm */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = f ile_util_mac.mm; sourceTree = "<group>"; };
639 A5A0276B0E4BA33700498DA9 /* build_config.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = build_conf ig.h; path = ../build/build_config.h; sourceTree = SOURCE_ROOT; }; 642 A5A0276B0E4BA33700498DA9 /* build_config.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = build_conf ig.h; path = ../build/build_config.h; sourceTree = SOURCE_ROOT; };
640 A5A0282D0E4CFA8500498DA9 /* file_util_unittest.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_util_unittest.cc; sourceTree = "<group>"; }; 643 A5A0282D0E4CFA8500498DA9 /* file_util_unittest.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_util_unittest.cc; sourceTree = "<group>"; };
644 A65E63ED95E431D2E73DF510 /* version_unittest.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = v ersion_unittest.cc; sourceTree = "<group>"; };
641 AB14B6060EBFA74C00FB3807 /* time_posix.cc */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_po six.cc; sourceTree = "<group>"; }; 645 AB14B6060EBFA74C00FB3807 /* time_posix.cc */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_po six.cc; sourceTree = "<group>"; };
642 AB4FA1390F2A101100D6572F /* event_recorder_stubs.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = event_recorder_stubs.cc; sourceTree = "<group>"; }; 646 AB4FA1390F2A101100D6572F /* event_recorder_stubs.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = event_recorder_stubs.cc; sourceTree = "<group>"; };
643 ABE1BA290E7574D1009041DA /* ApplicationServices.framework */ = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Applicatio nServices.framework; path = System/Library/Frameworks/ApplicationServices.framew ork; sourceTree = "<group>"; }; 647 ABE1BA290E7574D1009041DA /* ApplicationServices.framework */ = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Applicatio nServices.framework; path = System/Library/Frameworks/ApplicationServices.framew ork; sourceTree = "<group>"; };
644 ABF4B98E0DC2BA6900A6E319 /* base_paths_mac.mm */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = base_paths_mac.mm; sourceTree = "<group>"; }; 648 ABF4B98E0DC2BA6900A6E319 /* base_paths_mac.mm */ = {isa = PBXFil eReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = base_paths_mac.mm; sourceTree = "<group>"; };
645 ABF4B99D0DC2BB6000A6E319 /* clipboard_mac.mm */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = c lipboard_mac.mm; sourceTree = "<group>"; }; 649 ABF4B99D0DC2BB6000A6E319 /* clipboard_mac.mm */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = c lipboard_mac.mm; sourceTree = "<group>"; };
646 ABF4B9B40DC2BC9F00A6E319 /* path_service.cc */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = path_ service.cc; sourceTree = "<group>"; }; 650 ABF4B9B40DC2BC9F00A6E319 /* path_service.cc */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = path_ service.cc; sourceTree = "<group>"; };
647 ABF68B260EB0F93100E72835 /* field_trial_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = field_trial_unittest.cc; sourceTree = "<group>"; }; 651 ABF68B260EB0F93100E72835 /* field_trial_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = field_trial_unittest.cc; sourceTree = "<group>"; };
648 ABF68B270EB0F93100E72835 /* field_trial.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = field_trial .h; sourceTree = "<group>"; }; 652 ABF68B270EB0F93100E72835 /* field_trial.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = field_trial .h; sourceTree = "<group>"; };
649 ABF68B280EB0F93100E72835 /* field_trial.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = field_ trial.cc; sourceTree = "<group>"; }; 653 ABF68B280EB0F93100E72835 /* field_trial.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = field_ trial.cc; sourceTree = "<group>"; };
654 AE11B49026857EAED66B50E5 /* version.h */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = version.h; sour ceTree = "<group>"; };
650 B290BFCBD30E45A63758BFC7 /* waitable_event_posix.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = waitable_event_posix.cc; sourceTree = "<group>"; }; 655 B290BFCBD30E45A63758BFC7 /* waitable_event_posix.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = waitable_event_posix.cc; sourceTree = "<group>"; };
651 B52C916B0E9428F500208D01 /* clipboard_unittest.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clipboard_unittest.cc; sourceTree = "<group>"; }; 656 B52C916B0E9428F500208D01 /* clipboard_unittest.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clipboard_unittest.cc; sourceTree = "<group>"; };
652 B57D788E0F26983200685566 /* scoped_file.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scoped_file .h; sourceTree = "<group>"; }; 657 B57D788E0F26983200685566 /* scoped_file.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scoped_file .h; sourceTree = "<group>"; };
653 B57E4D770E9C26340090055D /* idletimer_unittest.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = idletimer_unittest.cc; sourceTree = "<group>"; }; 658 B57E4D770E9C26340090055D /* idletimer_unittest.cc */ = {isa = PB XFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = idletimer_unittest.cc; sourceTree = "<group>"; };
654 B5A8618D0EC1257900B332C2 /* clipboard.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clipboar d.cc; sourceTree = "<group>"; }; 659 B5A8618D0EC1257900B332C2 /* clipboard.cc */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = clipboar d.cc; sourceTree = "<group>"; };
655 B5D544AA0EAFB7E000272A1C /* sys_string_conversions_unittest.cc * / = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cp p.cpp; path = sys_string_conversions_unittest.cc; sourceTree = "<group>"; }; 660 B5D544AA0EAFB7E000272A1C /* sys_string_conversions_unittest.cc * / = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cp p.cpp; path = sys_string_conversions_unittest.cc; sourceTree = "<group>"; };
656 B5E8F6CA0EBFB38E008DD1E9 /* scoped_clipboard_writer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scoped_clipboard_writer.h; sourceTree = "<group>"; }; 661 B5E8F6CA0EBFB38E008DD1E9 /* scoped_clipboard_writer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scoped_clipboard_writer.h; sourceTree = "<group>"; };
657 B5E8F6CB0EBFB38E008DD1E9 /* scoped_clipboard_writer.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; p ath = scoped_clipboard_writer.cc; sourceTree = "<group>"; }; 662 B5E8F6CB0EBFB38E008DD1E9 /* scoped_clipboard_writer.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; p ath = scoped_clipboard_writer.cc; sourceTree = "<group>"; };
658 BA0F69860E79D7980079A8A1 /* thread_local_storage_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp. cpp; path = thread_local_storage_unittest.cc; sourceTree = "<group>"; }; 663 BA0F69860E79D7980079A8A1 /* thread_local_storage_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp. cpp; path = thread_local_storage_unittest.cc; sourceTree = "<group>"; };
659 BA5CC5830E788093004EDD45 /* shared_memory_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; pa th = shared_memory_unittest.cc; sourceTree = "<group>"; }; 664 BA5CC5830E788093004EDD45 /* shared_memory_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; pa th = shared_memory_unittest.cc; sourceTree = "<group>"; };
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 820EB4FE0E3A618B009668FC /* tracked.cc */, 1096 820EB4FE0E3A618B009668FC /* tracked.cc */,
1092 820EB4FD0E3A618B009668FC /* tracked.h */, 1097 820EB4FD0E3A618B009668FC /* tracked.h */,
1093 820EB4FB0E3A618B009668FC /* tracked_objects.cc * /, 1098 820EB4FB0E3A618B009668FC /* tracked_objects.cc * /,
1094 820EB4FC0E3A618B009668FC /* tracked_objects.h */ , 1099 820EB4FC0E3A618B009668FC /* tracked_objects.h */ ,
1095 BA739A000E5E3242009842A7 /* tracked_objects_unit test.cc */, 1100 BA739A000E5E3242009842A7 /* tracked_objects_unit test.cc */,
1096 825403870D92D2CF0006B936 /* tuple.h */, 1101 825403870D92D2CF0006B936 /* tuple.h */,
1097 7BD8F4D00E65B54B00034DE9 /* tuple_unittest.cc */ , 1102 7BD8F4D00E65B54B00034DE9 /* tuple_unittest.cc */ ,
1098 825403880D92D2CF0006B936 /* values.cc */, 1103 825403880D92D2CF0006B936 /* values.cc */,
1099 825403890D92D2CF0006B936 /* values.h */, 1104 825403890D92D2CF0006B936 /* values.h */,
1100 E49E4C980E4CF60300AD47F7 /* values_unittest.cc * /, 1105 E49E4C980E4CF60300AD47F7 /* values_unittest.cc * /,
1106 85BBBA65D48C3B2E0571518D /* version.cc */,
1107 AE11B49026857EAED66B50E5 /* version.h */,
1108 A65E63ED95E431D2E73DF510 /* version_unittest.cc */,
1101 7BD8F4D10E65B54B00034DE9 /* waitable_event.h */, 1109 7BD8F4D10E65B54B00034DE9 /* waitable_event.h */,
1102 B290BFCBD30E45A63758BFC7 /* waitable_event_posix .cc */, 1110 B290BFCBD30E45A63758BFC7 /* waitable_event_posix .cc */,
1103 9301C03A0E54C839001EF103 /* waitable_event_unitt est.cc */, 1111 9301C03A0E54C839001EF103 /* waitable_event_unitt est.cc */,
1104 38246046390EAED65BB7C380 /* waitable_event_watch er_posix.cc */, 1112 38246046390EAED65BB7C380 /* waitable_event_watch er_posix.cc */,
1105 820EB5030E3A61A1009668FC /* watchdog.cc */, 1113 820EB5030E3A61A1009668FC /* watchdog.cc */,
1106 820EB5040E3A61A1009668FC /* watchdog.h */, 1114 820EB5040E3A61A1009668FC /* watchdog.h */,
1107 4D4C5B5D0EF1B7C1002CA805 /* watchdog_unittest.cc */, 1115 4D4C5B5D0EF1B7C1002CA805 /* watchdog_unittest.cc */,
1108 8254038E0D92D2CF0006B936 /* word_iterator.cc */, 1116 8254038E0D92D2CF0006B936 /* word_iterator.cc */,
1109 8254038F0D92D2CF0006B936 /* word_iterator.h */, 1117 8254038F0D92D2CF0006B936 /* word_iterator.h */,
1110 E4AFA4CE0E50E0C500201347 /* word_iterator_unitte st.cc */, 1118 E4AFA4CE0E50E0C500201347 /* word_iterator_unitte st.cc */,
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
1480 7BAE38AC0E6EFDBA00C3F750 /* thread_local_posix.c c in Sources */, 1488 7BAE38AC0E6EFDBA00C3F750 /* thread_local_posix.c c in Sources */,
1481 829E36730DC0FBAD00819EBF /* thread_local_storage _posix.cc in Sources */, 1489 829E36730DC0FBAD00819EBF /* thread_local_storage _posix.cc in Sources */,
1482 824654910DC25A8C007C2BAA /* time.cc in Sources * /, 1490 824654910DC25A8C007C2BAA /* time.cc in Sources * /,
1483 82D094550E5B892600FEC05C /* time_format.cc in So urces */, 1491 82D094550E5B892600FEC05C /* time_format.cc in So urces */,
1484 AB4C147D0EC0E3F600655FED /* time_mac.cc in Sourc es */, 1492 AB4C147D0EC0E3F600655FED /* time_mac.cc in Sourc es */,
1485 E49357220E422A36008F8B09 /* timer.cc in Sources */, 1493 E49357220E422A36008F8B09 /* timer.cc in Sources */,
1486 7BF882800E71929B000BAF8A /* trace_event.cc in So urces */, 1494 7BF882800E71929B000BAF8A /* trace_event.cc in So urces */,
1487 820EB5020E3A618B009668FC /* tracked.cc in Source s */, 1495 820EB5020E3A618B009668FC /* tracked.cc in Source s */,
1488 820EB5480E3A64D2009668FC /* tracked_objects.cc i n Sources */, 1496 820EB5480E3A64D2009668FC /* tracked_objects.cc i n Sources */,
1489 ABF4B9C30DC2BD6C00A6E319 /* values.cc in Sources */, 1497 ABF4B9C30DC2BD6C00A6E319 /* values.cc in Sources */,
1498 095DBC1E2E0537F2ABE2F4C5 /* version.cc in Source s */,
1490 9F96D18073B23E12802A3225 /* waitable_event_posix .cc in Sources */, 1499 9F96D18073B23E12802A3225 /* waitable_event_posix .cc in Sources */,
1491 B12E82CF65E36A34852F4B08 /* waitable_event_watch er_posix.cc in Sources */, 1500 B12E82CF65E36A34852F4B08 /* waitable_event_watch er_posix.cc in Sources */,
1492 4D4C5B5B0EF1B7AE002CA805 /* watchdog.cc in Sourc es */, 1501 4D4C5B5B0EF1B7AE002CA805 /* watchdog.cc in Sourc es */,
1493 824655DD0DC659B8007C2BAA /* word_iterator.cc in Sources */, 1502 824655DD0DC659B8007C2BAA /* word_iterator.cc in Sources */,
1494 7BF1658D0E663B4800AA999E /* worker_pool_mac.mm i n Sources */, 1503 7BF1658D0E663B4800AA999E /* worker_pool_mac.mm i n Sources */,
1495 ); 1504 );
1496 runOnlyForDeploymentPostprocessing = 0; 1505 runOnlyForDeploymentPostprocessing = 0;
1497 }; 1506 };
1498 825403AE0D92D2E50006B936 /* Sources */ = { 1507 825403AE0D92D2E50006B936 /* Sources */ = {
1499 isa = PBXSourcesBuildPhase; 1508 isa = PBXSourcesBuildPhase;
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
1556 B5D544AB0EAFB7E000272A1C /* sys_string_conversio ns_unittest.cc in Sources */, 1565 B5D544AB0EAFB7E000272A1C /* sys_string_conversio ns_unittest.cc in Sources */,
1557 141593B80EA63EBE00E32418 /* thread_collision_war ner_unittest.cc in Sources */, 1566 141593B80EA63EBE00E32418 /* thread_collision_war ner_unittest.cc in Sources */,
1558 BA0F69870E79D7980079A8A1 /* thread_local_storage _unittest.cc in Sources */, 1567 BA0F69870E79D7980079A8A1 /* thread_local_storage _unittest.cc in Sources */,
1559 7BAE38AF0E6EFDC300C3F750 /* thread_local_unittes t.cc in Sources */, 1568 7BAE38AF0E6EFDC300C3F750 /* thread_local_unittes t.cc in Sources */,
1560 93E7031B0E5D64390046259B /* thread_unittest.cc i n Sources */, 1569 93E7031B0E5D64390046259B /* thread_unittest.cc i n Sources */,
1561 7B78D3A20E54FE0100609465 /* time_unittest.cc in Sources */, 1570 7B78D3A20E54FE0100609465 /* time_unittest.cc in Sources */,
1562 BA739A030E5E3242009842A7 /* timer_unittest.cc in Sources */, 1571 BA739A030E5E3242009842A7 /* timer_unittest.cc in Sources */,
1563 BA739A020E5E3242009842A7 /* tracked_objects_unit test.cc in Sources */, 1572 BA739A020E5E3242009842A7 /* tracked_objects_unit test.cc in Sources */,
1564 7BD8F4D30E65B55000034DE9 /* tuple_unittest.cc in Sources */, 1573 7BD8F4D30E65B55000034DE9 /* tuple_unittest.cc in Sources */,
1565 7B78D3A30E54FE0100609465 /* values_unittest.cc i n Sources */, 1574 7B78D3A30E54FE0100609465 /* values_unittest.cc i n Sources */,
1575 F330B11E050A9158CB16C98E /* version_unittest.cc in Sources */,
1566 7B78D3A40E54FE0100609465 /* waitable_event_unitt est.cc in Sources */, 1576 7B78D3A40E54FE0100609465 /* waitable_event_unitt est.cc in Sources */,
1567 4D4C5B5E0EF1B7C1002CA805 /* watchdog_unittest.cc in Sources */, 1577 4D4C5B5E0EF1B7C1002CA805 /* watchdog_unittest.cc in Sources */,
1568 7B78D3A50E54FE0100609465 /* word_iterator_unitte st.cc in Sources */, 1578 7B78D3A50E54FE0100609465 /* word_iterator_unitte st.cc in Sources */,
1569 7BF1658E0E663B4A00AA999E /* worker_pool_unittest .cc in Sources */, 1579 7BF1658E0E663B4A00AA999E /* worker_pool_unittest .cc in Sources */,
1570 ); 1580 );
1571 runOnlyForDeploymentPostprocessing = 0; 1581 runOnlyForDeploymentPostprocessing = 0;
1572 }; 1582 };
1573 /* End PBXSourcesBuildPhase section */ 1583 /* End PBXSourcesBuildPhase section */
1574 1584
1575 /* Begin PBXTargetDependency section */ 1585 /* Begin PBXTargetDependency section */
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
1848 E49F1A880E4CDB4500386AEC /* Debug */, 1858 E49F1A880E4CDB4500386AEC /* Debug */,
1849 E49F1A890E4CDB4500386AEC /* Release */, 1859 E49F1A890E4CDB4500386AEC /* Release */,
1850 ); 1860 );
1851 defaultConfigurationIsVisible = 0; 1861 defaultConfigurationIsVisible = 0;
1852 defaultConfigurationName = Release; 1862 defaultConfigurationName = Release;
1853 }; 1863 };
1854 /* End XCConfigurationList section */ 1864 /* End XCConfigurationList section */
1855 }; 1865 };
1856 rootObject = 825402AA0D92D0C60006B936 /* Project object */; 1866 rootObject = 825402AA0D92D0C60006B936 /* Project object */;
1857 } 1867 }
OLDNEW
« no previous file with comments | « no previous file | base/base_lib.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698