OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |