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

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: Sync and rebase. 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') | no next file with comments »
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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'display/display_animator_chromeos.cc', 318 'display/display_animator_chromeos.cc',
311 'display/display_animator_chromeos.h', 319 'display/display_animator_chromeos.h',
312 'display/display_change_observer_chromeos.cc', 320 'display/display_change_observer_chromeos.cc',
313 'display/display_change_observer_chromeos.h', 321 'display/display_change_observer_chromeos.h',
314 'display/display_color_manager_chromeos.cc', 322 'display/display_color_manager_chromeos.cc',
315 'display/display_color_manager_chromeos.h', 323 'display/display_color_manager_chromeos.h',
316 'display/display_configuration_controller.cc', 324 'display/display_configuration_controller.cc',
317 'display/display_configuration_controller.h', 325 'display/display_configuration_controller.h',
318 'display/display_error_observer_chromeos.cc', 326 'display/display_error_observer_chromeos.cc',
319 'display/display_error_observer_chromeos.h', 327 'display/display_error_observer_chromeos.h',
320 'display/display_info.cc',
321 'display/display_info.h',
322 'display/display_layout_store.cc', 328 'display/display_layout_store.cc',
323 'display/display_layout_store.h', 329 'display/display_layout_store.h',
324 'display/display_manager.cc', 330 'display/display_manager.cc',
325 'display/display_manager.h', 331 'display/display_manager.h',
326 'display/display_pref_util.h', 332 'display/display_pref_util.h',
327 'display/display_util.cc', 333 'display/display_util.cc',
328 'display/display_util.h', 334 'display/display_util.h',
329 'display/event_transformation_handler.cc', 335 'display/event_transformation_handler.cc',
330 'display/event_transformation_handler.h', 336 'display/event_transformation_handler.h',
331 'display/extended_mouse_warp_controller.cc', 337 'display/extended_mouse_warp_controller.cc',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 'shell_factory.h', 501 'shell_factory.h',
496 'shell_init_params.cc', 502 'shell_init_params.cc',
497 'shell_init_params.h', 503 'shell_init_params.h',
498 'snap_to_pixel_layout_manager.cc', 504 'snap_to_pixel_layout_manager.cc',
499 'snap_to_pixel_layout_manager.h', 505 'snap_to_pixel_layout_manager.h',
500 'sticky_keys/sticky_keys_controller.cc', 506 'sticky_keys/sticky_keys_controller.cc',
501 'sticky_keys/sticky_keys_controller.h', 507 'sticky_keys/sticky_keys_controller.h',
502 'sticky_keys/sticky_keys_overlay.cc', 508 'sticky_keys/sticky_keys_overlay.cc',
503 'sticky_keys/sticky_keys_overlay.h', 509 'sticky_keys/sticky_keys_overlay.h',
504 'sticky_keys/sticky_keys_state.h', 510 'sticky_keys/sticky_keys_state.h',
505 'system/audio/audio_observer.h',
506 'system/audio/tray_audio.cc',
507 'system/audio/tray_audio.h',
508 'system/audio/tray_audio_delegate.h',
509 'system/audio/volume_view.cc',
510 'system/audio/volume_view.h',
511 'system/brightness_control_delegate.h', 511 'system/brightness_control_delegate.h',
512 'system/cast/tray_cast.cc', 512 'system/cast/tray_cast.cc',
513 'system/cast/tray_cast.h', 513 'system/cast/tray_cast.h',
514 'system/chromeos/audio/audio_detailed_view.cc', 514 'system/chromeos/audio/audio_detailed_view.cc',
515 'system/chromeos/audio/audio_detailed_view.h', 515 'system/chromeos/audio/audio_detailed_view.h',
516 'system/chromeos/audio/tray_audio_chromeos.cc', 516 'system/chromeos/audio/tray_audio_chromeos.cc',
517 'system/chromeos/audio/tray_audio_chromeos.h', 517 'system/chromeos/audio/tray_audio_chromeos.h',
518 'system/chromeos/audio/tray_audio_delegate_chromeos.cc', 518 'system/chromeos/audio/tray_audio_delegate_chromeos.cc',
519 'system/chromeos/audio/tray_audio_delegate_chromeos.h', 519 'system/chromeos/audio/tray_audio_delegate_chromeos.h',
520 'system/chromeos/bluetooth/bluetooth_notification_controller.cc', 520 'system/chromeos/bluetooth/bluetooth_notification_controller.cc',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 'ash_unittests_sources': [ 890 'ash_unittests_sources': [
891 'accelerators/accelerator_commands_unittest.cc', 891 'accelerators/accelerator_commands_unittest.cc',
892 'accelerators/accelerator_controller_unittest.cc', 892 'accelerators/accelerator_controller_unittest.cc',
893 'accelerators/accelerator_filter_unittest.cc', 893 'accelerators/accelerator_filter_unittest.cc',
894 'accelerators/accelerator_table_unittest.cc', 894 'accelerators/accelerator_table_unittest.cc',
895 'accelerators/magnifier_key_scroller_unittest.cc', 895 'accelerators/magnifier_key_scroller_unittest.cc',
896 'accelerators/spoken_feedback_toggler_unittest.cc', 896 'accelerators/spoken_feedback_toggler_unittest.cc',
897 'app_list/app_list_presenter_delegate_unittest.cc', 897 'app_list/app_list_presenter_delegate_unittest.cc',
898 'ash_touch_exploration_manager_chromeos_unittest.cc', 898 'ash_touch_exploration_manager_chromeos_unittest.cc',
899 'autoclick/autoclick_unittest.cc', 899 'autoclick/autoclick_unittest.cc',
900 'common/display/display_info_unittest.cc',
900 'common/material_design/material_design_controller_unittest.cc', 901 'common/material_design/material_design_controller_unittest.cc',
901 'common/shelf/shelf_model_unittest.cc', 902 'common/shelf/shelf_model_unittest.cc',
902 'common/system/chromeos/power/power_status_unittest.cc', 903 'common/system/chromeos/power/power_status_unittest.cc',
903 'common/system/chromeos/power/power_status_view_unittest.cc', 904 'common/system/chromeos/power/power_status_view_unittest.cc',
904 'common/system/chromeos/power/tray_power_unittest.cc', 905 'common/system/chromeos/power/tray_power_unittest.cc',
905 'common/system/date/date_view_unittest.cc', 906 'common/system/date/date_view_unittest.cc',
906 'common/system/ime/tray_ime_chromeos_unittest.cc', 907 'common/system/ime/tray_ime_chromeos_unittest.cc',
907 'common/system/tray/tray_details_view_unittest.cc', 908 'common/system/tray/tray_details_view_unittest.cc',
908 'common/system/update/tray_update_unittest.cc', 909 'common/system/update/tray_update_unittest.cc',
909 'content/display/screen_orientation_controller_chromeos_unittest.cc', 910 'content/display/screen_orientation_controller_chromeos_unittest.cc',
910 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 911 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
911 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc', 912 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc',
912 'desktop_background/desktop_background_controller_unittest.cc', 913 'desktop_background/desktop_background_controller_unittest.cc',
913 'dip_unittest.cc', 914 'dip_unittest.cc',
914 'display/cursor_window_controller_unittest.cc', 915 'display/cursor_window_controller_unittest.cc',
915 'display/display_change_observer_chromeos_unittest.cc', 916 'display/display_change_observer_chromeos_unittest.cc',
916 'display/display_color_manager_chromeos_unittest.cc', 917 'display/display_color_manager_chromeos_unittest.cc',
917 'display/display_error_observer_chromeos_unittest.cc', 918 'display/display_error_observer_chromeos_unittest.cc',
918 'display/display_info_unittest.cc',
919 'display/display_manager_unittest.cc', 919 'display/display_manager_unittest.cc',
920 'display/display_util_unittest.cc', 920 'display/display_util_unittest.cc',
921 'display/extended_mouse_warp_controller_unittest.cc', 921 'display/extended_mouse_warp_controller_unittest.cc',
922 'display/json_converter_unittest.cc', 922 'display/json_converter_unittest.cc',
923 'display/mirror_window_controller_unittest.cc', 923 'display/mirror_window_controller_unittest.cc',
924 'display/mouse_cursor_event_filter_unittest.cc', 924 'display/mouse_cursor_event_filter_unittest.cc',
925 'display/projecting_observer_chromeos_unittest.cc', 925 'display/projecting_observer_chromeos_unittest.cc',
926 'display/resolution_notification_controller_unittest.cc', 926 'display/resolution_notification_controller_unittest.cc',
927 'display/root_window_transformers_unittest.cc', 927 'display/root_window_transformers_unittest.cc',
928 'display/screen_ash_unittest.cc', 928 'display/screen_ash_unittest.cc',
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
1455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1456 ], 1456 ],
1457 } 1457 }
1458 ], 1458 ],
1459 ], 1459 ],
1460 }, 1460 },
1461 ], 1461 ],
1462 }], 1462 }],
1463 ], 1463 ],
1464 } 1464 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698