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

Unified Diff: chrome/chrome_common.gypi

Issue 11588004: Move ScriptBadge, ActionInfo out of Extension; preparation for BrowserAction (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for CQ Created 7 years, 11 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 3dd81197567f76dcdf00013c6ba50efea1454354..6212d4ccbeee0ba6e21aee8a46889066abe66599 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -126,6 +126,10 @@
'common/custom_handlers/protocol_handler.cc',
'common/custom_handlers/protocol_handler.h',
'common/descriptors_android.h',
+ 'common/extensions/api/extension_action/script_badge_handler.cc',
+ 'common/extensions/api/extension_action/script_badge_handler.h',
+ 'common/extensions/api/extension_action/action_info.cc',
+ 'common/extensions/api/extension_action/action_info.h',
'common/extensions/api/extension_api.cc',
'common/extensions/api/extension_api.h',
'common/extensions/api/extension_api_stub.cc',
@@ -190,6 +194,8 @@
'common/extensions/manifest.h',
'common/extensions/manifest_handler.cc',
'common/extensions/manifest_handler.h',
+ 'common/extensions/manifest_handler_helpers.cc',
+ 'common/extensions/manifest_handler_helpers.h',
'common/extensions/manifest_url_handler.cc',
'common/extensions/manifest_url_handler.h',
'common/extensions/matcher/regex_set_matcher.cc',
@@ -462,6 +468,8 @@
'sources/': [
['exclude', '^common/extensions/api/'],
['include', 'common/extensions/api/extension_api_stub.cc'],
+ ['include', 'common/extensions/api/extension_action/action_info.cc'],
+ ['include', 'common/extensions/api/extension_action/action_info.h'],
],
}],
['remoting==1', {
« 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