diff options
author | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 23:47:23 +0000 |
---|---|---|
committer | mbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 23:47:23 +0000 |
commit | 8cd1ba5a2fb6d73d9c58e15301ed9be572e97289 (patch) | |
tree | df4eaf91557d9287d19b6c3f2160a9b5e9b1e618 /net/net.gyp | |
parent | 22697f1356f97eab7ccfd6c2469f9e2d52bdd4f1 (diff) | |
download | chromium_src-8cd1ba5a2fb6d73d9c58e15301ed9be572e97289.zip chromium_src-8cd1ba5a2fb6d73d9c58e15301ed9be572e97289.tar.gz chromium_src-8cd1ba5a2fb6d73d9c58e15301ed9be572e97289.tar.bz2 |
Syncing url_to_filename_encoder with internal version.
I had to implement UrlUtilities::Unescape and ported over the tests as well.
Deleted redundant copy of url_to_filename_encoder.h and pointed the one link to that at the new location: net/tools/dump_cache/url_to_filename_encoder.h
This patch is on behalf of sligocki@google.com
BUG=none
TEST=url_to_filename_encoder_unittest.
Review URL: http://codereview.chromium.org/3117019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56454 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/net.gyp b/net/net.gyp index 7d34f00..0b5b5d4 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -798,6 +798,9 @@ 'tools/dump_cache/url_to_filename_encoder.cc', 'tools/dump_cache/url_to_filename_encoder.h', 'tools/dump_cache/url_to_filename_encoder_unittest.cc', + 'tools/dump_cache/url_utilities.h', + 'tools/dump_cache/url_utilities.cc', + 'tools/dump_cache/url_utilities_unittest.cc', 'url_request/url_request_job_tracker_unittest.cc', 'url_request/url_request_unittest.cc', 'url_request/url_request_unittest.h', @@ -1133,7 +1136,8 @@ 'tools/dump_cache/upgrade.cc', 'tools/dump_cache/url_to_filename_encoder.cc', 'tools/dump_cache/url_to_filename_encoder.h', - 'tools/dump_cache/url_utilties.h', + 'tools/dump_cache/url_utilities.h', + 'tools/dump_cache/url_utilities.cc', ], }, ], |