Chromium Code Reviews| Index: DEPS |
| =================================================================== |
| --- DEPS (revision 82332) |
| +++ DEPS (working copy) |
| @@ -14,6 +14,7 @@ |
| "ffmpeg_revision": "82126", |
| "skia_revision": "1144", |
| "v8_revision": "7673", |
| + "libphonenumber_revision": "r156", |
|
dhollowa
2011/04/25 20:09:20
None of the other version numbers have the "r" pre
GeorgeY
2011/04/27 00:41:45
AFAIK, it is passed verbatim to svn. Will check.
|
| } |
| deps = { |
| @@ -224,6 +225,10 @@ |
| "src/third_party/scons-2.0.1": |
| Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + |
| Var("nacl_tools_revision"), |
| + |
| + "src/third_party/libphonenumber/cpp": |
| + (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp@" + |
| + Var("libphonenumber_revision"), |
| } |