summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorrdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-24 01:36:16 +0000
committerrdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-24 01:36:16 +0000
commit334ec0a0edaae51da3a9b267a1c5af441fe50f7c (patch)
tree1287c852f3f785918e397080556dceba5cc2e591 /chrome/chrome_common.gypi
parent62049567333baa9069fbc1e251334a97505bd0d7 (diff)
downloadchromium_src-334ec0a0edaae51da3a9b267a1c5af441fe50f7c.zip
chromium_src-334ec0a0edaae51da3a9b267a1c5af441fe50f7c.tar.gz
chromium_src-334ec0a0edaae51da3a9b267a1c5af441fe50f7c.tar.bz2
Move ContentScripts out of Extension
TBR=ben@chromium.org (gypis) BUG=159265 Review URL: https://chromiumcodereview.appspot.com/11724002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190141 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 9e56307..73aeddb4 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -240,6 +240,8 @@
'common/extensions/manifest_handler.h',
'common/extensions/manifest_handler_helpers.cc',
'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_url_handler.cc',
'common/extensions/manifest_url_handler.h',
'common/extensions/message_bundle.cc',
@@ -410,6 +412,8 @@
['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'],