diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-05 23:20:02 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-05 23:20:02 +0000 |
commit | 6ee68ee792e95e2460ac1f52162f6762944d5239 (patch) | |
tree | 938e0d7c79687d5eba031392b49a6aa04e44e746 /chrome/common/common.scons | |
parent | 89b9208ab8d4dd8dacbc1ba39a81943fa7ec5796 (diff) | |
download | chromium_src-6ee68ee792e95e2460ac1f52162f6762944d5239.zip chromium_src-6ee68ee792e95e2460ac1f52162f6762944d5239.tar.gz chromium_src-6ee68ee792e95e2460ac1f52162f6762944d5239.tar.bz2 |
* Port l10n_utiL and it's unit test on POSIX.
* Bringup visit_database_unittest.cc on POSIX
Review URL: http://codereview.chromium.org/17025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7570 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r-- | chrome/common/common.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons index cfdc390..e72ed47 100644 --- a/chrome/common/common.scons +++ b/chrome/common/common.scons @@ -58,6 +58,7 @@ input_files.extend([ 'ipc_sync_message.cc', 'jpeg_codec.cc', 'json_value_serializer.cc', + 'l10n_util.cc', 'libxml_utils.cc', 'logging_chrome.cc', 'message_router.cc', @@ -103,7 +104,6 @@ if env.Bit('windows'): 'ipc_logging.cc', 'ipc_sync_channel.cc', 'jstemplate_builder.cc', - 'l10n_util.cc', 'net/url_request_intercept_job.cc', 'os_exchange_data.cc', 'plugin_messages.cc', |