| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 'common/shelf/shelf_item_types.cc', | 115 'common/shelf/shelf_item_types.cc', |
| 116 'common/shelf/shelf_item_types.h', | 116 'common/shelf/shelf_item_types.h', |
| 117 'common/shelf/shelf_locking_manager.cc', | 117 'common/shelf/shelf_locking_manager.cc', |
| 118 'common/shelf/shelf_locking_manager.h', | 118 'common/shelf/shelf_locking_manager.h', |
| 119 'common/shelf/shelf_menu_model.h', | 119 'common/shelf/shelf_menu_model.h', |
| 120 'common/shelf/shelf_model.cc', | 120 'common/shelf/shelf_model.cc', |
| 121 'common/shelf/shelf_model.h', | 121 'common/shelf/shelf_model.h', |
| 122 'common/shelf/shelf_model_observer.h', | 122 'common/shelf/shelf_model_observer.h', |
| 123 'common/shelf/shelf_navigator.cc', | 123 'common/shelf/shelf_navigator.cc', |
| 124 'common/shelf/shelf_navigator.h', | 124 'common/shelf/shelf_navigator.h', |
| 125 'common/shelf/shelf_tooltip_manager.cc', |
| 126 'common/shelf/shelf_tooltip_manager.h', |
| 125 'common/shelf/shelf_types.h', | 127 'common/shelf/shelf_types.h', |
| 126 'common/shelf/wm_shelf.h', | 128 'common/shelf/wm_shelf.h', |
| 127 'common/shelf/wm_shelf_observer.h', | 129 'common/shelf/wm_shelf_observer.h', |
| 128 'common/shelf/wm_shelf_util.cc', | 130 'common/shelf/wm_shelf_util.cc', |
| 129 'common/shelf/wm_shelf_util.h', | 131 'common/shelf/wm_shelf_util.h', |
| 130 'common/shell_delegate.h', | 132 'common/shell_delegate.h', |
| 131 'common/shell_window_ids.cc', | 133 'common/shell_window_ids.cc', |
| 132 'common/shell_window_ids.h', | 134 'common/shell_window_ids.h', |
| 133 'common/system/accessibility_observer.h', | 135 'common/system/accessibility_observer.h', |
| 134 'common/system/audio/audio_observer.h', | 136 'common/system/audio/audio_observer.h', |
| (...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 'shelf/shelf_bezel_event_filter.cc', | 624 'shelf/shelf_bezel_event_filter.cc', |
| 623 'shelf/shelf_bezel_event_filter.h', | 625 'shelf/shelf_bezel_event_filter.h', |
| 624 'shelf/shelf_button.cc', | 626 'shelf/shelf_button.cc', |
| 625 'shelf/shelf_button.h', | 627 'shelf/shelf_button.h', |
| 626 'shelf/shelf_button_pressed_metric_tracker.cc', | 628 'shelf/shelf_button_pressed_metric_tracker.cc', |
| 627 'shelf/shelf_button_pressed_metric_tracker.h', | 629 'shelf/shelf_button_pressed_metric_tracker.h', |
| 628 'shelf/shelf_icon_observer.h', | 630 'shelf/shelf_icon_observer.h', |
| 629 'shelf/shelf_layout_manager.cc', | 631 'shelf/shelf_layout_manager.cc', |
| 630 'shelf/shelf_layout_manager.h', | 632 'shelf/shelf_layout_manager.h', |
| 631 'shelf/shelf_layout_manager_observer.h', | 633 'shelf/shelf_layout_manager_observer.h', |
| 632 'shelf/shelf_tooltip_manager.cc', | |
| 633 'shelf/shelf_tooltip_manager.h', | |
| 634 'shelf/shelf_util.cc', | 634 'shelf/shelf_util.cc', |
| 635 'shelf/shelf_util.h', | 635 'shelf/shelf_util.h', |
| 636 'shelf/shelf_view.cc', | 636 'shelf/shelf_view.cc', |
| 637 'shelf/shelf_view.h', | 637 'shelf/shelf_view.h', |
| 638 'shelf/shelf_widget.cc', | 638 'shelf/shelf_widget.cc', |
| 639 'shelf/shelf_widget.h', | 639 'shelf/shelf_widget.h', |
| 640 'shelf/shelf_window_watcher.cc', | 640 'shelf/shelf_window_watcher.cc', |
| 641 'shelf/shelf_window_watcher.h', | 641 'shelf/shelf_window_watcher.h', |
| 642 'shelf/shelf_window_watcher_item_delegate.cc', | 642 'shelf/shelf_window_watcher_item_delegate.cc', |
| 643 'shelf/shelf_window_watcher_item_delegate.h', | 643 'shelf/shelf_window_watcher_item_delegate.h', |
| (...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1473 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1473 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1474 ], | 1474 ], |
| 1475 } | 1475 } |
| 1476 ], | 1476 ], |
| 1477 ], | 1477 ], |
| 1478 }, | 1478 }, |
| 1479 ], | 1479 ], |
| 1480 }], | 1480 }], |
| 1481 ], | 1481 ], |
| 1482 } | 1482 } |
| OLD | NEW |