Pass FileHandlersInfo to [Create|Update]PlatformShortcuts.

This pulls FileHandlerInfo out of file_handlers_parse.

This allows [Create|Update]PlatformShortcuts to register the shortcut as a file
handler in the OS.

BUG=261427

Review URL: https://codereview.chromium.org/189753003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263217 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index d339ac3..a9e152a 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -171,6 +171,8 @@
         'common/extensions/features/chrome_channel_feature_filter.h',
         'common/extensions/features/feature_channel.cc',
         'common/extensions/features/feature_channel.h',
+        'common/extensions/file_handler_info.cc',
+        'common/extensions/file_handler_info.h',
         'common/extensions/manifest_handlers/app_isolation_info.cc',
         'common/extensions/manifest_handlers/app_isolation_info.h',
         'common/extensions/manifest_handlers/app_launch_info.cc',