diff options
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r-- | chrome/common/common.scons | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons index c7fc7f6..371d2df4 100644 --- a/chrome/common/common.scons +++ b/chrome/common/common.scons @@ -49,11 +49,13 @@ if env['PLATFORM'] in ('posix', 'win32'): 'chrome_counters.cc', 'chrome_paths.cc', 'chrome_switches.cc', + 'common_glue.cc', 'debug_flags.cc', 'env_vars.cc', 'gfx/chrome_canvas.cc', 'gfx/color_utils.cc', 'ipc_message.cc', + 'ipc_message_utils.cc', 'jpeg_codec.cc', 'json_value_serializer.cc', 'libxml_utils.cc', @@ -83,7 +85,6 @@ if env['PLATFORM'] == 'win32': 'chrome_plugin_util.cc', 'chrome_process_filter.cc', 'classfactory.cc', - 'common_glue.cc', 'drag_drop_types.cc', 'gfx/chrome_canvas_win.cc', 'gfx/emf.cc', @@ -92,7 +93,6 @@ if env['PLATFORM'] == 'win32': 'gfx/text_elider.cc', 'ipc_channel_proxy.cc', 'ipc_logging.cc', - 'ipc_message_utils.cc', 'ipc_sync_channel.cc', 'ipc_sync_message.cc', 'jstemplate_builder.cc', |