| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 'metrics/task_switch_time_tracker.cc', | 183 'metrics/task_switch_time_tracker.cc', |
| 184 'metrics/task_switch_time_tracker.h', | 184 'metrics/task_switch_time_tracker.h', |
| 185 'metrics/user_metrics_recorder.cc', | 185 'metrics/user_metrics_recorder.cc', |
| 186 'metrics/user_metrics_recorder.h', | 186 'metrics/user_metrics_recorder.h', |
| 187 'multi_profile_uma.cc', | 187 'multi_profile_uma.cc', |
| 188 'multi_profile_uma.h', | 188 'multi_profile_uma.h', |
| 189 'networking_config_delegate.cc', | 189 'networking_config_delegate.cc', |
| 190 'networking_config_delegate.h', | 190 'networking_config_delegate.h', |
| 191 'popup_message.cc', | 191 'popup_message.cc', |
| 192 'popup_message.h', | 192 'popup_message.h', |
| 193 'renderer_context_menu/open_with_menu_controller.cc', |
| 194 'renderer_context_menu/open_with_menu_controller.h', |
| 193 'root_window_controller.cc', | 195 'root_window_controller.cc', |
| 194 'root_window_controller.h', | 196 'root_window_controller.h', |
| 195 'root_window_settings.cc', | 197 'root_window_settings.cc', |
| 196 'root_window_settings.h', | 198 'root_window_settings.h', |
| 197 'rotator/screen_rotation_animation.cc', | 199 'rotator/screen_rotation_animation.cc', |
| 198 'rotator/screen_rotation_animation.h', | 200 'rotator/screen_rotation_animation.h', |
| 199 'rotator/screen_rotation_animator.cc', | 201 'rotator/screen_rotation_animator.cc', |
| 200 'rotator/screen_rotation_animator.h', | 202 'rotator/screen_rotation_animator.h', |
| 201 'rotator/window_rotation.cc', | 203 'rotator/window_rotation.cc', |
| 202 'rotator/window_rotation.h', | 204 'rotator/window_rotation.h', |
| (...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1358 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1360 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1359 ], | 1361 ], |
| 1360 } | 1362 } |
| 1361 ], | 1363 ], |
| 1362 ], | 1364 ], |
| 1363 }, | 1365 }, |
| 1364 ], | 1366 ], |
| 1365 }], | 1367 }], |
| 1366 ], | 1368 ], |
| 1367 } | 1369 } |
| OLD | NEW |