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

Side by Side Diff: ash/ash.gyp

Issue 2113113002: mash: Move chromeos audio system tray files to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/common/system/chromeos/audio/audio_detailed_view.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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'common/shell_window_ids.h', 104 'common/shell_window_ids.h',
105 'common/system/accessibility_observer.h', 105 'common/system/accessibility_observer.h',
106 'common/system/audio/audio_observer.h', 106 'common/system/audio/audio_observer.h',
107 'common/system/audio/tray_audio.cc', 107 'common/system/audio/tray_audio.cc',
108 'common/system/audio/tray_audio.h', 108 'common/system/audio/tray_audio.h',
109 'common/system/audio/tray_audio_delegate.h', 109 'common/system/audio/tray_audio_delegate.h',
110 'common/system/audio/volume_view.cc', 110 'common/system/audio/volume_view.cc',
111 'common/system/audio/volume_view.h', 111 'common/system/audio/volume_view.h',
112 'common/system/cast/tray_cast.cc', 112 'common/system/cast/tray_cast.cc',
113 'common/system/cast/tray_cast.h', 113 'common/system/cast/tray_cast.h',
114 'common/system/chromeos/audio/audio_detailed_view.cc',
115 'common/system/chromeos/audio/audio_detailed_view.h',
116 'common/system/chromeos/audio/tray_audio_chromeos.cc',
117 'common/system/chromeos/audio/tray_audio_chromeos.h',
118 'common/system/chromeos/audio/tray_audio_delegate_chromeos.cc',
119 'common/system/chromeos/audio/tray_audio_delegate_chromeos.h',
114 'common/system/chromeos/bluetooth/bluetooth_observer.h', 120 'common/system/chromeos/bluetooth/bluetooth_observer.h',
115 'common/system/chromeos/devicetype_utils.cc', 121 'common/system/chromeos/devicetype_utils.cc',
116 'common/system/chromeos/devicetype_utils.h', 122 'common/system/chromeos/devicetype_utils.h',
117 'common/system/chromeos/enterprise/enterprise_domain_observer.h', 123 'common/system/chromeos/enterprise/enterprise_domain_observer.h',
118 'common/system/chromeos/media_security/media_capture_observer.h', 124 'common/system/chromeos/media_security/media_capture_observer.h',
119 'common/system/chromeos/network/network_detailed_view.h', 125 'common/system/chromeos/network/network_detailed_view.h',
120 'common/system/chromeos/network/network_observer.h', 126 'common/system/chromeos/network/network_observer.h',
121 'common/system/chromeos/network/network_portal_detector_observer.h', 127 'common/system/chromeos/network/network_portal_detector_observer.h',
122 'common/system/chromeos/network/network_state_list_detailed_view.cc', 128 'common/system/chromeos/network/network_state_list_detailed_view.cc',
123 'common/system/chromeos/network/network_state_list_detailed_view.h', 129 'common/system/chromeos/network/network_state_list_detailed_view.h',
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'shell_init_params.cc', 586 'shell_init_params.cc',
581 'shell_init_params.h', 587 'shell_init_params.h',
582 'snap_to_pixel_layout_manager.cc', 588 'snap_to_pixel_layout_manager.cc',
583 'snap_to_pixel_layout_manager.h', 589 'snap_to_pixel_layout_manager.h',
584 'sticky_keys/sticky_keys_controller.cc', 590 'sticky_keys/sticky_keys_controller.cc',
585 'sticky_keys/sticky_keys_controller.h', 591 'sticky_keys/sticky_keys_controller.h',
586 'sticky_keys/sticky_keys_overlay.cc', 592 'sticky_keys/sticky_keys_overlay.cc',
587 'sticky_keys/sticky_keys_overlay.h', 593 'sticky_keys/sticky_keys_overlay.h',
588 'sticky_keys/sticky_keys_state.h', 594 'sticky_keys/sticky_keys_state.h',
589 'system/brightness_control_delegate.h', 595 'system/brightness_control_delegate.h',
590 'system/chromeos/audio/audio_detailed_view.cc',
591 'system/chromeos/audio/audio_detailed_view.h',
592 'system/chromeos/audio/tray_audio_chromeos.cc',
593 'system/chromeos/audio/tray_audio_chromeos.h',
594 'system/chromeos/audio/tray_audio_delegate_chromeos.cc',
595 'system/chromeos/audio/tray_audio_delegate_chromeos.h',
596 'system/chromeos/bluetooth/bluetooth_notification_controller.cc', 596 'system/chromeos/bluetooth/bluetooth_notification_controller.cc',
597 'system/chromeos/bluetooth/bluetooth_notification_controller.h', 597 'system/chromeos/bluetooth/bluetooth_notification_controller.h',
598 'system/chromeos/bluetooth/tray_bluetooth.cc', 598 'system/chromeos/bluetooth/tray_bluetooth.cc',
599 'system/chromeos/bluetooth/tray_bluetooth.h', 599 'system/chromeos/bluetooth/tray_bluetooth.h',
600 'system/chromeos/brightness/brightness_controller_chromeos.cc', 600 'system/chromeos/brightness/brightness_controller_chromeos.cc',
601 'system/chromeos/brightness/brightness_controller_chromeos.h', 601 'system/chromeos/brightness/brightness_controller_chromeos.h',
602 'system/chromeos/brightness/tray_brightness.cc', 602 'system/chromeos/brightness/tray_brightness.cc',
603 'system/chromeos/brightness/tray_brightness.h', 603 'system/chromeos/brightness/tray_brightness.h',
604 'system/chromeos/enterprise/tray_enterprise.cc', 604 'system/chromeos/enterprise/tray_enterprise.cc',
605 'system/chromeos/enterprise/tray_enterprise.h', 605 'system/chromeos/enterprise/tray_enterprise.h',
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1452 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1453 ], 1453 ],
1454 } 1454 }
1455 ], 1455 ],
1456 ], 1456 ],
1457 }, 1457 },
1458 ], 1458 ],
1459 }], 1459 }],
1460 ], 1460 ],
1461 } 1461 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/chromeos/audio/audio_detailed_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698