Index: base/SConscript |
=================================================================== |
--- base/SConscript (revision 2544) |
+++ base/SConscript (working copy) |
@@ -50,6 +50,7 @@ |
'non_thread_safe.cc', |
'path_service.cc', |
'pickle.cc', |
+ 'rand_util.cc', |
Mark Mentovai
2008/09/29 22:20:05
Added the files to base/base.xcodeproj too.
|
'ref_counted.cc', |
'revocable_store.cc', |
'sha2.cc', |
@@ -112,6 +113,7 @@ |
'pe_image.cc', |
'platform_thread_win.cc', |
'process_util_win.cc', |
+ 'rand_util_win.cc', |
'registry.cc', |
'shared_memory_win.cc', |
'sys_info_win.cc', |
@@ -133,6 +135,7 @@ |
'lock_impl_posix.cc', |
'platform_thread_posix.cc', |
'process_util_posix.cc', |
+ 'rand_util_posix.cc', |
'shared_memory_posix.cc', |
'string16.cc', |
'sys_info_posix.cc', |
@@ -257,6 +260,7 @@ |
'path_service_unittest.cc', |
'pickle_unittest.cc', |
'pr_time_unittest.cc', |
+ 'rand_util_unittest.cc', |
'ref_counted_unittest.cc', |
'run_all_unittests.cc', |
'scoped_ptr_unittest.cc', |