| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'aura/wm_shell_aura.h', | 48 'aura/wm_shell_aura.h', |
| 49 'aura/wm_window_aura.cc', | 49 'aura/wm_window_aura.cc', |
| 50 'aura/wm_window_aura.h', | 50 'aura/wm_window_aura.h', |
| 51 'autoclick/autoclick_controller.cc', | 51 'autoclick/autoclick_controller.cc', |
| 52 'autoclick/autoclick_controller.h', | 52 'autoclick/autoclick_controller.h', |
| 53 'cancel_mode.cc', | 53 'cancel_mode.cc', |
| 54 'cancel_mode.h', | 54 'cancel_mode.h', |
| 55 'cast_config_delegate.cc', | 55 'cast_config_delegate.cc', |
| 56 'cast_config_delegate.h', | 56 'cast_config_delegate.h', |
| 57 'common/accessibility_delegate.h', | 57 'common/accessibility_delegate.h', |
| 58 'common/accessibility_types.h', |
| 58 'common/ash_constants.cc', | 59 'common/ash_constants.cc', |
| 59 'common/ash_constants.h', | 60 'common/ash_constants.h', |
| 60 'common/ash_layout_constants.cc', | 61 'common/ash_layout_constants.cc', |
| 61 'common/ash_layout_constants.h', | 62 'common/ash_layout_constants.h', |
| 62 'common/ash_switches.cc', | 63 'common/ash_switches.cc', |
| 63 'common/ash_switches.h', | 64 'common/ash_switches.h', |
| 64 'common/default_accessibility_delegate.cc', | 65 'common/default_accessibility_delegate.cc', |
| 65 'common/default_accessibility_delegate.h', | 66 'common/default_accessibility_delegate.h', |
| 66 'common/focus_cycler.cc', | 67 'common/focus_cycler.cc', |
| 67 'common/focus_cycler.h', | 68 'common/focus_cycler.h', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 89 'common/shelf/shelf_model.cc', | 90 'common/shelf/shelf_model.cc', |
| 90 'common/shelf/shelf_model.h', | 91 'common/shelf/shelf_model.h', |
| 91 'common/shelf/shelf_model_observer.h', | 92 'common/shelf/shelf_model_observer.h', |
| 92 'common/shelf/shelf_types.h', | 93 'common/shelf/shelf_types.h', |
| 93 'common/shelf/wm_shelf.h', | 94 'common/shelf/wm_shelf.h', |
| 94 'common/shelf/wm_shelf_observer.h', | 95 'common/shelf/wm_shelf_observer.h', |
| 95 'common/shelf/wm_shelf_util.cc', | 96 'common/shelf/wm_shelf_util.cc', |
| 96 'common/shelf/wm_shelf_util.h', | 97 'common/shelf/wm_shelf_util.h', |
| 97 'common/shell_window_ids.cc', | 98 'common/shell_window_ids.cc', |
| 98 'common/shell_window_ids.h', | 99 'common/shell_window_ids.h', |
| 100 'common/system/accessibility_observer.h', |
| 99 'common/system/chromeos/devicetype_utils.cc', | 101 'common/system/chromeos/devicetype_utils.cc', |
| 100 'common/system/chromeos/devicetype_utils.h', | 102 'common/system/chromeos/devicetype_utils.h', |
| 101 'common/system/chromeos/power/battery_notification.cc', | 103 'common/system/chromeos/power/battery_notification.cc', |
| 102 'common/system/chromeos/power/battery_notification.h', | 104 'common/system/chromeos/power/battery_notification.h', |
| 103 'common/system/chromeos/power/dual_role_notification.cc', | 105 'common/system/chromeos/power/dual_role_notification.cc', |
| 104 'common/system/chromeos/power/dual_role_notification.h', | 106 'common/system/chromeos/power/dual_role_notification.h', |
| 105 'common/system/chromeos/power/power_status.cc', | 107 'common/system/chromeos/power/power_status.cc', |
| 106 'common/system/chromeos/power/power_status.h', | 108 'common/system/chromeos/power/power_status.h', |
| 107 'common/system/chromeos/power/power_status_view.cc', | 109 'common/system/chromeos/power/power_status_view.cc', |
| 108 'common/system/chromeos/power/power_status_view.h', | 110 'common/system/chromeos/power/power_status_view.h', |
| (...skipping 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1453 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1454 ], | 1456 ], |
| 1455 } | 1457 } |
| 1456 ], | 1458 ], |
| 1457 ], | 1459 ], |
| 1458 }, | 1460 }, |
| 1459 ], | 1461 ], |
| 1460 }], | 1462 }], |
| 1461 ], | 1463 ], |
| 1462 } | 1464 } |
| OLD | NEW |