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

Side by Side Diff: ash/ash.gyp

Issue 1684823004: Refactors keyboard related code so mash can use a keyboard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to trunk Created 4 years, 10 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 | ash/keyboard/keyboard_ui.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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'host/ash_window_tree_host_unified.h', 158 'host/ash_window_tree_host_unified.h',
159 'host/ash_window_tree_host_win.cc', 159 'host/ash_window_tree_host_win.cc',
160 'host/ash_window_tree_host_win.h', 160 'host/ash_window_tree_host_win.h',
161 'host/ash_window_tree_host_x11.cc', 161 'host/ash_window_tree_host_x11.cc',
162 'host/ash_window_tree_host_x11.h', 162 'host/ash_window_tree_host_x11.h',
163 'host/root_window_transformer.h', 163 'host/root_window_transformer.h',
164 'host/transformer_helper.cc', 164 'host/transformer_helper.cc',
165 'host/transformer_helper.h', 165 'host/transformer_helper.h',
166 'ime/input_method_event_handler.cc', 166 'ime/input_method_event_handler.cc',
167 'ime/input_method_event_handler.h', 167 'ime/input_method_event_handler.h',
168 'keyboard/keyboard_ui.cc',
169 'keyboard/keyboard_ui.h',
170 'keyboard/keyboard_ui_observer.h',
168 'keyboard_uma_event_filter.cc', 171 'keyboard_uma_event_filter.cc',
169 'keyboard_uma_event_filter.h', 172 'keyboard_uma_event_filter.h',
170 'magnifier/magnification_controller.cc', 173 'magnifier/magnification_controller.cc',
171 'magnifier/magnification_controller.h', 174 'magnifier/magnification_controller.h',
172 'magnifier/partial_magnification_controller.cc', 175 'magnifier/partial_magnification_controller.cc',
173 'magnifier/partial_magnification_controller.h', 176 'magnifier/partial_magnification_controller.h',
174 'metrics/desktop_task_switch_metric_recorder.cc', 177 'metrics/desktop_task_switch_metric_recorder.cc',
175 'metrics/desktop_task_switch_metric_recorder.h', 178 'metrics/desktop_task_switch_metric_recorder.h',
176 'metrics/task_switch_metrics_recorder.cc', 179 'metrics/task_switch_metrics_recorder.cc',
177 'metrics/task_switch_metrics_recorder.h', 180 'metrics/task_switch_metrics_recorder.h',
(...skipping 1174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1352 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1355 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1353 ], 1356 ],
1354 } 1357 }
1355 ], 1358 ],
1356 ], 1359 ],
1357 }, 1360 },
1358 ], 1361 ],
1359 }], 1362 }],
1360 ], 1363 ],
1361 } 1364 }
OLDNEW
« no previous file with comments | « no previous file | ash/keyboard/keyboard_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698