diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-26 19:20:21 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-26 19:20:21 +0000 |
commit | f24ec6af38c2dc2e3bdf3f5a7e70ad22edf925b4 (patch) | |
tree | fe5ae23d07a2fda542e9bac8c913b1d4c1dafc60 /content/content_shell.gypi | |
parent | 5f91b1f8f0ab9d4c52fa66dcbb2580f2f5ea479a (diff) | |
download | chromium_src-f24ec6af38c2dc2e3bdf3f5a7e70ad22edf925b4.zip chromium_src-f24ec6af38c2dc2e3bdf3f5a7e70ad22edf925b4.tar.gz chromium_src-f24ec6af38c2dc2e3bdf3f5a7e70ad22edf925b4.tar.bz2 |
desktop aura: Rip out DesktopNativeWidgetHelperAura and dependencies.
Now that scottmg@ has turned Desktop aura mode on by default, we can safely rip out the old, supporting mode. This doesn't change how {aura,views}_unittests work, which rely on the old notion of having a single RootWindow, but it does make sure that content_browsertests and views_examples_with_content_exe use the correct subclasses.
BUG=146077, 151934
Review URL: https://codereview.chromium.org/11263017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 637986e..983cb3b 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -97,6 +97,8 @@ 'shell/shell_resource_context.h', 'shell/shell_resource_dispatcher_host_delegate.cc', 'shell/shell_resource_dispatcher_host_delegate.h', + 'shell/shell_stacking_client_chromeos.cc', + 'shell/shell_stacking_client_chromeos.h', 'shell/shell_switches.cc', 'shell/shell_switches.h', 'shell/shell_url_request_context_getter.cc', |