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

Unified Diff: DEPS

Issue 525046: Build and install a Chromium OS specific version of upstart. (Closed)
Patch Set: Created 10 years, 11 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 | « .gitignore ('k') | src/package_repo/package-list-prod.txt » ('j') | 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 4bf0fa5fb4f2bbb1a63c90177aebd56007dbb580..95b20b6c5051c9fcb151b80761ba115355398980 100644
--- a/DEPS
+++ b/DEPS
@@ -112,10 +112,10 @@ deps = {
# cairo - branch at 1.8.8, need to fix our clone somehow.
_third_party_base + "cairo": "/cairo.git",
-
+
# gconf - branch at 2.28.0, need to fix our clone somehow.
_third_party_base + "gconf": "/gconf.git",
-
+
# curl
_third_party_base + "curl": "/curl.git",
@@ -134,4 +134,6 @@ deps = {
# pango (i18n text rendering)
_third_party_base + "pango": "/pango.git",
+ # upstart
+ _third_party_base + "upstart/files" : "/upstart.git",
petkov 2010/01/06 05:27:46 Extra space before the colon. If you fix it, could
}
« no previous file with comments | « .gitignore ('k') | src/package_repo/package-list-prod.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698