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

Side by Side Diff: athena/athena.gyp

Issue 431183003: Rotate screen in response to accelerator or device orientation sensors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'input/accelerator_manager_impl.h', 55 'input/accelerator_manager_impl.h',
56 'input/input_manager_impl.cc', 56 'input/input_manager_impl.cc',
57 'input/public/accelerator_manager.h', 57 'input/public/accelerator_manager.h',
58 'input/public/input_manager.h', 58 'input/public/input_manager.h',
59 'screen/background_controller.cc', 59 'screen/background_controller.cc',
60 'screen/background_controller.h', 60 'screen/background_controller.h',
61 'screen/public/screen_manager.h', 61 'screen/public/screen_manager.h',
62 'screen/screen_accelerator_handler.cc', 62 'screen/screen_accelerator_handler.cc',
63 'screen/screen_accelerator_handler.h', 63 'screen/screen_accelerator_handler.h',
64 'screen/screen_manager_impl.cc', 64 'screen/screen_manager_impl.cc',
65 'system/device_socket_listener.cc',
66 'system/device_socket_listener.h',
67 'system/orientation_controller.cc',
68 'system/orientation_controller.h',
65 'system/power_button_controller.cc', 69 'system/power_button_controller.cc',
66 'system/power_button_controller.h', 70 'system/power_button_controller.h',
67 'system/public/system_ui.h', 71 'system/public/system_ui.h',
68 'system/system_ui_impl.cc', 72 'system/system_ui_impl.cc',
69 'wm/public/window_manager.h', 73 'wm/public/window_manager.h',
70 'wm/public/window_manager_observer.h', 74 'wm/public/window_manager_observer.h',
71 'wm/bezel_controller.cc', 75 'wm/bezel_controller.cc',
72 'wm/bezel_controller.h', 76 'wm/bezel_controller.h',
73 'wm/split_view_controller.cc', 77 'wm/split_view_controller.cc',
74 'wm/split_view_controller.h', 78 'wm/split_view_controller.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'activity/activity_manager_unittest.cc', 167 'activity/activity_manager_unittest.cc',
164 'home/home_card_unittest.cc', 168 'home/home_card_unittest.cc',
165 'input/accelerator_manager_unittest.cc', 169 'input/accelerator_manager_unittest.cc',
166 'screen/screen_manager_unittest.cc', 170 'screen/screen_manager_unittest.cc',
167 'wm/window_manager_unittest.cc', 171 'wm/window_manager_unittest.cc',
168 ], 172 ],
169 } 173 }
170 ], 174 ],
171 } 175 }
172 176
OLDNEW
« no previous file with comments | « no previous file | athena/screen/public/screen_manager.h » ('j') | athena/screen/public/screen_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698