From e44b60b2f13cd40ca783937f0b1a418bd8510921 Mon Sep 17 00:00:00 2001 From: "rouslan@chromium.org" Date: Thu, 14 Nov 2013 23:04:51 +0000 Subject: [cpp] Address fields This patch is part of a series of patches that enable showing an address input form. This patch adds an AddressField enum and functions to parse it from a format string. git-svn-id: http://libaddressinput.googlecode.com/svn/trunk@157 38ededc0-08b8-5190-f2ac-b31f878777ad --- cpp/libaddressinput.gyp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/libaddressinput.gyp') diff --git a/cpp/libaddressinput.gyp b/cpp/libaddressinput.gyp index 2574bd8..a9dbe99 100644 --- a/cpp/libaddressinput.gyp +++ b/cpp/libaddressinput.gyp @@ -31,6 +31,8 @@ 'target_name': 'libaddressinput', 'type': '<(component)', 'sources': [ + 'src/address_field.cc', + 'src/address_field_util.cc', 'src/region_data_constants.cc', 'src/util/json.cc', ], @@ -43,6 +45,7 @@ 'target_name': 'unit_tests', 'type': 'executable', 'sources': [ + 'test/address_field_util_test.cc', 'test/region_data_constants_test.cc', 'test/util/json_test.cc', ], -- cgit v1.2.3