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

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: Yoyo's requested changes Created 8 years 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 9d42cc54cf9f1a7d24675e2a9d0bbcdad4853f94..04431418b58dd73d1cd0052beef38f6d69793158 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -126,6 +126,12 @@
'common/extensions/api/extension_api_stub.cc',
'common/extensions/api/omnibox/omnibox_handler.cc',
'common/extensions/api/omnibox/omnibox_handler.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_handler_helpers.cc',
+ 'common/extensions/api/extension_action/action_handler_helpers.h',
+ 'common/extensions/api/extension_action/action_info.cc',
+ 'common/extensions/api/extension_action/action_info.h',
'common/extensions/command.cc',
'common/extensions/command.h',
'common/extensions/csp_validator.cc',
@@ -181,6 +187,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/matcher/regex_set_matcher.cc',
'common/extensions/matcher/regex_set_matcher.h',
'common/extensions/matcher/string_pattern.cc',

Powered by Google App Engine
This is Rietveld 408576698