| 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',
|
| ])
|
|
|