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

Side by Side Diff: ash/ash.gyp

Issue 1209663002: Use EventHandler for IME (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « ash/accelerators/magnifier_key_scroller_unittest.cc ('k') | ash/display/display_controller.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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'host/ash_window_tree_host_init_params.h', 155 'host/ash_window_tree_host_init_params.h',
156 'host/ash_window_tree_host_ozone.cc', 156 'host/ash_window_tree_host_ozone.cc',
157 'host/ash_window_tree_host_unified.cc', 157 'host/ash_window_tree_host_unified.cc',
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_x11.cc', 160 'host/ash_window_tree_host_x11.cc',
161 'host/ash_window_tree_host_x11.h', 161 'host/ash_window_tree_host_x11.h',
162 'host/root_window_transformer.h', 162 'host/root_window_transformer.h',
163 'host/transformer_helper.cc', 163 'host/transformer_helper.cc',
164 'host/transformer_helper.h', 164 'host/transformer_helper.h',
165 'ime/input_method_event_handler.cc',
166 'ime/input_method_event_handler.h',
165 'keyboard_uma_event_filter.cc', 167 'keyboard_uma_event_filter.cc',
166 'keyboard_uma_event_filter.h', 168 'keyboard_uma_event_filter.h',
167 'magnifier/magnification_controller.cc', 169 'magnifier/magnification_controller.cc',
168 'magnifier/magnification_controller.h', 170 'magnifier/magnification_controller.h',
169 'magnifier/partial_magnification_controller.cc', 171 'magnifier/partial_magnification_controller.cc',
170 'magnifier/partial_magnification_controller.h', 172 'magnifier/partial_magnification_controller.h',
171 'metrics/desktop_task_switch_metric_recorder.cc', 173 'metrics/desktop_task_switch_metric_recorder.cc',
172 'metrics/desktop_task_switch_metric_recorder.h', 174 'metrics/desktop_task_switch_metric_recorder.h',
173 'metrics/task_switch_metrics_recorder.cc', 175 'metrics/task_switch_metrics_recorder.cc',
174 'metrics/task_switch_metrics_recorder.h', 176 'metrics/task_switch_metrics_recorder.h',
(...skipping 1174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1349 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1351 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1350 ], 1352 ],
1351 } 1353 }
1352 ], 1354 ],
1353 ], 1355 ],
1354 }, 1356 },
1355 ], 1357 ],
1356 }], 1358 }],
1357 ], 1359 ],
1358 } 1360 }
OLDNEW
« no previous file with comments | « ash/accelerators/magnifier_key_scroller_unittest.cc ('k') | ash/display/display_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698