diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-20 19:25:48 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-20 19:25:48 +0000 |
commit | 1ce1597337ec9459598cc84a6bc3831c2ea3dfac (patch) | |
tree | 348d72c015790f799959ab9e958d8254c705af5a /apps/apps.gypi | |
parent | 998e64060cece98794221895e561970be9a248d0 (diff) | |
download | chromium_src-1ce1597337ec9459598cc84a6bc3831c2ea3dfac.zip chromium_src-1ce1597337ec9459598cc84a6bc3831c2ea3dfac.tar.gz chromium_src-1ce1597337ec9459598cc84a6bc3831c2ea3dfac.tar.bz2 |
Split ExtensionWebContentsObserver into base and Chrome implementations
This allows app_shell to use a simplified ExtensionWebContentsObserver while
Chrome maintains its more complex version.
* Move ExtensionWebContentsObserver to src/extensions
* Introduce ChromeExtensionWebContentsObserver
* Delegate out observer creation from ExtensionHost
Removing this dependency on Chrome will allow ExtensionHost to move into
src/extensions and break another app_shell -> Chrome dependency.
BUG=321341
TEST=browser_tests ErrorConsole* and Extension*
TBR=stevenjb@chromium.org for mechanical changes to chrome/browser/chromeos
TBR=msw@chromium.org for mechanical changes to chrome/browser/ui
Review URL: https://codereview.chromium.org/205243004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258372 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r-- | apps/apps.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi index edb2b0a..65d1e0d 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -194,6 +194,8 @@ 'shell/browser/shell_extension_system.h', 'shell/browser/shell_extension_system_factory.cc', 'shell/browser/shell_extension_system_factory.h', + 'shell/browser/shell_extension_web_contents_observer.cc', + 'shell/browser/shell_extension_web_contents_observer.h', 'shell/browser/shell_extensions_browser_client.cc', 'shell/browser/shell_extensions_browser_client.h', 'shell/browser/web_view_window.cc', |