diff options
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r-- | chrome/common/common.scons | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons index a816ca1..66b9add 100644 --- a/chrome/common/common.scons +++ b/chrome/common/common.scons @@ -154,6 +154,7 @@ input_files = ChromeFileList([ 'jstemplate_builder.h', 'l10n_util.cc', 'l10n_util.h', + 'l10n_util_posix.cc', 'libxml_utils.cc', 'libxml_utils.h', 'logging_chrome.cc', @@ -292,6 +293,7 @@ if not env.Bit('mac'): if not env.Bit('posix'): input_files.Remove( 'ipc_channel_posix.cc', + 'l10n_util_posix.cc', ) if env.Bit('windows'): |