AutoFill Mac Address Book "me" card data translation.

Implements Mac Address Book "me" card integration with AutoFill feature.  When the kAutoFillAuxiliaryProfilesEnabled preference is enabled, via the AutoFill preferences dialog, the active user's designated "me" card becomes available to AutoFill.  That is, forms become aware of any name, address, email, and telephone number information residing in the user's "me" card.  Small change to AutoFillDialog.xib to resize the preference check-box label width to accommodate new string.

BUG=36496
TEST=PersonalDataManagerTest


Review URL: http://codereview.chromium.org/668247

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41041 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index dceec65e..8b4231a 100755
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -149,6 +149,7 @@
         'browser/autofill/name_field.h',
         'browser/autofill/personal_data_manager.cc',
         'browser/autofill/personal_data_manager.h',
+        'browser/autofill/personal_data_manager_mac.mm',
         'browser/autofill/phone_field.cc',
         'browser/autofill/phone_field.h',
         'browser/autofill/phone_number.cc',
@@ -2426,6 +2427,7 @@
           ],
           'link_settings': {
             'libraries': [
+              '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
               '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework',
               '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
               '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',