diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-28 16:17:23 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-28 16:17:23 +0000 |
commit | 44c49c9f1e003331995f06b79f43138b4264f8ed (patch) | |
tree | 036eea83eaffe12e86cca1061af3ce01f4235231 /chrome/chrome_common.gypi | |
parent | 069910d68691e3b03ec6a673787c91af6f7c52ae (diff) | |
download | chromium_src-44c49c9f1e003331995f06b79f43138b4264f8ed.zip chromium_src-44c49c9f1e003331995f06b79f43138b4264f8ed.tar.gz chromium_src-44c49c9f1e003331995f06b79f43138b4264f8ed.tar.bz2 |
Move extension messages to their own file and add a RenderViewObserver to start moving the extension code out of RenderView.
TBR=aa
Review URL: http://codereview.chromium.org/6735004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 3fcb4f4..47bff48 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -171,6 +171,8 @@ 'common/extensions/extension_localization_peer.h', 'common/extensions/extension_message_bundle.cc', 'common/extensions/extension_message_bundle.h', + 'common/extensions/extension_messages.cc', + 'common/extensions/extension_messages.h', 'common/extensions/extension_resource.cc', 'common/extensions/extension_resource.h', 'common/extensions/extension_set.cc', |