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

Side by Side Diff: ash/ash.gyp

Issue 2103603002: mash: Remove StatusAreaWidget references from system tray classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments, rename SetSystemTrayHeight to SetTrayBubbleHeight 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
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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'common/system/user/button_from_view.cc', 220 'common/system/user/button_from_view.cc',
221 'common/system/user/button_from_view.h', 221 'common/system/user/button_from_view.h',
222 'common/system/user/login_status.cc', 222 'common/system/user/login_status.cc',
223 'common/system/user/login_status.h', 223 'common/system/user/login_status.h',
224 'common/system/user/rounded_image_view.cc', 224 'common/system/user/rounded_image_view.cc',
225 'common/system/user/rounded_image_view.h', 225 'common/system/user/rounded_image_view.h',
226 'common/system/user/tray_user_separator.cc', 226 'common/system/user/tray_user_separator.cc',
227 'common/system/user/tray_user_separator.h', 227 'common/system/user/tray_user_separator.h',
228 'common/system/user/user_observer.h', 228 'common/system/user/user_observer.h',
229 'common/system/volume_control_delegate.h', 229 'common/system/volume_control_delegate.h',
230 'common/system/web_notification/ash_popup_alignment_delegate.cc',
231 'common/system/web_notification/ash_popup_alignment_delegate.h',
232 'common/system/web_notification/web_notification_tray.cc',
233 'common/system/web_notification/web_notification_tray.h',
230 'common/wm/always_on_top_controller.cc', 234 'common/wm/always_on_top_controller.cc',
231 'common/wm/always_on_top_controller.h', 235 'common/wm/always_on_top_controller.h',
232 'common/wm/background_animator.cc', 236 'common/wm/background_animator.cc',
233 'common/wm/background_animator.h', 237 'common/wm/background_animator.h',
234 'common/wm/container_finder.cc', 238 'common/wm/container_finder.cc',
235 'common/wm/container_finder.h', 239 'common/wm/container_finder.h',
236 'common/wm/default_state.cc', 240 'common/wm/default_state.cc',
237 'common/wm/default_state.h', 241 'common/wm/default_state.h',
238 'common/wm/default_window_resizer.cc', 242 'common/wm/default_window_resizer.cc',
239 'common/wm/default_window_resizer.h', 243 'common/wm/default_window_resizer.h',
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 'system/toast/toast_overlay.cc', 629 'system/toast/toast_overlay.cc',
626 'system/toast/toast_overlay.h', 630 'system/toast/toast_overlay.h',
627 'system/tray/system_tray.cc', 631 'system/tray/system_tray.cc',
628 'system/tray/system_tray.h', 632 'system/tray/system_tray.h',
629 'system/user/tray_user.cc', 633 'system/user/tray_user.cc',
630 'system/user/tray_user.h', 634 'system/user/tray_user.h',
631 'system/user/user_card_view.cc', 635 'system/user/user_card_view.cc',
632 'system/user/user_card_view.h', 636 'system/user/user_card_view.h',
633 'system/user/user_view.cc', 637 'system/user/user_view.cc',
634 'system/user/user_view.h', 638 'system/user/user_view.h',
635 'system/web_notification/ash_popup_alignment_delegate.cc',
636 'system/web_notification/ash_popup_alignment_delegate.h',
637 'system/web_notification/web_notification_tray.cc',
638 'system/web_notification/web_notification_tray.h',
639 'touch/touch_hud_debug.cc', 639 'touch/touch_hud_debug.cc',
640 'touch/touch_hud_debug.h', 640 'touch/touch_hud_debug.h',
641 'touch/touch_hud_projection.cc', 641 'touch/touch_hud_projection.cc',
642 'touch/touch_hud_projection.h', 642 'touch/touch_hud_projection.h',
643 'touch/touch_observer_hud.cc', 643 'touch/touch_observer_hud.cc',
644 'touch/touch_observer_hud.h', 644 'touch/touch_observer_hud.h',
645 'touch/touch_transformer_controller.cc', 645 'touch/touch_transformer_controller.cc',
646 'touch/touch_transformer_controller.h', 646 'touch/touch_transformer_controller.h',
647 'touch/touch_uma.cc', 647 'touch/touch_uma.cc',
648 'touch/touch_uma.h', 648 'touch/touch_uma.h',
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1451 ], 1451 ],
1452 } 1452 }
1453 ], 1453 ],
1454 ], 1454 ],
1455 }, 1455 },
1456 ], 1456 ],
1457 }], 1457 }],
1458 ], 1458 ],
1459 } 1459 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/common/system/web_notification/ash_popup_alignment_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698