| Index: chrome/common/common.scons
|
| diff --git a/chrome/common/common.scons b/chrome/common/common.scons
|
| index 71f1761d15ddaa763340781b1b9a136600267c16..7eca80927fe97995529f6bbe3a9bdd5558e92e5c 100644
|
| --- a/chrome/common/common.scons
|
| +++ b/chrome/common/common.scons
|
| @@ -218,7 +218,8 @@ input_files = ChromeFileList([
|
| if not env.Bit('windows'):
|
| # TODO(port): This is temporary so we can link.
|
| input_files.Append(
|
| - 'temp_scaffolding_stubs.cc'
|
| + 'temp_scaffolding_stubs.cc',
|
| + 'file_descriptor_posix.cc',
|
| )
|
|
|
| # TODO(port): Port these.
|
|
|