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

Side by Side Diff: athena/athena.gyp

Issue 574113002: Use chromeos accelerometer reader and support only lid accelerometer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master. Created 6 years, 3 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
« no previous file with comments | « no previous file | athena/main/athena_launcher.cc » ('j') | no next file with comments »
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 {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'resource_manager/memory_pressure_notifier.h', 81 'resource_manager/memory_pressure_notifier.h',
82 'resource_manager/public/resource_manager.h', 82 'resource_manager/public/resource_manager.h',
83 'resource_manager/public/resource_manager_delegate.h', 83 'resource_manager/public/resource_manager_delegate.h',
84 'resource_manager/resource_manager_impl.cc', 84 'resource_manager/resource_manager_impl.cc',
85 'screen/public/screen_manager.h', 85 'screen/public/screen_manager.h',
86 'screen/screen_accelerator_handler.cc', 86 'screen/screen_accelerator_handler.cc',
87 'screen/screen_accelerator_handler.h', 87 'screen/screen_accelerator_handler.h',
88 'screen/screen_manager_impl.cc', 88 'screen/screen_manager_impl.cc',
89 'system/background_controller.cc', 89 'system/background_controller.cc',
90 'system/background_controller.h', 90 'system/background_controller.h',
91 'system/device_socket_listener.cc',
92 'system/device_socket_listener.h',
93 'system/network_selector.cc', 91 'system/network_selector.cc',
94 'system/network_selector.h', 92 'system/network_selector.h',
95 'system/orientation_controller.cc', 93 'system/orientation_controller.cc',
96 'system/orientation_controller.h', 94 'system/orientation_controller.h',
97 'system/power_button_controller.cc', 95 'system/power_button_controller.cc',
98 'system/power_button_controller.h', 96 'system/power_button_controller.h',
99 'system/status_icon_container_view.cc', 97 'system/status_icon_container_view.cc',
100 'system/status_icon_container_view.h', 98 'system/status_icon_container_view.h',
101 'system/time_view.cc', 99 'system/time_view.cc',
102 'system/time_view.h', 100 'system/time_view.h',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'screen/screen_manager_unittest.cc', 262 'screen/screen_manager_unittest.cc',
265 'test/athena_unittests.cc', 263 'test/athena_unittests.cc',
266 'wm/split_view_controller_unittest.cc', 264 'wm/split_view_controller_unittest.cc',
267 'wm/window_list_provider_impl_unittest.cc', 265 'wm/window_list_provider_impl_unittest.cc',
268 'wm/window_manager_unittest.cc', 266 'wm/window_manager_unittest.cc',
269 ], 267 ],
270 } 268 }
271 ], 269 ],
272 } 270 }
273 271
OLDNEW
« no previous file with comments | « no previous file | athena/main/athena_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698