Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2855)

Unified Diff: ash/ash.gyp

Issue 8976012: chromeos: Implement power button animations for Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update copyright year to 2012 Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index eaea11341d64944938aa9a14d3b52c479f317e0d..1e61eaa71be48a0bcc15cbe2ce02e10d87977d6f 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -114,6 +114,8 @@
'wm/modality_event_filter.cc',
'wm/modality_event_filter.h',
'wm/modality_event_filter_delegate.h',
+ 'wm/power_button_controller.cc',
+ 'wm/power_button_controller.h',
'wm/property_util.cc',
'wm/property_util.h',
'wm/root_window_event_filter.cc',
@@ -200,6 +202,7 @@
'wm/default_container_layout_manager_unittest.cc',
'wm/image_grid_unittest.cc',
'wm/modal_container_layout_manager_unittest.cc',
+ 'wm/power_button_controller_unittest.cc',
'wm/root_window_event_filter_unittest.cc',
'wm/shadow_controller_unittest.cc',
'wm/shelf_layout_manager_unittest.cc',
« no previous file with comments | « no previous file | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698