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

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: Use the FILE thread for IO 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
« no previous file with comments | « no previous file | athena/main/athena_launcher.cc » ('j') | athena/screen/public/screen_manager.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
11 'target_name': 'athena_lib', 11 'target_name': 'athena_lib',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:test_support_base',
14 '../skia/skia.gyp:skia', 15 '../skia/skia.gyp:skia',
15 '../ui/accessibility/accessibility.gyp:ax_gen', 16 '../ui/accessibility/accessibility.gyp:ax_gen',
16 '../ui/app_list/app_list.gyp:app_list', 17 '../ui/app_list/app_list.gyp:app_list',
17 '../ui/aura/aura.gyp:aura', 18 '../ui/aura/aura.gyp:aura',
19 '../ui/aura/aura.gyp:aura_test_support',
18 '../ui/events/events.gyp:events_base', 20 '../ui/events/events.gyp:events_base',
19 '../ui/strings/ui_strings.gyp:ui_strings', 21 '../ui/strings/ui_strings.gyp:ui_strings',
20 '../ui/views/views.gyp:views', 22 '../ui/views/views.gyp:views',
21 ], 23 ],
22 'defines': [ 24 'defines': [
23 'ATHENA_IMPLEMENTATION', 25 'ATHENA_IMPLEMENTATION',
24 ], 26 ],
25 'sources': [ 27 'sources': [
26 # All .cc, .h under athena, except unittests 28 # All .cc, .h under athena, except unittests
27 'activity/activity.cc', 29 'activity/activity.cc',
(...skipping 30 matching lines...) Expand all
58 'input/accelerator_manager_impl.h', 60 'input/accelerator_manager_impl.h',
59 'input/input_manager_impl.cc', 61 'input/input_manager_impl.cc',
60 'input/public/accelerator_manager.h', 62 'input/public/accelerator_manager.h',
61 'input/public/input_manager.h', 63 'input/public/input_manager.h',
62 'screen/background_controller.cc', 64 'screen/background_controller.cc',
63 'screen/background_controller.h', 65 'screen/background_controller.h',
64 'screen/public/screen_manager.h', 66 'screen/public/screen_manager.h',
65 'screen/screen_accelerator_handler.cc', 67 'screen/screen_accelerator_handler.cc',
66 'screen/screen_accelerator_handler.h', 68 'screen/screen_accelerator_handler.h',
67 'screen/screen_manager_impl.cc', 69 'screen/screen_manager_impl.cc',
70 'system/device_socket_listener.cc',
71 'system/device_socket_listener.h',
72 'system/orientation_controller.cc',
73 'system/orientation_controller.h',
68 'system/power_button_controller.cc', 74 'system/power_button_controller.cc',
69 'system/power_button_controller.h', 75 'system/power_button_controller.h',
70 'system/public/system_ui.h', 76 'system/public/system_ui.h',
71 'system/system_ui_impl.cc', 77 'system/system_ui_impl.cc',
72 'wm/public/window_manager.h', 78 'wm/public/window_manager.h',
73 'wm/public/window_manager_observer.h', 79 'wm/public/window_manager_observer.h',
74 'wm/bezel_controller.cc', 80 'wm/bezel_controller.cc',
75 'wm/bezel_controller.h', 81 'wm/bezel_controller.h',
76 'wm/split_view_controller.cc', 82 'wm/split_view_controller.cc',
77 'wm/split_view_controller.h', 83 'wm/split_view_controller.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'activity/activity_manager_unittest.cc', 175 'activity/activity_manager_unittest.cc',
170 'home/home_card_unittest.cc', 176 'home/home_card_unittest.cc',
171 'input/accelerator_manager_unittest.cc', 177 'input/accelerator_manager_unittest.cc',
172 'screen/screen_manager_unittest.cc', 178 'screen/screen_manager_unittest.cc',
173 'wm/window_manager_unittest.cc', 179 'wm/window_manager_unittest.cc',
174 ], 180 ],
175 } 181 }
176 ], 182 ],
177 } 183 }
178 184
OLDNEW
« no previous file with comments | « no previous file | athena/main/athena_launcher.cc » ('j') | athena/screen/public/screen_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698