| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'metrics/task_switch_metrics_recorder.cc', | 188 'metrics/task_switch_metrics_recorder.cc', |
| 189 'metrics/task_switch_metrics_recorder.h', | 189 'metrics/task_switch_metrics_recorder.h', |
| 190 'metrics/task_switch_time_tracker.cc', | 190 'metrics/task_switch_time_tracker.cc', |
| 191 'metrics/task_switch_time_tracker.h', | 191 'metrics/task_switch_time_tracker.h', |
| 192 'metrics/user_metrics_recorder.cc', | 192 'metrics/user_metrics_recorder.cc', |
| 193 'metrics/user_metrics_recorder.h', | 193 'metrics/user_metrics_recorder.h', |
| 194 'multi_profile_uma.cc', | 194 'multi_profile_uma.cc', |
| 195 'multi_profile_uma.h', | 195 'multi_profile_uma.h', |
| 196 'networking_config_delegate.cc', | 196 'networking_config_delegate.cc', |
| 197 'networking_config_delegate.h', | 197 'networking_config_delegate.h', |
| 198 'pointer_watcher_delegate.h', |
| 199 'pointer_watcher_delegate_aura.cc', |
| 200 'pointer_watcher_delegate_aura.h', |
| 198 'popup_message.cc', | 201 'popup_message.cc', |
| 199 'popup_message.h', | 202 'popup_message.h', |
| 200 'root_window_controller.cc', | 203 'root_window_controller.cc', |
| 201 'root_window_controller.h', | 204 'root_window_controller.h', |
| 202 'root_window_settings.cc', | 205 'root_window_settings.cc', |
| 203 'root_window_settings.h', | 206 'root_window_settings.h', |
| 204 'rotator/screen_rotation_animation.cc', | 207 'rotator/screen_rotation_animation.cc', |
| 205 'rotator/screen_rotation_animation.h', | 208 'rotator/screen_rotation_animation.h', |
| 206 'rotator/screen_rotation_animator.cc', | 209 'rotator/screen_rotation_animator.cc', |
| 207 'rotator/screen_rotation_animator.h', | 210 'rotator/screen_rotation_animator.h', |
| (...skipping 1202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1410 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1413 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1411 ], | 1414 ], |
| 1412 } | 1415 } |
| 1413 ], | 1416 ], |
| 1414 ], | 1417 ], |
| 1415 }, | 1418 }, |
| 1416 ], | 1419 ], |
| 1417 }], | 1420 }], |
| 1418 ], | 1421 ], |
| 1419 } | 1422 } |
| OLD | NEW |