| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index c7a69b71e907aaf222a41f2459ffa3e4be6cd464..eb36f9d75225c326cbc9118def8ab235892b6582 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -43,6 +43,7 @@
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
|
| + '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto',
|
| '../third_party/libxml/libxml.gyp:libxml',
|
| '../third_party/npapi/npapi.gyp:npapi',
|
| '../ui/base/strings/ui_strings.gyp:ui_strings',
|
| @@ -193,6 +194,8 @@
|
| 'browser/autofill/phone_field.h',
|
| 'browser/autofill/phone_number.cc',
|
| 'browser/autofill/phone_number.h',
|
| + 'browser/autofill/phone_number_i18n.cc',
|
| + 'browser/autofill/phone_number_i18n.h',
|
| 'browser/autofill/select_control_handler.cc',
|
| 'browser/autofill/select_control_handler.h',
|
| 'browser/automation/automation_browser_tracker.cc',
|
|
|