Chromium Code Reviews| 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
|
| } |