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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1009403002: Refactor the avatar button/icon class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 5 years, 8 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 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after
2231 'browser/ui/views/passwords/manage_password_items_view.cc', 2231 'browser/ui/views/passwords/manage_password_items_view.cc',
2232 'browser/ui/views/passwords/manage_password_items_view.h', 2232 'browser/ui/views/passwords/manage_password_items_view.h',
2233 'browser/ui/views/passwords/manage_passwords_bubble_view.cc', 2233 'browser/ui/views/passwords/manage_passwords_bubble_view.cc',
2234 'browser/ui/views/passwords/manage_passwords_bubble_view.h', 2234 'browser/ui/views/passwords/manage_passwords_bubble_view.h',
2235 'browser/ui/views/passwords/manage_passwords_icon_view.cc', 2235 'browser/ui/views/passwords/manage_passwords_icon_view.cc',
2236 'browser/ui/views/passwords/manage_passwords_icon_view.h', 2236 'browser/ui/views/passwords/manage_passwords_icon_view.h',
2237 'browser/ui/views/passwords/save_account_more_combobox_model.cc', 2237 'browser/ui/views/passwords/save_account_more_combobox_model.cc',
2238 'browser/ui/views/passwords/save_account_more_combobox_model.h', 2238 'browser/ui/views/passwords/save_account_more_combobox_model.h',
2239 'browser/ui/views/pdf_password_dialog.cc', 2239 'browser/ui/views/pdf_password_dialog.cc',
2240 'browser/ui/views/process_singleton_dialog_linux.cc', 2240 'browser/ui/views/process_singleton_dialog_linux.cc',
2241 'browser/ui/views/profiles/avatar_base_button.cc',
2242 'browser/ui/views/profiles/avatar_base_button.h',
2241 'browser/ui/views/profiles/avatar_menu_bubble_view.cc', 2243 'browser/ui/views/profiles/avatar_menu_bubble_view.cc',
2242 'browser/ui/views/profiles/avatar_menu_bubble_view.h', 2244 'browser/ui/views/profiles/avatar_menu_bubble_view.h',
2243 'browser/ui/views/profiles/avatar_menu_button.cc', 2245 'browser/ui/views/profiles/avatar_menu_button.cc',
2244 'browser/ui/views/profiles/avatar_menu_button.h', 2246 'browser/ui/views/profiles/avatar_menu_button.h',
2245 'browser/ui/views/profiles/new_avatar_button.cc', 2247 'browser/ui/views/profiles/new_avatar_button.cc',
2246 'browser/ui/views/profiles/new_avatar_button.h', 2248 'browser/ui/views/profiles/new_avatar_button.h',
2247 'browser/ui/views/profiles/profile_chooser_view.cc', 2249 'browser/ui/views/profiles/profile_chooser_view.cc',
2248 'browser/ui/views/profiles/profile_chooser_view.h', 2250 'browser/ui/views/profiles/profile_chooser_view.h',
2249 'browser/ui/views/profiles/profile_reset_bubble_view.cc', 2251 'browser/ui/views/profiles/profile_reset_bubble_view.cc',
2250 'browser/ui/views/profiles/profile_reset_bubble_view.h', 2252 'browser/ui/views/profiles/profile_reset_bubble_view.h',
(...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after
3193 ], 3195 ],
3194 'sources': [ 3196 'sources': [
3195 '<@(chrome_browser_ui_non_mobile_sources)', 3197 '<@(chrome_browser_ui_non_mobile_sources)',
3196 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3198 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3197 ], 3199 ],
3198 }], 3200 }],
3199 ], 3201 ],
3200 }, 3202 },
3201 ], 3203 ],
3202 } 3204 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698