diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-08 17:21:31 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-08 17:21:31 +0000 |
commit | c97d3965f903c15cb16724f82698ca11d998b410 (patch) | |
tree | 9b8987e158faeec97feb282071c9951e34904d10 /DEPS | |
parent | 978673721078e58266f5f6cc3c1e68de571d8d4e (diff) | |
download | chromium_src-c97d3965f903c15cb16724f82698ca11d998b410.zip chromium_src-c97d3965f903c15cb16724f82698ca11d998b410.tar.gz chromium_src-c97d3965f903c15cb16724f82698ca11d998b410.tar.bz2 |
[Sync] Rename google-cache-invalidation-api directory back to 'files'
It was renamed to files2 to avoid conflicts with existing files. Now
that it's been on the tree for a while as files2, it's safe to rename
it back.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6810035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -60,8 +60,7 @@ deps = { "src/third_party/safe_browsing/testing": (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106", - # TODO(akalin): Rename files2 -> files. - "src/third_party/cacheinvalidation/files2/src/google": + "src/third_party/cacheinvalidation/files/src/google": (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk/src/google@80", |