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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2561163004: [Mac] Delete the unused AvatarMenuBubbleController and its associated XIB. (Closed)
Patch Set: include Created 4 years 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 | « chrome/app/nibs/BUILD.gn ('k') | chrome/browser/ui/cocoa/browser_window_cocoa.mm » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2826 matching lines...) Expand 10 before | Expand all | Expand 10 after
2837 "cocoa/passwords/update_pending_password_view_controller.h", 2837 "cocoa/passwords/update_pending_password_view_controller.h",
2838 "cocoa/passwords/update_pending_password_view_controller.mm", 2838 "cocoa/passwords/update_pending_password_view_controller.mm",
2839 "cocoa/profiles/avatar_base_controller.h", 2839 "cocoa/profiles/avatar_base_controller.h",
2840 "cocoa/profiles/avatar_base_controller.mm", 2840 "cocoa/profiles/avatar_base_controller.mm",
2841 "cocoa/profiles/avatar_button.h", 2841 "cocoa/profiles/avatar_button.h",
2842 "cocoa/profiles/avatar_button.mm", 2842 "cocoa/profiles/avatar_button.mm",
2843 "cocoa/profiles/avatar_button_controller.h", 2843 "cocoa/profiles/avatar_button_controller.h",
2844 "cocoa/profiles/avatar_button_controller.mm", 2844 "cocoa/profiles/avatar_button_controller.mm",
2845 "cocoa/profiles/avatar_icon_controller.h", 2845 "cocoa/profiles/avatar_icon_controller.h",
2846 "cocoa/profiles/avatar_icon_controller.mm", 2846 "cocoa/profiles/avatar_icon_controller.mm",
2847 "cocoa/profiles/avatar_menu_bubble_controller.h",
2848 "cocoa/profiles/avatar_menu_bubble_controller.mm",
2849 "cocoa/profiles/profile_chooser_controller.h", 2847 "cocoa/profiles/profile_chooser_controller.h",
2850 "cocoa/profiles/profile_chooser_controller.mm", 2848 "cocoa/profiles/profile_chooser_controller.mm",
2851 "cocoa/profiles/profile_signin_confirmation_dialog_cocoa.h", 2849 "cocoa/profiles/profile_signin_confirmation_dialog_cocoa.h",
2852 "cocoa/profiles/profile_signin_confirmation_dialog_cocoa.mm", 2850 "cocoa/profiles/profile_signin_confirmation_dialog_cocoa.mm",
2853 "cocoa/profiles/profile_signin_confirmation_view_controller.h", 2851 "cocoa/profiles/profile_signin_confirmation_view_controller.h",
2854 "cocoa/profiles/profile_signin_confirmation_view_controller.mm", 2852 "cocoa/profiles/profile_signin_confirmation_view_controller.mm",
2855 "cocoa/profiles/signin_view_controller_delegate_mac.h", 2853 "cocoa/profiles/signin_view_controller_delegate_mac.h",
2856 "cocoa/profiles/signin_view_controller_delegate_mac.mm", 2854 "cocoa/profiles/signin_view_controller_delegate_mac.mm",
2857 "cocoa/profiles/user_manager_mac.h", 2855 "cocoa/profiles/user_manager_mac.h",
2858 "cocoa/profiles/user_manager_mac.mm", 2856 "cocoa/profiles/user_manager_mac.mm",
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
3484 "test/test_confirm_bubble_model.cc", 3482 "test/test_confirm_bubble_model.cc",
3485 "test/test_confirm_bubble_model.h", 3483 "test/test_confirm_bubble_model.h",
3486 ] 3484 ]
3487 deps += [ "//chrome/test:test_support_ui" ] 3485 deps += [ "//chrome/test:test_support_ui" ]
3488 } 3486 }
3489 3487
3490 if (enable_extensions) { 3488 if (enable_extensions) {
3491 deps += [ "//extensions/browser" ] 3489 deps += [ "//extensions/browser" ]
3492 } 3490 }
3493 } 3491 }
OLDNEW
« no previous file with comments | « chrome/app/nibs/BUILD.gn ('k') | chrome/browser/ui/cocoa/browser_window_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698