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

Unified Diff: third_party/libaddressinput/chromium/cpp/libaddressinput.gyp

Issue 106763007: [rac] Parse postal code formats and required fields in libaddressinput. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Test that parsing empty data does not overwrite a rule. Created 6 years, 12 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 | « no previous file | third_party/libaddressinput/chromium/cpp/src/address_field_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
diff --git a/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp b/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
index c20637aa4324d6f452b39c7046d1f05ac23cb474..ffed9970a54d8cbe063dc98d32268b6dffb27729 100644
--- a/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
+++ b/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
@@ -32,7 +32,6 @@
'type': '<(component)',
'sources': [
'src/address_field.cc',
- 'src/address_field_util.cc',
'src/address_problem.cc',
'src/address_ui.cc',
'src/address_validator.cc',
@@ -60,7 +59,6 @@
'target_name': 'unit_tests',
'type': 'executable',
'sources': [
- 'test/address_field_util_test.cc',
'test/address_ui_test.cc',
'test/fake_downloader.cc',
'test/fake_downloader_test.cc',
« no previous file with comments | « no previous file | third_party/libaddressinput/chromium/cpp/src/address_field_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698