summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorrdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-20 21:14:08 +0000
committerrdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-20 21:14:08 +0000
commit53c7e6f1fe76c02d7f1796eb218a2964efecb575 (patch)
tree5a102c9bf13f13492e5f409b20656fda1c1283c9 /chrome/chrome_common.gypi
parent5d648cea4c17461ac61f850dad35d4154c2c1ed0 (diff)
downloadchromium_src-53c7e6f1fe76c02d7f1796eb218a2964efecb575.zip
chromium_src-53c7e6f1fe76c02d7f1796eb218a2964efecb575.tar.gz
chromium_src-53c7e6f1fe76c02d7f1796eb218a2964efecb575.tar.bz2
Move FileHandlersInfo to /extensions and remove struct FileHandlersInfo
Move FileHandlersParser to /extensions. FileHandlersInfo was a struct which only contained a vector of FileHandlers. Instead, typedef a vector of FileHandlers as a FileHandlersInfo. BUG=374980 Review URL: https://codereview.chromium.org/280963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271750 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 908c9dd..407747c 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -127,8 +127,6 @@
'common/extensions/api/extension_action/page_action_handler.h',
'common/extensions/api/file_browser_handlers/file_browser_handler.cc',
'common/extensions/api/file_browser_handlers/file_browser_handler.h',
- 'common/extensions/api/file_handlers/file_handlers_parser.cc',
- 'common/extensions/api/file_handlers/file_handlers_parser.h',
'common/extensions/api/i18n/default_locale_handler.cc',
'common/extensions/api/i18n/default_locale_handler.h',
'common/extensions/api/identity/oauth2_manifest_handler.cc',
@@ -172,8 +170,6 @@
'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',