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

Unified Diff: base/SConscript

Issue 6492: Port parts of base/process_util to Linux. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 2 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/process.cc » ('j') | base/process_util_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/SConscript
===================================================================
--- base/SConscript (revision 3009)
+++ base/SConscript (working copy)
@@ -91,8 +91,6 @@
'shared_event.cc', # Is this used?
'watchdog.cc',
- 'process.cc',
-
'resource_util.cc', # Uses HMODULE, but may be abstractable.
])
@@ -115,6 +113,7 @@
'pe_image.cc',
'platform_thread_win.cc',
'process_util_win.cc',
+ 'process_win.cc',
'rand_util_win.cc',
'registry.cc',
'shared_memory_win.cc',
@@ -171,6 +170,8 @@
'hmac_nss.cc',
'message_pump_glib.cc',
'nss_init.cc',
+ 'process_posix.cc',
+ 'process_util_linux.cc',
'sys_string_conversions_linux.cc',
'worker_pool.cc',
])
« no previous file with comments | « no previous file | base/process.cc » ('j') | base/process_util_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698