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

Unified Diff: chrome/chrome_common.gypi

Issue 12494028: Move Requirements out of Extension Class (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Move Requirements from API Created 7 years, 9 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/common/extensions/extension.h » ('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 6b4f375011f543b0803ee5e6bd94c8348054da18..de40865c066699ac105c6db978283f4d049866e2 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -246,6 +246,8 @@
'common/extensions/manifest_handler_helpers.h',
'common/extensions/manifest_handlers/content_scripts_handler.cc',
'common/extensions/manifest_handlers/content_scripts_handler.h',
+ 'common/extensions/manifest_handlers/requirements_handler.cc',
+ 'common/extensions/manifest_handlers/requirements_handler.h',
'common/extensions/manifest_url_handler.cc',
'common/extensions/manifest_url_handler.h',
'common/extensions/message_bundle.cc',
@@ -416,8 +418,6 @@
['include', 'common/extensions/api/extension_action/action_info.h'],
['include', 'common/extensions/api/extension_action/browser_action_handler.cc'],
['include', 'common/extensions/api/extension_action/browser_action_handler.h'],
- ['include', 'common/extensions/api/content_scripts/content_scripts_handler.cc'],
- ['include', 'common/extensions/api/content_scripts/content_scripts_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'],
@@ -430,6 +430,8 @@
['include', 'common/extensions/api/plugins/plugins_handler.h'],
['include', 'common/extensions/api/themes/theme_handler.cc'],
['include', 'common/extensions/api/themes/theme_handler.h'],
+ ['include', 'common/extensions/manifest_handlers/requirements_handler.cc'],
+ ['include', 'common/extensions/manifest_handlers/requirements_handler.h'],
],
}],
['OS != "ios"', {
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698