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

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 96323002: Implement i18n::addressinput::Downloader for requestAutocomplete() (and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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: third_party/libaddressinput/libaddressinput.gyp
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index 93ac7e46e9de3a4d0dbf1fef616407d164cb5a39..c3baa59eef6b30f952cfe74eba9e4f2a1b618dd3 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -51,6 +51,8 @@
'src/cpp/include/libaddressinput/address_field.h',
'src/cpp/include/libaddressinput/address_ui_component.h',
'src/cpp/include/libaddressinput/address_ui.h',
+ 'src/cpp/include/libaddressinput/callback.h',
+ 'src/cpp/include/libaddressinput/downloader.h',
'src/cpp/include/libaddressinput/localization.h',
'src/cpp/src/address_field.cc',
'src/cpp/src/address_field_util.cc',

Powered by Google App Engine
This is Rietveld 408576698