diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-01 11:45:29 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-01 11:45:29 +0000 |
commit | b42910f2a08d5eb08015f202c18bb05af1575125 (patch) | |
tree | 61b4c0ef2390fab101fa8d2f0f47a48ef77d2c45 /ash/ash.gyp | |
parent | 44ea8c724f68466ba84a574540f799085b69871e (diff) | |
download | chromium_src-b42910f2a08d5eb08015f202c18bb05af1575125.zip chromium_src-b42910f2a08d5eb08015f202c18bb05af1575125.tar.gz chromium_src-b42910f2a08d5eb08015f202c18bb05af1575125.tar.bz2 |
open new window in the same root window where the launcher was in
* Introduced ScopedRootWindowActivator to temporarily switch
active root window.
BUG=241571
TEST=covered by test
Review URL: https://chromiumcodereview.appspot.com/19945008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215000 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 29a3c38..dc8ee39 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -175,6 +175,8 @@ 'root_window_controller.h', 'rotator/screen_rotation.cc', 'rotator/screen_rotation.h', + 'scoped_target_root_window.cc', + 'scoped_target_root_window.h', 'screen_ash.cc', 'screen_ash.h', 'screensaver/screensaver_view.cc', |