| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 'magnifier/magnification_controller.cc', | 165 'magnifier/magnification_controller.cc', |
| 166 'magnifier/magnification_controller.h', | 166 'magnifier/magnification_controller.h', |
| 167 'magnifier/partial_magnification_controller.cc', | 167 'magnifier/partial_magnification_controller.cc', |
| 168 'magnifier/partial_magnification_controller.h', | 168 'magnifier/partial_magnification_controller.h', |
| 169 'metrics/task_switch_metrics_recorder.cc', | 169 'metrics/task_switch_metrics_recorder.cc', |
| 170 'metrics/task_switch_metrics_recorder.h', | 170 'metrics/task_switch_metrics_recorder.h', |
| 171 'metrics/task_switch_time_tracker.cc', | 171 'metrics/task_switch_time_tracker.cc', |
| 172 'metrics/task_switch_time_tracker.h', | 172 'metrics/task_switch_time_tracker.h', |
| 173 'metrics/user_metrics_recorder.cc', | 173 'metrics/user_metrics_recorder.cc', |
| 174 'metrics/user_metrics_recorder.h', | 174 'metrics/user_metrics_recorder.h', |
| 175 'metrics/user_metrics_recorder_proxy.h', |
| 175 'multi_profile_uma.cc', | 176 'multi_profile_uma.cc', |
| 176 'multi_profile_uma.h', | 177 'multi_profile_uma.h', |
| 177 'networking_config_delegate.cc', | 178 'networking_config_delegate.cc', |
| 178 'networking_config_delegate.h', | 179 'networking_config_delegate.h', |
| 179 'popup_message.cc', | 180 'popup_message.cc', |
| 180 'popup_message.h', | 181 'popup_message.h', |
| 181 'root_window_controller.cc', | 182 'root_window_controller.cc', |
| 182 'root_window_controller.h', | 183 'root_window_controller.h', |
| 183 'root_window_settings.cc', | 184 'root_window_settings.cc', |
| 184 'root_window_settings.h', | 185 'root_window_settings.h', |
| (...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1334 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1335 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1335 ], | 1336 ], |
| 1336 } | 1337 } |
| 1337 ], | 1338 ], |
| 1338 ], | 1339 ], |
| 1339 }, | 1340 }, |
| 1340 ], | 1341 ], |
| 1341 }], | 1342 }], |
| 1342 ], | 1343 ], |
| 1343 } | 1344 } |
| OLD | NEW |