Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: chrome/chrome_common.gypi

Issue 13460012: Move IconsHandler from c/c/e/api/ to c/c/e (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for CQ Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index df66646a6c3b2c110884cb4cea8804cea2ca5ca9..236089f6965136e23a15de64357ff6b15cc6f5a2 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -178,8 +178,6 @@
'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/icons/icons_handler.cc',
- 'common/extensions/api/icons/icons_handler.h',
'common/extensions/api/identity/oauth2_manifest_handler.cc',
'common/extensions/api/identity/oauth2_manifest_handler.h',
'common/extensions/api/input_ime/input_components_handler.cc',
@@ -255,6 +253,8 @@
'common/extensions/manifest_handlers/app_isolation_info.h',
'common/extensions/manifest_handlers/content_scripts_handler.cc',
'common/extensions/manifest_handlers/content_scripts_handler.h',
+ 'common/extensions/manifest_handlers/icons_handler.cc',
+ 'common/extensions/manifest_handlers/icons_handler.h',
'common/extensions/manifest_handlers/kiosk_enabled_info.cc',
'common/extensions/manifest_handlers/kiosk_enabled_info.h',
'common/extensions/manifest_handlers/offline_enabled_info.cc',
@@ -428,8 +428,6 @@
['include', 'common/extensions/api/extension_action/browser_action_handler.h'],
['include', 'common/extensions/api/extension_action/page_action_handler.cc'],
['include', 'common/extensions/api/extension_action/page_action_handler.h'],
- ['include', 'common/extensions/api/icons/icons_handler.cc'],
- ['include', 'common/extensions/api/icons/icons_handler.h'],
['include', 'common/extensions/api/i18n/default_locale_handler.cc'],
['include', 'common/extensions/api/i18n/default_locale_handler.h'],
['include', 'common/extensions/api/identity/oauth2_manifest_handler.cc'],
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698