diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-24 23:50:13 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-24 23:50:13 +0000 |
commit | 3cdb6ccdf63f89eab14261534c895c9a25b0e6ea (patch) | |
tree | 7433931603aadf6836d291aabf10f6e71983e53b /chrome/common/common.vcproj | |
parent | 226558c339b10721fd3266048a8f0ecb65c13605 (diff) | |
download | chromium_src-3cdb6ccdf63f89eab14261534c895c9a25b0e6ea.zip chromium_src-3cdb6ccdf63f89eab14261534c895c9a25b0e6ea.tar.gz chromium_src-3cdb6ccdf63f89eab14261534c895c9a25b0e6ea.tar.bz2 |
Move windows specific functions from l10n_util.h to l10n_util_win.h.
Review URL: http://codereview.chromium.org/27103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10307 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.vcproj')
-rw-r--r-- | chrome/common/common.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/common/common.vcproj b/chrome/common/common.vcproj index 2e91a0d..100f0b7 100644 --- a/chrome/common/common.vcproj +++ b/chrome/common/common.vcproj @@ -506,6 +506,14 @@ > </File> <File + RelativePath=".\l10n_util_win.cc" + > + </File> + <File + RelativePath=".\l10n_util_win.h" + > + </File> + <File RelativePath=".\libxml_utils.cc" > </File> |