Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7106)

Unified Diff: chrome/chrome_browser.gypi

Issue 6935033: Autofill DOMUI Prefs should work with i18n phone numbers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 9ace2397fe0e88c4b03e62521286bd5898c35486..daede3cae318da18c01654f565206c4f4710317e 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',

Powered by Google App Engine
This is Rietveld 408576698