diff options
author | pliard@chromium.org <pliard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 23:00:12 +0000 |
---|---|---|
committer | pliard@chromium.org <pliard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 23:00:12 +0000 |
commit | a3e40033f711e3b8414b491827cfb6c35b9b8e53 (patch) | |
tree | c6742de49065454bca0c8c148d49cf1a7919a3bb /DEPS | |
parent | bc83bb1aea99c3fafff887b6ebe76c96777032ee (diff) | |
download | chromium_src-a3e40033f711e3b8414b491827cfb6c35b9b8e53.zip chromium_src-a3e40033f711e3b8414b491827cfb6c35b9b8e53.tar.gz chromium_src-a3e40033f711e3b8414b491827cfb6c35b9b8e53.tar.bz2 |
Roll libphonenumber r456
This also changes libphonenumber.gyp. A separate library with no metadata needs
to be built. This allows us to build a production library with production
metadata and the unit tests with testing metadata. Before that it was unclear
which metadata was used for testing.
TEST=libphonenumber_unittests
Review URL: https://chromiumcodereview.appspot.com/10412031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139410 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ vars = { "pnacl_toolchain_revision": "8612", "libjingle_revision": "145", - "libphonenumber_revision": "425", + "libphonenumber_revision": "456", "libvpx_revision": "134182", "lss_revision": "9", |