diff options
author | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 21:30:45 +0000 |
---|---|---|
committer | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 21:30:45 +0000 |
commit | 764ea00eedd5fcdeff6a20572494c5c1c69e0164 (patch) | |
tree | 345ba4b6b92aee1a09dd6196b9453a751ef07d6b /base/base.xcodeproj | |
parent | 8ecd00f29e3edf1cccd1d9cdb9d82984f20b5dcd (diff) | |
download | chromium_src-764ea00eedd5fcdeff6a20572494c5c1c69e0164.zip chromium_src-764ea00eedd5fcdeff6a20572494c5c1c69e0164.tar.gz chromium_src-764ea00eedd5fcdeff6a20572494c5c1c69e0164.tar.bz2 |
Add waitable_event_generic.cc, waitable_event_unittest.cc, and condition_variable_posix.cc to the base_unittests target.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@894 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.xcodeproj')
-rw-r--r-- | base/base.xcodeproj/project.pbxproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/base/base.xcodeproj/project.pbxproj b/base/base.xcodeproj/project.pbxproj index f4cbc54..d1f9208 100644 --- a/base/base.xcodeproj/project.pbxproj +++ b/base/base.xcodeproj/project.pbxproj @@ -118,6 +118,11 @@ 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 */; }; 829E36740DC0FBB100819EBF /* thread_local_storage.h in Headers */ = {isa = PBXBuildFile; fileRef = 825403820D92D2CF0006B936 /* thread_local_storage.h */; }; + 9301C03B0E54C839001EF103 /* waitable_event_generic.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9301C0390E54C839001EF103 /* waitable_event_generic.cc */; }; + 9301C03C0E54C839001EF103 /* waitable_event_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9301C03A0E54C839001EF103 /* waitable_event_unittest.cc */; }; + 9301C0430E54C841001EF103 /* waitable_event_generic.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9301C0390E54C839001EF103 /* waitable_event_generic.cc */; }; + 9301C0440E54C848001EF103 /* waitable_event_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9301C03A0E54C839001EF103 /* waitable_event_unittest.cc */; }; + 9301C04D0E54C862001EF103 /* condition_variable_posix.cc in Sources */ = {isa = PBXBuildFile; fileRef = 824653670DC12CEC007C2BAA /* condition_variable_posix.cc */; }; A5A026190E48FE1500498DA9 /* base_paths_mac.h in Headers */ = {isa = PBXBuildFile; fileRef = A5A026180E48FE1500498DA9 /* base_paths_mac.h */; }; A5A026550E4A214600498DA9 /* file_util.cc in Sources */ = {isa = PBXBuildFile; fileRef = A5A026540E4A214600498DA9 /* file_util.cc */; }; A5A0268E0E4A2BDC00498DA9 /* file_util_posix.cc in Sources */ = {isa = PBXBuildFile; fileRef = A5A0268D0E4A2BDC00498DA9 /* file_util_posix.cc */; }; @@ -520,6 +525,8 @@ 829E36720DC0FBAD00819EBF /* thread_local_storage_posix.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = thread_local_storage_posix.cc; sourceTree = "<group>"; }; 82E23FCB0D9C219600F8B40A /* platform_thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = platform_thread.h; sourceTree = "<group>"; }; 82E23FCC0D9C219600F8B40A /* platform_thread.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = platform_thread.cc; 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>"; }; A5A026180E48FE1500498DA9 /* base_paths_mac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = base_paths_mac.h; sourceTree = "<group>"; }; A5A026540E4A214600498DA9 /* file_util.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_util.cc; sourceTree = "<group>"; }; A5A0268D0E4A2BDC00498DA9 /* file_util_posix.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_util_posix.cc; sourceTree = "<group>"; }; @@ -778,6 +785,8 @@ E49E4C980E4CF60300AD47F7 /* values_unittest.cc */, 825403880D92D2CF0006B936 /* values.cc */, 825403890D92D2CF0006B936 /* values.h */, + 9301C0390E54C839001EF103 /* waitable_event_generic.cc */, + 9301C03A0E54C839001EF103 /* waitable_event_unittest.cc */, 820EB5030E3A61A1009668FC /* watchdog.cc */, 820EB5040E3A61A1009668FC /* watchdog.h */, E4AFA4CE0E50E0C500201347 /* word_iterator_unittest.cc */, @@ -1227,6 +1236,8 @@ 7BAF50760E50B8F100CA8A07 /* file_version_info_mac.mm in Sources */, 7B78CE250E5314A000609465 /* debug_util.cc in Sources */, 7B78CE120E53131800609465 /* debug_util_posix.cc in Sources */, + 9301C03B0E54C839001EF103 /* waitable_event_generic.cc in Sources */, + 9301C03C0E54C839001EF103 /* waitable_event_unittest.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1308,6 +1319,9 @@ E4AFA8E80E539E3200201347 /* time_unittest.cc in Sources */, E4AFA8F20E539E8200201347 /* shared_memory_posix.cc in Sources */, E4AFA8F60E539E8A00201347 /* thread_local_storage_posix.cc in Sources */, + 9301C0430E54C841001EF103 /* waitable_event_generic.cc in Sources */, + 9301C0440E54C848001EF103 /* waitable_event_unittest.cc in Sources */, + 9301C04D0E54C862001EF103 /* condition_variable_posix.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |