diff options
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r-- | chrome/common/common.scons | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons index 7e5cc14..ae4c0bf 100644 --- a/chrome/common/common.scons +++ b/chrome/common/common.scons @@ -94,8 +94,10 @@ input_files = ChromeFileList([ 'ipc_sync_channel.h', 'ipc_sync_message.cc', 'ipc_sync_message.h', + 'plugin_messages.cc', 'plugin_messages.h', 'plugin_messages_internal.h', + 'render_messages.cc', 'render_messages.h', 'render_messages_internal.h', ]), @@ -227,6 +229,7 @@ if not env.Bit('windows'): 'gfx/path.cc', 'ipc_logging.cc', 'os_exchange_data.cc', + 'plugin_messages.cc', 'process_watcher.cc', ) |