summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authornyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-27 18:50:57 +0000
committernyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-27 18:50:57 +0000
commit248dcfdd4a175773403e9ad9d968c2045db70963 (patch)
tree8be2d12f3beefe3b86c1c7782091340c570b005d /DEPS
parenteb2bf5e6ece163287cbb9934180008b8ed80b3b3 (diff)
downloadchromium_src-248dcfdd4a175773403e9ad9d968c2045db70963.zip
chromium_src-248dcfdd4a175773403e9ad9d968c2045db70963.tar.gz
chromium_src-248dcfdd4a175773403e9ad9d968c2045db70963.tar.bz2
Add guava and jsr-305 DEPS to third_party for Android
This only adds the DEPS. They will be used to build jsr-305 and guava for Android. BUG=159873 Review URL: https://codereview.chromium.org/11412182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS7
1 files changed, 7 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 7cf30b7..e49fcb5 100644
--- a/DEPS
+++ b/DEPS
@@ -5,6 +5,7 @@ vars = {
# Use this googlecode_url variable only if there is an internal mirror for it.
# If you do not know, use the full path while defining your new deps entry.
"googlecode_url": "http://%s.googlecode.com/svn",
+ "googlecode_git_url": "https://code.google.com/p%s",
"sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
"webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
"nacl_trunk": "http://src.chromium.org/native_client/trunk",
@@ -549,6 +550,12 @@ deps_os = {
"src/third_party/findbugs":
"/trunk/deps/third_party/findbugs@163586",
+
+ "src/third_party/guava/src":
+ (Var("googlecode_git_url") % "/guava-libraries.git") + "@v13.0.1",
+
+ "src/third_party/jsr-305/src":
+ (Var("googlecode_url") % "jsr-305") + "/trunk@51",
},
}