| Index: chrome/common/common.scons
|
| diff --git a/chrome/common/common.scons b/chrome/common/common.scons
|
| index c59ca6cb03774562d8c62baa3d6a9689a82b997b..7be73ccfca0d6a05182535c70e4890d24f679efe 100644
|
| --- a/chrome/common/common.scons
|
| +++ b/chrome/common/common.scons
|
| @@ -43,6 +43,7 @@ input_files = []
|
|
|
| input_files.extend([
|
| 'animation.cc',
|
| + 'child_process.cc',
|
| 'chrome_constants.cc',
|
| 'chrome_counters.cc',
|
| 'chrome_paths.cc',
|
| @@ -90,7 +91,6 @@ input_files.extend([
|
| if env.Bit('windows'):
|
| # TODO(port): Port these.
|
| input_files.extend([
|
| - 'child_process.cc',
|
| 'chrome_plugin_lib.cc',
|
| 'chrome_plugin_util.cc',
|
| 'chrome_process_filter.cc',
|
|
|