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

Unified Diff: DEPS

Issue 12316073: Add DEPS for new third party library in third_party/openmax_dl. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 months 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 | « no previous file | 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 a75f40cf8764656297a31436dca2db74876d7333..9b376be9123ec5a28dfc6147856d65b05baf8baf 100644
--- a/DEPS
+++ b/DEPS
@@ -40,6 +40,7 @@ vars = {
"webrtc_revision": "3501",
"jsoncpp_revision": "248",
"nss_revision": "182578",
+ "openmax_dl_revision": "3504",
ajm 2013/02/22 19:04:38 This is only used once, so you don't _need_ to add
}
deps = {
@@ -286,6 +287,9 @@ deps = {
"src/third_party/webrtc":
(Var("googlecode_url") % "webrtc") + "/stable/webrtc@" + Var("webrtc_revision"),
+ "src/third_party/openmax_dl":
+ (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@" + Var("openmax_dl_revision"),
+
"src/third_party/jsoncpp/source/include":
(Var("sourceforge_url") % {"repo": "jsoncpp"}) +
"/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698