diff options
author | jackhou@chromium.org <jackhou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 13:17:51 +0000 |
---|---|---|
committer | jackhou@chromium.org <jackhou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-11 13:17:51 +0000 |
commit | e6be3fe2d49f0655b94680ec57d8bad92f9ce922 (patch) | |
tree | b594d005d4c7b6bc6b88996d62084abf39f42e1d /chrome/chrome_common.gypi | |
parent | 68a6c3da1f413a7b7e45e671064735f7fc31268f (diff) | |
download | chromium_src-e6be3fe2d49f0655b94680ec57d8bad92f9ce922.zip chromium_src-e6be3fe2d49f0655b94680ec57d8bad92f9ce922.tar.gz chromium_src-e6be3fe2d49f0655b94680ec57d8bad92f9ce922.tar.bz2 |
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
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
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', |