| 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_aura.cc', | 10 'accelerators/accelerator_commands_aura.cc', |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 'common/shelf/shelf_background_animator.cc', | 134 'common/shelf/shelf_background_animator.cc', |
| 135 'common/shelf/shelf_background_animator.h', | 135 'common/shelf/shelf_background_animator.h', |
| 136 'common/shelf/shelf_background_animator_observer.h', | 136 'common/shelf/shelf_background_animator_observer.h', |
| 137 'common/shelf/shelf_button.cc', | 137 'common/shelf/shelf_button.cc', |
| 138 'common/shelf/shelf_button.h', | 138 'common/shelf/shelf_button.h', |
| 139 'common/shelf/shelf_button_pressed_metric_tracker.cc', | 139 'common/shelf/shelf_button_pressed_metric_tracker.cc', |
| 140 'common/shelf/shelf_button_pressed_metric_tracker.h', | 140 'common/shelf/shelf_button_pressed_metric_tracker.h', |
| 141 'common/shelf/shelf_constants.cc', | 141 'common/shelf/shelf_constants.cc', |
| 142 'common/shelf/shelf_constants.h', | 142 'common/shelf/shelf_constants.h', |
| 143 'common/shelf/shelf_delegate.h', | 143 'common/shelf/shelf_delegate.h', |
| 144 'common/shelf/shelf_icon_observer.h', |
| 144 'common/shelf/shelf_item_delegate.h', | 145 'common/shelf/shelf_item_delegate.h', |
| 145 'common/shelf/shelf_item_types.cc', | 146 'common/shelf/shelf_item_types.cc', |
| 146 'common/shelf/shelf_item_types.h', | 147 'common/shelf/shelf_item_types.h', |
| 147 'common/shelf/shelf_locking_manager.cc', | 148 'common/shelf/shelf_locking_manager.cc', |
| 148 'common/shelf/shelf_locking_manager.h', | 149 'common/shelf/shelf_locking_manager.h', |
| 149 'common/shelf/shelf_menu_model.h', | 150 'common/shelf/shelf_menu_model.h', |
| 150 'common/shelf/shelf_model.cc', | 151 'common/shelf/shelf_model.cc', |
| 151 'common/shelf/shelf_model.h', | 152 'common/shelf/shelf_model.h', |
| 152 'common/shelf/shelf_model_observer.h', | 153 'common/shelf/shelf_model_observer.h', |
| 153 'common/shelf/shelf_navigator.cc', | 154 'common/shelf/shelf_navigator.cc', |
| 154 'common/shelf/shelf_navigator.h', | 155 'common/shelf/shelf_navigator.h', |
| 155 'common/shelf/shelf_tooltip_manager.cc', | 156 'common/shelf/shelf_tooltip_manager.cc', |
| 156 'common/shelf/shelf_tooltip_manager.h', | 157 'common/shelf/shelf_tooltip_manager.h', |
| 157 'common/shelf/shelf_types.h', | 158 'common/shelf/shelf_types.h', |
| 159 'common/shelf/shelf_view.cc', |
| 160 'common/shelf/shelf_view.h', |
| 158 'common/shelf/shelf_window_watcher.cc', | 161 'common/shelf/shelf_window_watcher.cc', |
| 159 'common/shelf/shelf_window_watcher.h', | 162 'common/shelf/shelf_window_watcher.h', |
| 160 'common/shelf/shelf_window_watcher_item_delegate.cc', | 163 'common/shelf/shelf_window_watcher_item_delegate.cc', |
| 161 'common/shelf/shelf_window_watcher_item_delegate.h', | 164 'common/shelf/shelf_window_watcher_item_delegate.h', |
| 165 'common/shelf/wm_shelf.cc', |
| 162 'common/shelf/wm_shelf.h', | 166 'common/shelf/wm_shelf.h', |
| 163 'common/shelf/wm_shelf_observer.h', | 167 'common/shelf/wm_shelf_observer.h', |
| 164 'common/shelf/wm_shelf_util.cc', | 168 'common/shelf/wm_shelf_util.cc', |
| 165 'common/shelf/wm_shelf_util.h', | 169 'common/shelf/wm_shelf_util.h', |
| 166 'common/shell_delegate.h', | 170 'common/shell_delegate.h', |
| 167 'common/shell_window_ids.cc', | 171 'common/shell_window_ids.cc', |
| 168 'common/shell_window_ids.h', | 172 'common/shell_window_ids.h', |
| 169 'common/system/accessibility_observer.h', | 173 'common/system/accessibility_observer.h', |
| 170 'common/system/audio/audio_observer.h', | 174 'common/system/audio/audio_observer.h', |
| 171 'common/system/audio/tray_audio.cc', | 175 'common/system/audio/tray_audio.cc', |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 'rotator/window_rotation.h', | 643 'rotator/window_rotation.h', |
| 640 'screen_util.cc', | 644 'screen_util.cc', |
| 641 'screen_util.h', | 645 'screen_util.h', |
| 642 'screenshot_delegate.h', | 646 'screenshot_delegate.h', |
| 643 'shelf/dimmer_view.cc', | 647 'shelf/dimmer_view.cc', |
| 644 'shelf/dimmer_view.h', | 648 'shelf/dimmer_view.h', |
| 645 'shelf/shelf.cc', | 649 'shelf/shelf.cc', |
| 646 'shelf/shelf.h', | 650 'shelf/shelf.h', |
| 647 'shelf/shelf_bezel_event_filter.cc', | 651 'shelf/shelf_bezel_event_filter.cc', |
| 648 'shelf/shelf_bezel_event_filter.h', | 652 'shelf/shelf_bezel_event_filter.h', |
| 649 'shelf/shelf_icon_observer.h', | |
| 650 'shelf/shelf_layout_manager.cc', | 653 'shelf/shelf_layout_manager.cc', |
| 651 'shelf/shelf_layout_manager.h', | 654 'shelf/shelf_layout_manager.h', |
| 652 'shelf/shelf_layout_manager_observer.h', | 655 'shelf/shelf_layout_manager_observer.h', |
| 653 'shelf/shelf_util.cc', | 656 'shelf/shelf_util.cc', |
| 654 'shelf/shelf_util.h', | 657 'shelf/shelf_util.h', |
| 655 'shelf/shelf_view.cc', | |
| 656 'shelf/shelf_view.h', | |
| 657 'shelf/shelf_widget.cc', | 658 'shelf/shelf_widget.cc', |
| 658 'shelf/shelf_widget.h', | 659 'shelf/shelf_widget.h', |
| 659 'shelf/shelf_window_targeter.cc', | 660 'shelf/shelf_window_targeter.cc', |
| 660 'shelf/shelf_window_targeter.h', | 661 'shelf/shelf_window_targeter.h', |
| 661 'shell.cc', | 662 'shell.cc', |
| 662 'shell.h', | 663 'shell.h', |
| 663 'shell_init_params.cc', | 664 'shell_init_params.cc', |
| 664 'shell_init_params.h', | 665 'shell_init_params.h', |
| 665 'snap_to_pixel_layout_manager.cc', | 666 'snap_to_pixel_layout_manager.cc', |
| 666 'snap_to_pixel_layout_manager.h', | 667 'snap_to_pixel_layout_manager.h', |
| (...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1483 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1484 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1484 ], | 1485 ], |
| 1485 } | 1486 } |
| 1486 ], | 1487 ], |
| 1487 ], | 1488 ], |
| 1488 }, | 1489 }, |
| 1489 ], | 1490 ], |
| 1490 }], | 1491 }], |
| 1491 ], | 1492 ], |
| 1492 } | 1493 } |
| OLD | NEW |