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", |
|
Mark Mentovai
2011/04/27 16:53:01
Get rid of the r.
I know it works with the r, but
GeorgeY
2011/04/28 07:21:18
Done. But for now added patched library completely
|
| } |
| 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"), |
| } |