Index: base/base.xcodeproj/project.pbxproj |
=================================================================== |
--- base/base.xcodeproj/project.pbxproj (revision 5973) |
+++ base/base.xcodeproj/project.pbxproj (working copy) |
@@ -134,6 +134,7 @@ |
829E365F0DC0FB1C00819EBF /* stats_table.cc in Sources */ = {isa = PBXBuildFile; fileRef = 825403790D92D2CF0006B936 /* stats_table.cc */; }; |
829E36730DC0FBAD00819EBF /* thread_local_storage_posix.cc in Sources */ = {isa = PBXBuildFile; fileRef = 829E36720DC0FBAD00819EBF /* thread_local_storage_posix.cc */; }; |
82D094550E5B892600FEC05C /* time_format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 82D094540E5B892600FEC05C /* time_format.cc */; }; |
+ 84B581DC0EDC715A00A6B5B3 /* test_file_util_mac.cc in Sources */ = {isa = PBXBuildFile; fileRef = 84B581950EDC6ECC00A6B5B3 /* test_file_util_mac.cc */; }; |
9301C03B0E54C839001EF103 /* waitable_event_generic.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9301C0390E54C839001EF103 /* waitable_event_generic.cc */; }; |
93611ADF0E5A7FC500F9405D /* message_pump_default.cc in Sources */ = {isa = PBXBuildFile; fileRef = 93611ADC0E5A7FC500F9405D /* message_pump_default.cc */; }; |
93611AE10E5A7FE200F9405D /* message_loop.cc in Sources */ = {isa = PBXBuildFile; fileRef = 93611AE00E5A7FE200F9405D /* message_loop.cc */; }; |
@@ -581,6 +582,8 @@ |
82D094530E5B892600FEC05C /* time_format.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time_format.h; sourceTree = "<group>"; }; |
82D094540E5B892600FEC05C /* time_format.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = time_format.cc; sourceTree = "<group>"; }; |
82E23FCB0D9C219600F8B40A /* platform_thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platform_thread.h; sourceTree = "<group>"; }; |
+ 84B581950EDC6ECC00A6B5B3 /* test_file_util_mac.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_file_util_mac.cc; sourceTree = "<group>"; }; |
+ 84B5819B0EDC6FBC00A6B5B3 /* test_file_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = test_file_util.h; sourceTree = "<group>"; }; |
9301C0390E54C839001EF103 /* waitable_event_generic.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = waitable_event_generic.cc; sourceTree = "<group>"; }; |
9301C03A0E54C839001EF103 /* waitable_event_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = waitable_event_unittest.cc; sourceTree = "<group>"; }; |
93611ADA0E5A7FC500F9405D /* message_loop_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = message_loop_unittest.cc; sourceTree = "<group>"; }; |
@@ -1014,6 +1017,8 @@ |
E4CE9D770E8C1FCA00D5378C /* system_monitor.h */, |
E4CE9D760E8C1FCA00D5378C /* system_monitor_unittest.cc */, |
8254037E0D92D2CF0006B936 /* task.h */, |
+ 84B5819B0EDC6FBC00A6B5B3 /* test_file_util.h */, |
+ 84B581950EDC6ECC00A6B5B3 /* test_file_util_mac.cc */, |
93E703230E5D64F00046259B /* thread.cc */, |
825403800D92D2CF0006B936 /* thread.h */, |
7BAE38A80E6EFD9900C3F750 /* thread_local.h */, |
@@ -1411,6 +1416,7 @@ |
7B6AF6340E80211C00F9F9CF /* sys_info_posix.cc in Sources */, |
7B4C5F4A0E4B6BF900679E8F /* sys_string_conversions_mac.mm in Sources */, |
E4CE9D7A0E8C1FD400D5378C /* system_monitor.cc in Sources */, |
+ 84B581DC0EDC715A00A6B5B3 /* test_file_util_mac.cc in Sources */, |
93E703240E5D64F00046259B /* thread.cc in Sources */, |
7BAE38AC0E6EFDBA00C3F750 /* thread_local_posix.cc in Sources */, |
829E36730DC0FBAD00819EBF /* thread_local_storage_posix.cc in Sources */, |