diff options
author | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-01 17:29:13 +0000 |
---|---|---|
committer | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-01 17:29:13 +0000 |
commit | e6893672ec403d9dbf7fc5aab64ba6109ffd625a (patch) | |
tree | 25d46598e07af97d4f284663a3e3d53412e4eb2b /chrome/chrome_common.gypi | |
parent | 3dfb202d7b2cbdb92b1fe9d6274211d823efebe8 (diff) | |
download | chromium_src-e6893672ec403d9dbf7fc5aab64ba6109ffd625a.zip chromium_src-e6893672ec403d9dbf7fc5aab64ba6109ffd625a.tar.gz chromium_src-e6893672ec403d9dbf7fc5aab64ba6109ffd625a.tar.bz2 |
Pull chrome stuff out of (and move) extensions::Dispatcher.
This moves Dispatcher into //extensions along with
several of its remaining dependencies.
This also introduces a DispatcherDelegate interface along with implementations for chrome and app_shell.
BUG=359836
TBR=sky for CCRC and ChromeRenderViewTest
Review URL: https://codereview.chromium.org/260083006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267564 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index dbccd6c..6072b60 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -181,8 +181,6 @@ 'common/extensions/manifest_handlers/app_launch_info.h', 'common/extensions/manifest_handlers/content_scripts_handler.cc', 'common/extensions/manifest_handlers/content_scripts_handler.h', - 'common/extensions/manifest_handlers/externally_connectable.cc', - 'common/extensions/manifest_handlers/externally_connectable.h', 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', 'common/extensions/manifest_handlers/nacl_modules_handler.cc', |