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

Unified Diff: chrome/chrome_common.gypi

Issue 11724002: Move ContentScripts out of Extension (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_unref_browser_action
Patch Set: Wider net for registration 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index cf2e00417d4e09ecf4493a2d8310653490ddfa2a..af0e1954cf696e9835f0107a9c7beb0e3c54543c 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -129,6 +129,8 @@
'common/descriptors_android.h',
'common/extensions/api/commands/commands_handler.cc',
'common/extensions/api/commands/commands_handler.h',
+ 'common/extensions/api/content_scripts/content_scripts_handler.cc',
+ 'common/extensions/api/content_scripts/content_scripts_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_info.cc',
@@ -472,6 +474,8 @@
'sources/': [
['exclude', '^common/extensions/api/'],
['include', 'common/extensions/api/extension_api_stub.cc'],
+ ['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/action_info.cc'],
['include', 'common/extensions/api/extension_action/action_info.h'],
],

Powered by Google App Engine
This is Rietveld 408576698