diff options
Diffstat (limited to 'chrome/renderer/renderer.scons')
-rw-r--r-- | chrome/renderer/renderer.scons | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/renderer/renderer.scons b/chrome/renderer/renderer.scons index 99d99e3..4f5ba60 100644 --- a/chrome/renderer/renderer.scons +++ b/chrome/renderer/renderer.scons @@ -96,8 +96,13 @@ if not env.Bit('windows'): '$CHROME_DIR/tools/build/win/precompiled_wtl.h', ) -# TODO(port): Port these to Linux if env.Bit('linux'): + # Linux-specific. + input_files.Append( + 'renderer_main_platform_delegate_linux.cc', + ) + + # TODO(port): Port these to Linux input_files.Remove( 'chrome_plugin_host.cc', 'plugin_channel_host.cc', |