diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-22 05:10:59 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-22 05:10:59 +0000 |
commit | a7e79591fd7db823cd278ff43616ba4a22108213 (patch) | |
tree | 512e2f2a282595c51cfa3bb48e0de9d2d5a46251 /net/build | |
parent | 1ea9aac8836d5532c8d9ef5cf57f3653f0af1347 (diff) | |
download | chromium_src-a7e79591fd7db823cd278ff43616ba4a22108213.zip chromium_src-a7e79591fd7db823cd278ff43616ba4a22108213.tar.gz chromium_src-a7e79591fd7db823cd278ff43616ba4a22108213.tar.bz2 |
Move FileURLToFilePath into platform specific files. Most of the logic in this function is specific to windows' file system.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1211 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 3951c7f..069db63 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -357,6 +357,10 @@ > </File> <File + RelativePath="..\base\net_util_win.cc" + > + </File> + <File RelativePath="..\base\net_util.h" > </File> |