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

Unified Diff: ash/ash.gyp

Issue 10544011: chromeos: Notify power manager about user activity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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') | ash/wm/user_activity_detector.h » ('J')
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 dbfbe2a2fc9be09569591c2bd0f47bca2c1384df..7e115364684d8d934926b696da6c18d77aa70d37 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -224,16 +224,6 @@
'wm/partial_screenshot_event_filter.h',
'wm/partial_screenshot_view.cc',
'wm/partial_screenshot_view.h',
- 'wm/shelf_auto_hide_behavior.h',
- 'wm/slow_animation_event_filter.cc',
- 'wm/slow_animation_event_filter.h',
- 'wm/system_gesture_event_filter.cc',
- 'wm/system_gesture_event_filter.h',
- 'wm/system_modal_container_layout_manager.cc',
- 'wm/system_modal_container_layout_manager.h',
- 'wm/system_modal_container_event_filter.cc',
- 'wm/system_modal_container_event_filter.h',
- 'wm/system_modal_container_event_filter_delegate.h',
'wm/power_button_controller.cc',
'wm/power_button_controller.h',
'wm/property_util.cc',
@@ -253,14 +243,26 @@
'wm/shadow_controller.h',
'wm/shadow_types.cc',
'wm/shadow_types.h',
+ 'wm/shelf_auto_hide_behavior.h',
'wm/shelf_layout_manager.cc',
'wm/shelf_layout_manager.h',
+ 'wm/slow_animation_event_filter.cc',
+ 'wm/slow_animation_event_filter.h',
'wm/stacking_controller.cc',
'wm/stacking_controller.h',
'wm/status_area_layout_manager.cc',
'wm/status_area_layout_manager.h',
+ 'wm/system_gesture_event_filter.cc',
+ 'wm/system_gesture_event_filter.h',
+ 'wm/system_modal_container_event_filter.cc',
+ 'wm/system_modal_container_event_filter.h',
+ 'wm/system_modal_container_event_filter_delegate.h',
+ 'wm/system_modal_container_layout_manager.cc',
+ 'wm/system_modal_container_layout_manager.h',
'wm/toplevel_window_event_filter.cc',
'wm/toplevel_window_event_filter.h',
+ 'wm/user_activity_detector.cc',
+ 'wm/user_activity_detector.h',
'wm/video_detector.cc',
'wm/video_detector.h',
'wm/visibility_controller.cc',
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ash/wm/user_activity_detector.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698