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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1631283002: [Mac] Remove some dead avatar menu code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 4 years, 11 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 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 'browser/ui/cocoa/presentation_mode_controller.h', 1180 'browser/ui/cocoa/presentation_mode_controller.h',
1181 'browser/ui/cocoa/presentation_mode_controller.mm', 1181 'browser/ui/cocoa/presentation_mode_controller.mm',
1182 'browser/ui/cocoa/profiles/avatar_base_controller.h', 1182 'browser/ui/cocoa/profiles/avatar_base_controller.h',
1183 'browser/ui/cocoa/profiles/avatar_base_controller.mm', 1183 'browser/ui/cocoa/profiles/avatar_base_controller.mm',
1184 'browser/ui/cocoa/profiles/avatar_button.h', 1184 'browser/ui/cocoa/profiles/avatar_button.h',
1185 'browser/ui/cocoa/profiles/avatar_button.mm', 1185 'browser/ui/cocoa/profiles/avatar_button.mm',
1186 'browser/ui/cocoa/profiles/avatar_button_controller.h', 1186 'browser/ui/cocoa/profiles/avatar_button_controller.h',
1187 'browser/ui/cocoa/profiles/avatar_button_controller.mm', 1187 'browser/ui/cocoa/profiles/avatar_button_controller.mm',
1188 'browser/ui/cocoa/profiles/avatar_icon_controller.h', 1188 'browser/ui/cocoa/profiles/avatar_icon_controller.h',
1189 'browser/ui/cocoa/profiles/avatar_icon_controller.mm', 1189 'browser/ui/cocoa/profiles/avatar_icon_controller.mm',
1190 'browser/ui/cocoa/profiles/avatar_label_button.h',
1191 'browser/ui/cocoa/profiles/avatar_label_button.mm',
1192 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.h', 1190 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.h',
1193 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.mm', 1191 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller.mm',
1194 'browser/ui/cocoa/profiles/profile_chooser_controller.h', 1192 'browser/ui/cocoa/profiles/profile_chooser_controller.h',
1195 'browser/ui/cocoa/profiles/profile_chooser_controller.mm', 1193 'browser/ui/cocoa/profiles/profile_chooser_controller.mm',
1196 'browser/ui/cocoa/profiles/profile_signin_confirmation_dialog_cocoa.h', 1194 'browser/ui/cocoa/profiles/profile_signin_confirmation_dialog_cocoa.h',
1197 'browser/ui/cocoa/profiles/profile_signin_confirmation_dialog_cocoa.mm', 1195 'browser/ui/cocoa/profiles/profile_signin_confirmation_dialog_cocoa.mm',
1198 'browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller.h', 1196 'browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller.h',
1199 'browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller.mm' , 1197 'browser/ui/cocoa/profiles/profile_signin_confirmation_view_controller.mm' ,
1200 'browser/ui/cocoa/profiles/user_manager_mac.h', 1198 'browser/ui/cocoa/profiles/user_manager_mac.h',
1201 'browser/ui/cocoa/profiles/user_manager_mac.mm', 1199 'browser/ui/cocoa/profiles/user_manager_mac.mm',
(...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after
3333 ], 3331 ],
3334 'sources': [ 3332 'sources': [
3335 '<@(chrome_browser_ui_non_mobile_sources)', 3333 '<@(chrome_browser_ui_non_mobile_sources)',
3336 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3334 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3337 ], 3335 ],
3338 }], 3336 }],
3339 ], 3337 ],
3340 }, 3338 },
3341 ], 3339 ],
3342 } 3340 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/profiles/avatar_label_button_unittest.mm ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698