Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Side by Side Diff: ash/ash.gyp

Issue 2084533008: mash: Migrate tray audio and deps to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup IWYU. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | ash/common/display/display_info.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'common/accessibility_delegate.h', 57 'common/accessibility_delegate.h',
58 'common/accessibility_types.h', 58 'common/accessibility_types.h',
59 'common/ash_constants.cc', 59 'common/ash_constants.cc',
60 'common/ash_constants.h', 60 'common/ash_constants.h',
61 'common/ash_layout_constants.cc', 61 'common/ash_layout_constants.cc',
62 'common/ash_layout_constants.h', 62 'common/ash_layout_constants.h',
63 'common/ash_switches.cc', 63 'common/ash_switches.cc',
64 'common/ash_switches.h', 64 'common/ash_switches.h',
65 'common/default_accessibility_delegate.cc', 65 'common/default_accessibility_delegate.cc',
66 'common/default_accessibility_delegate.h', 66 'common/default_accessibility_delegate.h',
67 'common/display/display_info.cc',
68 'common/display/display_info.h',
67 'common/focus_cycler.cc', 69 'common/focus_cycler.cc',
68 'common/focus_cycler.h', 70 'common/focus_cycler.h',
69 'common/keyboard/keyboard_ui.cc', 71 'common/keyboard/keyboard_ui.cc',
70 'common/keyboard/keyboard_ui.h', 72 'common/keyboard/keyboard_ui.h',
71 'common/keyboard/keyboard_ui_observer.h', 73 'common/keyboard/keyboard_ui_observer.h',
72 'common/login_status.h', 74 'common/login_status.h',
73 'common/material_design/material_design_controller.cc', 75 'common/material_design/material_design_controller.cc',
74 'common/material_design/material_design_controller.h', 76 'common/material_design/material_design_controller.h',
75 'common/metrics/user_metrics_action.h', 77 'common/metrics/user_metrics_action.h',
76 'common/root_window_controller_common.cc', 78 'common/root_window_controller_common.cc',
(...skipping 17 matching lines...) Expand all
94 'common/shelf/shelf_model.h', 96 'common/shelf/shelf_model.h',
95 'common/shelf/shelf_model_observer.h', 97 'common/shelf/shelf_model_observer.h',
96 'common/shelf/shelf_types.h', 98 'common/shelf/shelf_types.h',
97 'common/shelf/wm_shelf.h', 99 'common/shelf/wm_shelf.h',
98 'common/shelf/wm_shelf_observer.h', 100 'common/shelf/wm_shelf_observer.h',
99 'common/shelf/wm_shelf_util.cc', 101 'common/shelf/wm_shelf_util.cc',
100 'common/shelf/wm_shelf_util.h', 102 'common/shelf/wm_shelf_util.h',
101 'common/shell_window_ids.cc', 103 'common/shell_window_ids.cc',
102 'common/shell_window_ids.h', 104 'common/shell_window_ids.h',
103 'common/system/accessibility_observer.h', 105 'common/system/accessibility_observer.h',
106 'common/system/audio/audio_observer.h',
107 'common/system/audio/tray_audio.cc',
108 'common/system/audio/tray_audio.h',
109 'common/system/audio/tray_audio_delegate.h',
110 'common/system/audio/volume_view.cc',
111 'common/system/audio/volume_view.h',
104 'common/system/chromeos/devicetype_utils.cc', 112 'common/system/chromeos/devicetype_utils.cc',
105 'common/system/chromeos/devicetype_utils.h', 113 'common/system/chromeos/devicetype_utils.h',
106 'common/system/chromeos/power/battery_notification.cc', 114 'common/system/chromeos/power/battery_notification.cc',
107 'common/system/chromeos/power/battery_notification.h', 115 'common/system/chromeos/power/battery_notification.h',
108 'common/system/chromeos/power/dual_role_notification.cc', 116 'common/system/chromeos/power/dual_role_notification.cc',
109 'common/system/chromeos/power/dual_role_notification.h', 117 'common/system/chromeos/power/dual_role_notification.h',
110 'common/system/chromeos/power/power_status.cc', 118 'common/system/chromeos/power/power_status.cc',
111 'common/system/chromeos/power/power_status.h', 119 'common/system/chromeos/power/power_status.h',
112 'common/system/chromeos/power/power_status_view.cc', 120 'common/system/chromeos/power/power_status_view.cc',
113 'common/system/chromeos/power/power_status_view.h', 121 'common/system/chromeos/power/power_status_view.h',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'display/display_animator_chromeos.cc', 304 'display/display_animator_chromeos.cc',
297 'display/display_animator_chromeos.h', 305 'display/display_animator_chromeos.h',
298 'display/display_change_observer_chromeos.cc', 306 'display/display_change_observer_chromeos.cc',
299 'display/display_change_observer_chromeos.h', 307 'display/display_change_observer_chromeos.h',
300 'display/display_color_manager_chromeos.cc', 308 'display/display_color_manager_chromeos.cc',
301 'display/display_color_manager_chromeos.h', 309 'display/display_color_manager_chromeos.h',
302 'display/display_configuration_controller.cc', 310 'display/display_configuration_controller.cc',
303 'display/display_configuration_controller.h', 311 'display/display_configuration_controller.h',
304 'display/display_error_observer_chromeos.cc', 312 'display/display_error_observer_chromeos.cc',
305 'display/display_error_observer_chromeos.h', 313 'display/display_error_observer_chromeos.h',
306 'display/display_info.cc',
307 'display/display_info.h',
308 'display/display_layout_store.cc', 314 'display/display_layout_store.cc',
309 'display/display_layout_store.h', 315 'display/display_layout_store.h',
310 'display/display_manager.cc', 316 'display/display_manager.cc',
311 'display/display_manager.h', 317 'display/display_manager.h',
312 'display/display_pref_util.h', 318 'display/display_pref_util.h',
313 'display/display_util.cc', 319 'display/display_util.cc',
314 'display/display_util.h', 320 'display/display_util.h',
315 'display/event_transformation_handler.cc', 321 'display/event_transformation_handler.cc',
316 'display/event_transformation_handler.h', 322 'display/event_transformation_handler.h',
317 'display/extended_mouse_warp_controller.cc', 323 'display/extended_mouse_warp_controller.cc',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 'shell_factory.h', 487 'shell_factory.h',
482 'shell_init_params.cc', 488 'shell_init_params.cc',
483 'shell_init_params.h', 489 'shell_init_params.h',
484 'snap_to_pixel_layout_manager.cc', 490 'snap_to_pixel_layout_manager.cc',
485 'snap_to_pixel_layout_manager.h', 491 'snap_to_pixel_layout_manager.h',
486 'sticky_keys/sticky_keys_controller.cc', 492 'sticky_keys/sticky_keys_controller.cc',
487 'sticky_keys/sticky_keys_controller.h', 493 'sticky_keys/sticky_keys_controller.h',
488 'sticky_keys/sticky_keys_overlay.cc', 494 'sticky_keys/sticky_keys_overlay.cc',
489 'sticky_keys/sticky_keys_overlay.h', 495 'sticky_keys/sticky_keys_overlay.h',
490 'sticky_keys/sticky_keys_state.h', 496 'sticky_keys/sticky_keys_state.h',
491 'system/audio/audio_observer.h',
492 'system/audio/tray_audio.cc',
493 'system/audio/tray_audio.h',
494 'system/audio/tray_audio_delegate.h',
495 'system/audio/volume_view.cc',
496 'system/audio/volume_view.h',
497 'system/brightness_control_delegate.h', 497 'system/brightness_control_delegate.h',
498 'system/cast/tray_cast.cc', 498 'system/cast/tray_cast.cc',
499 'system/cast/tray_cast.h', 499 'system/cast/tray_cast.h',
500 'system/chromeos/audio/audio_detailed_view.cc', 500 'system/chromeos/audio/audio_detailed_view.cc',
501 'system/chromeos/audio/audio_detailed_view.h', 501 'system/chromeos/audio/audio_detailed_view.h',
502 'system/chromeos/audio/tray_audio_chromeos.cc', 502 'system/chromeos/audio/tray_audio_chromeos.cc',
503 'system/chromeos/audio/tray_audio_chromeos.h', 503 'system/chromeos/audio/tray_audio_chromeos.h',
504 'system/chromeos/audio/tray_audio_delegate_chromeos.cc', 504 'system/chromeos/audio/tray_audio_delegate_chromeos.cc',
505 'system/chromeos/audio/tray_audio_delegate_chromeos.h', 505 'system/chromeos/audio/tray_audio_delegate_chromeos.h',
506 'system/chromeos/bluetooth/bluetooth_notification_controller.cc', 506 'system/chromeos/bluetooth/bluetooth_notification_controller.cc',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 'ash_unittests_sources': [ 888 'ash_unittests_sources': [
889 'accelerators/accelerator_commands_unittest.cc', 889 'accelerators/accelerator_commands_unittest.cc',
890 'accelerators/accelerator_controller_unittest.cc', 890 'accelerators/accelerator_controller_unittest.cc',
891 'accelerators/accelerator_filter_unittest.cc', 891 'accelerators/accelerator_filter_unittest.cc',
892 'accelerators/accelerator_table_unittest.cc', 892 'accelerators/accelerator_table_unittest.cc',
893 'accelerators/magnifier_key_scroller_unittest.cc', 893 'accelerators/magnifier_key_scroller_unittest.cc',
894 'accelerators/spoken_feedback_toggler_unittest.cc', 894 'accelerators/spoken_feedback_toggler_unittest.cc',
895 'app_list/app_list_presenter_delegate_unittest.cc', 895 'app_list/app_list_presenter_delegate_unittest.cc',
896 'ash_touch_exploration_manager_chromeos_unittest.cc', 896 'ash_touch_exploration_manager_chromeos_unittest.cc',
897 'autoclick/autoclick_unittest.cc', 897 'autoclick/autoclick_unittest.cc',
898 'common/display/display_info_unittest.cc',
898 'common/material_design/material_design_controller_unittest.cc', 899 'common/material_design/material_design_controller_unittest.cc',
899 'common/shelf/shelf_model_unittest.cc', 900 'common/shelf/shelf_model_unittest.cc',
900 'common/system/chromeos/power/power_status_unittest.cc', 901 'common/system/chromeos/power/power_status_unittest.cc',
901 'common/system/chromeos/power/power_status_view_unittest.cc', 902 'common/system/chromeos/power/power_status_view_unittest.cc',
902 'common/system/chromeos/power/tray_power_unittest.cc', 903 'common/system/chromeos/power/tray_power_unittest.cc',
903 'common/system/date/date_view_unittest.cc', 904 'common/system/date/date_view_unittest.cc',
904 'common/system/ime/tray_ime_chromeos_unittest.cc', 905 'common/system/ime/tray_ime_chromeos_unittest.cc',
905 'common/system/tray/tray_details_view_unittest.cc', 906 'common/system/tray/tray_details_view_unittest.cc',
906 'common/system/update/tray_update_unittest.cc', 907 'common/system/update/tray_update_unittest.cc',
907 'content/display/screen_orientation_controller_chromeos_unittest.cc', 908 'content/display/screen_orientation_controller_chromeos_unittest.cc',
908 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 909 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
909 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc', 910 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc',
910 'desktop_background/desktop_background_controller_unittest.cc', 911 'desktop_background/desktop_background_controller_unittest.cc',
911 'dip_unittest.cc', 912 'dip_unittest.cc',
912 'display/cursor_window_controller_unittest.cc', 913 'display/cursor_window_controller_unittest.cc',
913 'display/display_change_observer_chromeos_unittest.cc', 914 'display/display_change_observer_chromeos_unittest.cc',
914 'display/display_color_manager_chromeos_unittest.cc', 915 'display/display_color_manager_chromeos_unittest.cc',
915 'display/display_error_observer_chromeos_unittest.cc', 916 'display/display_error_observer_chromeos_unittest.cc',
916 'display/display_info_unittest.cc',
917 'display/display_manager_unittest.cc', 917 'display/display_manager_unittest.cc',
918 'display/display_util_unittest.cc', 918 'display/display_util_unittest.cc',
919 'display/extended_mouse_warp_controller_unittest.cc', 919 'display/extended_mouse_warp_controller_unittest.cc',
920 'display/json_converter_unittest.cc', 920 'display/json_converter_unittest.cc',
921 'display/mirror_window_controller_unittest.cc', 921 'display/mirror_window_controller_unittest.cc',
922 'display/mouse_cursor_event_filter_unittest.cc', 922 'display/mouse_cursor_event_filter_unittest.cc',
923 'display/projecting_observer_chromeos_unittest.cc', 923 'display/projecting_observer_chromeos_unittest.cc',
924 'display/resolution_notification_controller_unittest.cc', 924 'display/resolution_notification_controller_unittest.cc',
925 'display/root_window_transformers_unittest.cc', 925 'display/root_window_transformers_unittest.cc',
926 'display/screen_ash_unittest.cc', 926 'display/screen_ash_unittest.cc',
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1453 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1454 ], 1454 ],
1455 } 1455 }
1456 ], 1456 ],
1457 ], 1457 ],
1458 }, 1458 },
1459 ], 1459 ],
1460 }], 1460 }],
1461 ], 1461 ],
1462 } 1462 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | ash/common/display/display_info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698