| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 'common/shelf/shelf_constants.h', | 106 'common/shelf/shelf_constants.h', |
| 107 'common/shelf/shelf_item_delegate.h', | 107 'common/shelf/shelf_item_delegate.h', |
| 108 'common/shelf/shelf_item_delegate_manager.cc', | 108 'common/shelf/shelf_item_delegate_manager.cc', |
| 109 'common/shelf/shelf_item_delegate_manager.h', | 109 'common/shelf/shelf_item_delegate_manager.h', |
| 110 'common/shelf/shelf_item_types.cc', | 110 'common/shelf/shelf_item_types.cc', |
| 111 'common/shelf/shelf_item_types.h', | 111 'common/shelf/shelf_item_types.h', |
| 112 'common/shelf/shelf_menu_model.h', | 112 'common/shelf/shelf_menu_model.h', |
| 113 'common/shelf/shelf_model.cc', | 113 'common/shelf/shelf_model.cc', |
| 114 'common/shelf/shelf_model.h', | 114 'common/shelf/shelf_model.h', |
| 115 'common/shelf/shelf_model_observer.h', | 115 'common/shelf/shelf_model_observer.h', |
| 116 'common/shelf/shelf_navigator.cc', |
| 117 'common/shelf/shelf_navigator.h', |
| 116 'common/shelf/shelf_types.h', | 118 'common/shelf/shelf_types.h', |
| 117 'common/shelf/wm_shelf.h', | 119 'common/shelf/wm_shelf.h', |
| 118 'common/shelf/wm_shelf_observer.h', | 120 'common/shelf/wm_shelf_observer.h', |
| 119 'common/shelf/wm_shelf_util.cc', | 121 'common/shelf/wm_shelf_util.cc', |
| 120 'common/shelf/wm_shelf_util.h', | 122 'common/shelf/wm_shelf_util.h', |
| 121 'common/shell_delegate.h', | 123 'common/shell_delegate.h', |
| 122 'common/shell_window_ids.cc', | 124 'common/shell_window_ids.cc', |
| 123 'common/shell_window_ids.h', | 125 'common/shell_window_ids.h', |
| 124 'common/system/accessibility_observer.h', | 126 'common/system/accessibility_observer.h', |
| 125 'common/system/audio/audio_observer.h', | 127 'common/system/audio/audio_observer.h', |
| (...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 'shelf/shelf_button.h', | 615 'shelf/shelf_button.h', |
| 614 'shelf/shelf_button_pressed_metric_tracker.cc', | 616 'shelf/shelf_button_pressed_metric_tracker.cc', |
| 615 'shelf/shelf_button_pressed_metric_tracker.h', | 617 'shelf/shelf_button_pressed_metric_tracker.h', |
| 616 'shelf/shelf_delegate.h', | 618 'shelf/shelf_delegate.h', |
| 617 'shelf/shelf_icon_observer.h', | 619 'shelf/shelf_icon_observer.h', |
| 618 'shelf/shelf_layout_manager.cc', | 620 'shelf/shelf_layout_manager.cc', |
| 619 'shelf/shelf_layout_manager.h', | 621 'shelf/shelf_layout_manager.h', |
| 620 'shelf/shelf_layout_manager_observer.h', | 622 'shelf/shelf_layout_manager_observer.h', |
| 621 'shelf/shelf_locking_manager.cc', | 623 'shelf/shelf_locking_manager.cc', |
| 622 'shelf/shelf_locking_manager.h', | 624 'shelf/shelf_locking_manager.h', |
| 623 'shelf/shelf_navigator.cc', | |
| 624 'shelf/shelf_navigator.h', | |
| 625 'shelf/shelf_tooltip_manager.cc', | 625 'shelf/shelf_tooltip_manager.cc', |
| 626 'shelf/shelf_tooltip_manager.h', | 626 'shelf/shelf_tooltip_manager.h', |
| 627 'shelf/shelf_util.cc', | 627 'shelf/shelf_util.cc', |
| 628 'shelf/shelf_util.h', | 628 'shelf/shelf_util.h', |
| 629 'shelf/shelf_view.cc', | 629 'shelf/shelf_view.cc', |
| 630 'shelf/shelf_view.h', | 630 'shelf/shelf_view.h', |
| 631 'shelf/shelf_widget.cc', | 631 'shelf/shelf_widget.cc', |
| 632 'shelf/shelf_widget.h', | 632 'shelf/shelf_widget.h', |
| 633 'shelf/shelf_window_watcher.cc', | 633 'shelf/shelf_window_watcher.cc', |
| 634 'shelf/shelf_window_watcher.h', | 634 'shelf/shelf_window_watcher.h', |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 902 'accelerators/accelerator_table_unittest.cc', | 902 'accelerators/accelerator_table_unittest.cc', |
| 903 'accelerators/magnifier_key_scroller_unittest.cc', | 903 'accelerators/magnifier_key_scroller_unittest.cc', |
| 904 'accelerators/spoken_feedback_toggler_unittest.cc', | 904 'accelerators/spoken_feedback_toggler_unittest.cc', |
| 905 'app_list/app_list_presenter_delegate_unittest.cc', | 905 'app_list/app_list_presenter_delegate_unittest.cc', |
| 906 'ash_touch_exploration_manager_chromeos_unittest.cc', | 906 'ash_touch_exploration_manager_chromeos_unittest.cc', |
| 907 'autoclick/autoclick_unittest.cc', | 907 'autoclick/autoclick_unittest.cc', |
| 908 'common/display/display_info_unittest.cc', | 908 'common/display/display_info_unittest.cc', |
| 909 'common/material_design/material_design_controller_unittest.cc', | 909 'common/material_design/material_design_controller_unittest.cc', |
| 910 'common/popup_message_unittest.cc', | 910 'common/popup_message_unittest.cc', |
| 911 'common/shelf/shelf_model_unittest.cc', | 911 'common/shelf/shelf_model_unittest.cc', |
| 912 'common/shelf/shelf_navigator_unittest.cc', |
| 912 'common/system/chromeos/brightness/tray_brightness_unittest.cc', | 913 'common/system/chromeos/brightness/tray_brightness_unittest.cc', |
| 913 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', | 914 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', |
| 914 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt
est.cc', | 915 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt
est.cc', |
| 915 'common/system/chromeos/power/power_status_unittest.cc', | 916 'common/system/chromeos/power/power_status_unittest.cc', |
| 916 'common/system/chromeos/power/power_status_view_unittest.cc', | 917 'common/system/chromeos/power/power_status_view_unittest.cc', |
| 917 'common/system/chromeos/power/tray_power_unittest.cc', | 918 'common/system/chromeos/power/tray_power_unittest.cc', |
| 918 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', | 919 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', |
| 919 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc
', | 920 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc
', |
| 920 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', | 921 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', |
| 921 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', | 922 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 962 'metrics/task_switch_metrics_recorder_unittest.cc', | 963 'metrics/task_switch_metrics_recorder_unittest.cc', |
| 963 'metrics/task_switch_time_tracker_unittest.cc', | 964 'metrics/task_switch_time_tracker_unittest.cc', |
| 964 'metrics/user_metrics_recorder_unittest.cc', | 965 'metrics/user_metrics_recorder_unittest.cc', |
| 965 'root_window_controller_unittest.cc', | 966 'root_window_controller_unittest.cc', |
| 966 'rotator/screen_rotation_animation_unittest.cc', | 967 'rotator/screen_rotation_animation_unittest.cc', |
| 967 'screen_util_unittest.cc', | 968 'screen_util_unittest.cc', |
| 968 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', | 969 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', |
| 969 'shelf/shelf_button_pressed_metric_tracker_unittest.cc', | 970 'shelf/shelf_button_pressed_metric_tracker_unittest.cc', |
| 970 'shelf/shelf_layout_manager_unittest.cc', | 971 'shelf/shelf_layout_manager_unittest.cc', |
| 971 'shelf/shelf_locking_manager_unittest.cc', | 972 'shelf/shelf_locking_manager_unittest.cc', |
| 972 'shelf/shelf_navigator_unittest.cc', | |
| 973 'shelf/shelf_tooltip_manager_unittest.cc', | 973 'shelf/shelf_tooltip_manager_unittest.cc', |
| 974 'shelf/shelf_unittest.cc', | 974 'shelf/shelf_unittest.cc', |
| 975 'shelf/shelf_view_unittest.cc', | 975 'shelf/shelf_view_unittest.cc', |
| 976 'shelf/shelf_widget_unittest.cc', | 976 'shelf/shelf_widget_unittest.cc', |
| 977 'shelf/shelf_window_watcher_unittest.cc', | 977 'shelf/shelf_window_watcher_unittest.cc', |
| 978 'shell_unittest.cc', | 978 'shell_unittest.cc', |
| 979 'sticky_keys/sticky_keys_overlay_unittest.cc', | 979 'sticky_keys/sticky_keys_overlay_unittest.cc', |
| 980 'sticky_keys/sticky_keys_unittest.cc', | 980 'sticky_keys/sticky_keys_unittest.cc', |
| 981 'system/chromeos/power/power_event_observer_unittest.cc', | 981 'system/chromeos/power/power_event_observer_unittest.cc', |
| 982 'system/chromeos/power/video_activity_notifier_unittest.cc', | 982 'system/chromeos/power/video_activity_notifier_unittest.cc', |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1466 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1466 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1467 ], | 1467 ], |
| 1468 } | 1468 } |
| 1469 ], | 1469 ], |
| 1470 ], | 1470 ], |
| 1471 }, | 1471 }, |
| 1472 ], | 1472 ], |
| 1473 }], | 1473 }], |
| 1474 ], | 1474 ], |
| 1475 } | 1475 } |
| OLD | NEW |