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

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 109323011: [rac] Download all rules for a country code in libaddressinput. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a TODO. Created 6 years, 11 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
« no previous file with comments | « third_party/libaddressinput/chromium/cpp/test/retriever_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/libaddressinput.gyp
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index afa4fb263246031511627e6479c165df7d701a3e..812dd4462d6bd4676859f81a959801dda676da7e 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -70,6 +70,8 @@
'<(libaddressinput_dir)/cpp/src/address_problem.cc',
'<(libaddressinput_dir)/cpp/src/address_ui.cc',
'<(libaddressinput_dir)/cpp/src/address_validator.cc',
+ '<(libaddressinput_dir)/cpp/src/country_rules_aggregator.cc',
+ '<(libaddressinput_dir)/cpp/src/country_rules_aggregator.h',
'<(libaddressinput_dir)/cpp/src/grit.h',
'<(libaddressinput_dir)/cpp/src/localization.cc',
'<(libaddressinput_dir)/cpp/src/lookup_key_util.cc',
@@ -80,6 +82,8 @@
'<(libaddressinput_dir)/cpp/src/retriever.h',
'<(libaddressinput_dir)/cpp/src/rule.cc',
'<(libaddressinput_dir)/cpp/src/rule.h',
+ '<(libaddressinput_dir)/cpp/src/ruleset.cc',
+ '<(libaddressinput_dir)/cpp/src/ruleset.h',
'<(libaddressinput_dir)/cpp/src/util/json.h',
'<(libaddressinput_dir)/cpp/src/util/md5.cc',
'<(libaddressinput_dir)/cpp/src/util/md5.h',
« no previous file with comments | « third_party/libaddressinput/chromium/cpp/test/retriever_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698