2nd try: Supporting high dpi favicons in Instant Extended.

Original CL: https://codereview.chromium.org/15388002/

BUG=227087

Review URL: https://chromiumcodereview.appspot.com/5805043437535232

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212088 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 1f72cee4..169d04a 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -331,6 +331,10 @@
         'common/extensions/web_accessible_resources_handler.h',
         'common/external_ipc_fuzzer.cc',
         'common/external_ipc_fuzzer.h',
+        'common/favicon/favicon_types.cc',
+        'common/favicon/favicon_types.h',
+        'common/favicon/favicon_url_parser.cc',
+        'common/favicon/favicon_url_parser.h',
         'common/icon_with_badge_image_source.cc',
         'common/icon_with_badge_image_source.h',
         'common/importer/firefox_importer_utils.cc',