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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 'keyboard_uma_event_filter.cc', | 165 'keyboard_uma_event_filter.cc', |
166 'keyboard_uma_event_filter.h', | 166 'keyboard_uma_event_filter.h', |
167 'magnifier/magnification_controller.cc', | 167 'magnifier/magnification_controller.cc', |
168 'magnifier/magnification_controller.h', | 168 'magnifier/magnification_controller.h', |
169 'magnifier/partial_magnification_controller.cc', | 169 'magnifier/partial_magnification_controller.cc', |
170 'magnifier/partial_magnification_controller.h', | 170 'magnifier/partial_magnification_controller.h', |
| 171 'metrics/screen_event_task_switch_metric_recorder.h', |
| 172 'metrics/screen_event_task_switch_metric_recorder.cc', |
171 'metrics/task_switch_metrics_recorder.cc', | 173 'metrics/task_switch_metrics_recorder.cc', |
172 'metrics/task_switch_metrics_recorder.h', | 174 'metrics/task_switch_metrics_recorder.h', |
173 'metrics/task_switch_time_tracker.cc', | 175 'metrics/task_switch_time_tracker.cc', |
174 'metrics/task_switch_time_tracker.h', | 176 'metrics/task_switch_time_tracker.h', |
175 'metrics/user_metrics_recorder.cc', | 177 'metrics/user_metrics_recorder.cc', |
176 'metrics/user_metrics_recorder.h', | 178 'metrics/user_metrics_recorder.h', |
177 'multi_profile_uma.cc', | 179 'multi_profile_uma.cc', |
178 'multi_profile_uma.h', | 180 'multi_profile_uma.h', |
179 'networking_config_delegate.cc', | 181 'networking_config_delegate.cc', |
180 'networking_config_delegate.h', | 182 'networking_config_delegate.h', |
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1338 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1340 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1339 ], | 1341 ], |
1340 } | 1342 } |
1341 ], | 1343 ], |
1342 ], | 1344 ], |
1343 }, | 1345 }, |
1344 ], | 1346 ], |
1345 }], | 1347 }], |
1346 ], | 1348 ], |
1347 } | 1349 } |
OLD | NEW |