diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-15 16:39:31 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-15 16:39:31 +0000 |
commit | 6e66e46982f98d7351b2e2a804e71d76fbaa1053 (patch) | |
tree | e964afef5cb4118112d7db60e5275aa8f86dad02 /chrome/common/common.scons | |
parent | 3f96abd259a9b719df4122ced56cd276501417ee (diff) | |
download | chromium_src-6e66e46982f98d7351b2e2a804e71d76fbaa1053.zip chromium_src-6e66e46982f98d7351b2e2a804e71d76fbaa1053.tar.gz chromium_src-6e66e46982f98d7351b2e2a804e71d76fbaa1053.tar.bz2 |
Platform cleanup in common/ and even porting few files and unit tests.
Review URL: http://codereview.chromium.org/14420
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6982 0039d316-1c4b-4281-b951-d872f2087c98
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', |