diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-28 19:06:17 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-28 19:06:17 +0000 |
commit | 3e552f39931e1285ef407dc0393fed6a1fcd0c79 (patch) | |
tree | 19bf0cf113e84dde05a949a9472a3b735b7a0e7a /mojo/mojo_examples.gypi | |
parent | 284942a18f4b78712cf9d90cffde7f3b9478ae43 (diff) | |
download | chromium_src-3e552f39931e1285ef407dc0393fed6a1fcd0c79.zip chromium_src-3e552f39931e1285ef407dc0393fed6a1fcd0c79.tar.gz chromium_src-3e552f39931e1285ef407dc0393fed6a1fcd0c79.tar.bz2 |
Move DefaultActivationClient to wm/core
Several tests are using AuraTestHelper and were relying on it to set up the DefaultActivationClient, so I had to have them instantiate the DAC directly after calling SetUp() on the helper. I also had to make the DAC delete itself after the root window it's bound to is destroyed.
R=sky@chromium.org
http://crbug.com/308710
Review URL: https://codereview.chromium.org/250113002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266616 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_examples.gypi')
-rw-r--r-- | mojo/mojo_examples.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi index 5bece9b..00d5e81 100644 --- a/mojo/mojo_examples.gypi +++ b/mojo/mojo_examples.gypi @@ -255,6 +255,7 @@ '../ui/gfx/gfx.gyp:gfx', '../ui/gfx/gfx.gyp:gfx_geometry', '../ui/views/views.gyp:views', + '../ui/wm/wm.gyp:wm', '../url/url.gyp:url_lib', 'mojo_aura_demo_support', 'mojo_common_lib', |