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

Side by Side Diff: ash/ash.gyp

Issue 236153002: Merge 261317 "Read and expose accelerometer values from cros-ec-..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1916/src/
Patch Set: Created 6 years, 8 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 | « ash/accelerometer/accelerometer_observer.h ('k') | ash/shell.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'accelerators/key_hold_detector.cc', 68 'accelerators/key_hold_detector.cc',
69 'accelerators/key_hold_detector.h', 69 'accelerators/key_hold_detector.h',
70 'accelerators/focus_manager_factory.cc', 70 'accelerators/focus_manager_factory.cc',
71 'accelerators/focus_manager_factory.h', 71 'accelerators/focus_manager_factory.h',
72 'accelerators/magnifier_key_scroller.cc', 72 'accelerators/magnifier_key_scroller.cc',
73 'accelerators/magnifier_key_scroller.h', 73 'accelerators/magnifier_key_scroller.h',
74 'accelerators/nested_dispatcher_controller.cc', 74 'accelerators/nested_dispatcher_controller.cc',
75 'accelerators/nested_dispatcher_controller.h', 75 'accelerators/nested_dispatcher_controller.h',
76 'accelerators/spoken_feedback_toggler.cc', 76 'accelerators/spoken_feedback_toggler.cc',
77 'accelerators/spoken_feedback_toggler.h', 77 'accelerators/spoken_feedback_toggler.h',
78 'accelerometer/accelerometer_controller.cc',
79 'accelerometer/accelerometer_controller.h',
80 'accelerometer/accelerometer_observer.h',
78 'accessibility_delegate.h', 81 'accessibility_delegate.h',
79 'audio/sounds.cc', 82 'audio/sounds.cc',
80 'audio/sounds.h', 83 'audio/sounds.h',
81 'autoclick/autoclick_controller.cc', 84 'autoclick/autoclick_controller.cc',
82 'autoclick/autoclick_controller.h', 85 'autoclick/autoclick_controller.h',
83 'ash_constants.cc', 86 'ash_constants.cc',
84 'ash_constants.h', 87 'ash_constants.h',
85 'ash_switches.cc', 88 'ash_switches.cc',
86 'ash_switches.h', 89 'ash_switches.h',
87 'cancel_mode.cc', 90 'cancel_mode.cc',
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 }], 1146 }],
1144 ['chromeos==1', { 1147 ['chromeos==1', {
1145 'dependencies': [ 1148 'dependencies': [
1146 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1149 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1147 ], 1150 ],
1148 }], 1151 }],
1149 ], 1152 ],
1150 }, 1153 },
1151 ], 1154 ],
1152 } 1155 }
OLDNEW
« no previous file with comments | « ash/accelerometer/accelerometer_observer.h ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698