diff options
author | antrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-16 16:27:53 +0000 |
---|---|---|
committer | antrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-16 16:27:53 +0000 |
commit | 81b9ab27d60b4645099c14e6a45eb66a59c5137e (patch) | |
tree | 982200e57fbfdc83dac68ba172df29a9eba4ee68 /ash/ash.gyp | |
parent | 98e48e9b2c78c48bd8a2193587be9248b9fa04c1 (diff) | |
download | chromium_src-81b9ab27d60b4645099c14e6a45eb66a59c5137e.zip chromium_src-81b9ab27d60b4645099c14e6a45eb66a59c5137e.tar.gz chromium_src-81b9ab27d60b4645099c14e6a45eb66a59c5137e.tar.bz2 |
ash : Decouple power button controller and session state controller.
Prepare code to introduce two versions of SessionStateController later.
BUG=138171, 139461
Review URL: https://chromiumcodereview.appspot.com/11091023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162140 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 837402bf..18ac695 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -327,6 +327,8 @@ 'wm/screen_dimmer.h', 'wm/session_state_animator.cc', 'wm/session_state_animator.h', + 'wm/session_state_controller.cc', + 'wm/session_state_controller.h', 'wm/shadow.cc', 'wm/shadow.h', 'wm/shadow_controller.cc', |