Chromium Code Reviews| Index: DEPS |
| =================================================================== |
| --- DEPS (revision 80535) |
| +++ DEPS (working copy) |
| @@ -14,6 +14,7 @@ |
| "ffmpeg_revision": "79854", |
| "skia_revision": "1044", |
| "v8_revision": "7491", |
| + "libphonenumber_revision": "r156", |
| } |
| deps = { |
| @@ -219,6 +220,9 @@ |
| "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"), |
|
dhollowa
2011/04/06 15:02:55
nit: 80 cols
GeorgeY
2011/04/07 00:00:39
Fixed, but I think the limit is about source code
|
| } |