Index: chrome/common/common.scons |
diff --git a/chrome/common/common.scons b/chrome/common/common.scons |
index eedbd94ad15e4db3c46954578ed401aab595250f..93fc73fa55fa9cb1ceb600b276d53932e4748d01 100644 |
--- a/chrome/common/common.scons |
+++ b/chrome/common/common.scons |
@@ -206,6 +206,11 @@ input_files = ChromeFileList([ |
]) |
if not env.Bit('windows'): |
+ # TODO(port): This is temporary so we can link. |
+ input_files.Append( |
+ 'temp_scaffolding_stubs.cc' |
+ ) |
+ |
# TODO(port): Port these. |
input_files.Remove( |
'chrome_plugin_util.cc', |