diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 19:27:28 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 19:27:28 +0000 |
commit | dc6ee2482d239e37b1fb7e0619df2c058ce91bfd (patch) | |
tree | 6bdb36815910ee8d49a706a2ca5d7049004244c1 /net/build | |
parent | 505115c27f5454df0878407c7706c7f1c3744b0d (diff) | |
download | chromium_src-dc6ee2482d239e37b1fb7e0619df2c058ce91bfd.zip chromium_src-dc6ee2482d239e37b1fb7e0619df2c058ce91bfd.tar.gz chromium_src-dc6ee2482d239e37b1fb7e0619df2c058ce91bfd.tar.bz2 |
Break out windows specific parts of mime_util.cc into mime_util_win.cc
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@582 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/build')
-rw-r--r-- | net/build/net.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index 3da1c7b..b605946 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -325,6 +325,10 @@ > </File> <File + RelativePath="..\base\mime_util_win.cc" + > + </File> + <File RelativePath="..\base\mime_util.h" > </File> |