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

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: Combine IsToken and ParseToken. Split format string on %. Created 7 years 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/chromium/cpp/libaddressinput.gyp
diff --git a/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp b/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
index 7b49a2cfa6f934ccc9d35f5bfe398744e8f2c835..7d9ca8b939fe9861f5d5298d01c66abbeb5d6350 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',
@@ -61,7 +60,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',

Powered by Google App Engine
This is Rietveld 408576698