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

Unified Diff: base/SConscript

Issue 4079: Porting refactoring changes:... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/build/base.vcproj » ('j') | base/build/base.vcproj » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | base/build/base.vcproj » ('j') | base/build/base.vcproj » ('J')

Powered by Google App Engine
This is Rietveld 408576698