diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-07 23:38:13 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-07 23:38:13 +0000 |
commit | 70e982ad39c6aae31a71d02bf5c6e848d538c576 (patch) | |
tree | 14fafab2098868c32734d7a3643c61f8888a50dc /DEPS | |
parent | 6b1be9d8ea3244c6d04e7bb4da063842fcc16a61 (diff) | |
download | chromium_src-70e982ad39c6aae31a71d02bf5c6e848d538c576.zip chromium_src-70e982ad39c6aae31a71d02bf5c6e848d538c576.tar.gz chromium_src-70e982ad39c6aae31a71d02bf5c6e848d538c576.tar.bz2 |
[Sync] Check out only the C++ subdir of google-cache-invalidation-api
Temporarily rename the subdirectory files to files2 to avoid problems
with the trybots/buildbots.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6810030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80868 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -55,14 +55,15 @@ deps = { "/trunk/deps/third_party/hunspell@65351", "src/third_party/hunspell_dictionaries": - "/trunk/deps/third_party/hunspell_dictionaries@79099", + "/trunk/deps/third_party/hunspell_dictionaries@79099", "src/third_party/safe_browsing/testing": (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106", - # TODO(akalin): Check out only the C++ files. - "src/third_party/cacheinvalidation/files": - (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@80", + # TODO(akalin): Rename files2 -> files. + "src/third_party/cacheinvalidation/files2/src/google": + (Var("googlecode_url") % "google-cache-invalidation-api") + + "/trunk/src/google@80", "src/third_party/leveldb": (Var("googlecode_url") % "leveldb") + "/trunk@19", @@ -78,6 +79,7 @@ deps = { "src/native_client": Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), + "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" + Var("nacl_revision"), |