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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 916523003: Bring up fast user switcher on right-click of the avatar menu on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unit test and fix issues from CR Created 5 years, 10 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller .mm', 620 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller .mm',
621 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_contro ller.h', 621 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_contro ller.h',
622 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_contro ller.mm', 622 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_contro ller.mm',
623 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle r.h', 623 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle r.h',
624 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle r.mm', 624 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle r.mm',
625 'browser/ui/cocoa/pdf_password_dialog_cocoa.mm', 625 'browser/ui/cocoa/pdf_password_dialog_cocoa.mm',
626 'browser/ui/cocoa/presentation_mode_controller.h', 626 'browser/ui/cocoa/presentation_mode_controller.h',
627 'browser/ui/cocoa/presentation_mode_controller.mm', 627 'browser/ui/cocoa/presentation_mode_controller.mm',
628 'browser/ui/cocoa/profiles/avatar_base_controller.h', 628 'browser/ui/cocoa/profiles/avatar_base_controller.h',
629 'browser/ui/cocoa/profiles/avatar_base_controller.mm', 629 'browser/ui/cocoa/profiles/avatar_base_controller.mm',
630 'browser/ui/cocoa/profiles/avatar_button.h',
631 'browser/ui/cocoa/profiles/avatar_button.mm',
630 'browser/ui/cocoa/profiles/avatar_button_controller.h', 632 'browser/ui/cocoa/profiles/avatar_button_controller.h',
631 'browser/ui/cocoa/profiles/avatar_button_controller.mm', 633 'browser/ui/cocoa/profiles/avatar_button_controller.mm',
632 'browser/ui/cocoa/profiles/avatar_icon_controller.h', 634 'browser/ui/cocoa/profiles/avatar_icon_controller.h',
633 'browser/ui/cocoa/profiles/avatar_icon_controller.mm', 635 'browser/ui/cocoa/profiles/avatar_icon_controller.mm',
634 'browser/ui/cocoa/profiles/avatar_label_button.h', 636 'browser/ui/cocoa/profiles/avatar_label_button.h',
635 'browser/ui/cocoa/profiles/avatar_label_button.mm', 637 'browser/ui/cocoa/profiles/avatar_label_button.mm',
636 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.h', 638 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.h',
637 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.mm', 639 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.mm',
638 'browser/ui/cocoa/profiles/profile_chooser_controller.h', 640 'browser/ui/cocoa/profiles/profile_chooser_controller.h',
639 'browser/ui/cocoa/profiles/profile_chooser_controller.mm', 641 'browser/ui/cocoa/profiles/profile_chooser_controller.mm',
(...skipping 2483 matching lines...) Expand 10 before | Expand all | Expand 10 after
3123 ], 3125 ],
3124 'sources': [ 3126 'sources': [
3125 '<@(chrome_browser_ui_non_mobile_sources)', 3127 '<@(chrome_browser_ui_non_mobile_sources)',
3126 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3128 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3127 ], 3129 ],
3128 }], 3130 }],
3129 ], 3131 ],
3130 }, 3132 },
3131 ], 3133 ],
3132 } 3134 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698