Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: DEPS

Issue 11434058: Add guava and jsr-305 DEPS to third_party for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 692fdb5f273c4b6d8b84a38dedbd76da0a3a7084..48cdcb28c9e4fcdb3a7deaf09187c2f93a7a8040 100644
--- a/DEPS
+++ b/DEPS
@@ -549,6 +549,12 @@ deps_os = {
"src/third_party/findbugs":
"/trunk/deps/third_party/findbugs@163586",
+
+ "src/third_party/guava/src":
+ Var('chromium_git') + '/external/guava-libraries.git@c523556ab7d0f05afadebd20e7768d4c16af8771',
+
+ "src/third_party/jsr-305/src":
+ (Var("googlecode_url") % "jsr-305") + "/trunk@51",
},
}
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698