diff options
author | georgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-03 23:21:30 +0000 |
---|---|---|
committer | georgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-03 23:21:30 +0000 |
commit | 69d71c5676b955a891f0ca1c106e0367638c328c (patch) | |
tree | a5e14074ae2d9142d2c78ba5ac25136103d5b2bc /build | |
parent | a9481f48c038017efaac888b13f0d592d0975932 (diff) | |
download | chromium_src-69d71c5676b955a891f0ca1c106e0367638c328c.zip chromium_src-69d71c5676b955a891f0ca1c106e0367638c328c.tar.gz chromium_src-69d71c5676b955a891f0ca1c106e0367638c328c.tar.bz2 |
Autofill phone number enhancements and integration of Phone Number Util Library: part 1
Temporarily the whole library is included, until the patch is upstreamed.
BUG=71443
TEST=Unit-tested
Review URL: http://codereview.chromium.org/6803005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84000 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 6985334..4258761 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -163,6 +163,7 @@ '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', + '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', 'temp_gyp/googleurl.gyp:googleurl_unittests', ], 'conditions': [ @@ -221,6 +222,7 @@ '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', + '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', 'temp_gyp/googleurl.gyp:googleurl_unittests', ], 'conditions': [ @@ -327,6 +329,7 @@ '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', + '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', 'temp_gyp/googleurl.gyp:googleurl_unittests', ], }, @@ -357,6 +360,7 @@ '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', + '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', 'temp_gyp/googleurl.gyp:googleurl_unittests', ], }, @@ -374,6 +378,7 @@ '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', + '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', ], }, { @@ -396,6 +401,7 @@ '../ui/ui.gyp:gfx_unittests', '../jingle/jingle.gyp:jingle_unittests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', + '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', ], }, ], # targets @@ -445,6 +451,7 @@ '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', + '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn', '../views/views.gyp:views_unittests', # TODO(nsylvain) ui_tests.exe depends on test_shell_common. @@ -474,6 +481,7 @@ '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', + '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', 'temp_gyp/googleurl.gyp:googleurl_unittests', ], }, @@ -551,6 +559,7 @@ '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', + '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests', '../views/views.gyp:views_unittests', 'temp_gyp/googleurl.gyp:googleurl_unittests', ], |