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

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: Rebase Created 5 years, 7 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
« no previous file with comments | « chrome/browser/ui/views/profiles/new_avatar_button.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2291 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 'browser/ui/views/passwords/manage_credential_item_view.h', 2302 'browser/ui/views/passwords/manage_credential_item_view.h',
2303 'browser/ui/views/passwords/manage_password_items_view.cc', 2303 'browser/ui/views/passwords/manage_password_items_view.cc',
2304 'browser/ui/views/passwords/manage_password_items_view.h', 2304 'browser/ui/views/passwords/manage_password_items_view.h',
2305 'browser/ui/views/passwords/manage_passwords_bubble_view.cc', 2305 'browser/ui/views/passwords/manage_passwords_bubble_view.cc',
2306 'browser/ui/views/passwords/manage_passwords_bubble_view.h', 2306 'browser/ui/views/passwords/manage_passwords_bubble_view.h',
2307 'browser/ui/views/passwords/manage_passwords_icon_view.cc', 2307 'browser/ui/views/passwords/manage_passwords_icon_view.cc',
2308 'browser/ui/views/passwords/manage_passwords_icon_view.h', 2308 'browser/ui/views/passwords/manage_passwords_icon_view.h',
2309 'browser/ui/views/passwords/save_account_more_combobox_model.cc', 2309 'browser/ui/views/passwords/save_account_more_combobox_model.cc',
2310 'browser/ui/views/passwords/save_account_more_combobox_model.h', 2310 'browser/ui/views/passwords/save_account_more_combobox_model.h',
2311 'browser/ui/views/process_singleton_dialog_linux.cc', 2311 'browser/ui/views/process_singleton_dialog_linux.cc',
2312 'browser/ui/views/profiles/avatar_base_button.cc',
2313 'browser/ui/views/profiles/avatar_base_button.h',
2312 'browser/ui/views/profiles/avatar_menu_bubble_view.cc', 2314 'browser/ui/views/profiles/avatar_menu_bubble_view.cc',
2313 'browser/ui/views/profiles/avatar_menu_bubble_view.h', 2315 'browser/ui/views/profiles/avatar_menu_bubble_view.h',
2314 'browser/ui/views/profiles/avatar_menu_button.cc', 2316 'browser/ui/views/profiles/avatar_menu_button.cc',
2315 'browser/ui/views/profiles/avatar_menu_button.h', 2317 'browser/ui/views/profiles/avatar_menu_button.h',
2316 'browser/ui/views/profiles/new_avatar_button.cc', 2318 'browser/ui/views/profiles/new_avatar_button.cc',
2317 'browser/ui/views/profiles/new_avatar_button.h', 2319 'browser/ui/views/profiles/new_avatar_button.h',
2318 'browser/ui/views/profiles/profile_chooser_view.cc', 2320 'browser/ui/views/profiles/profile_chooser_view.cc',
2319 'browser/ui/views/profiles/profile_chooser_view.h', 2321 'browser/ui/views/profiles/profile_chooser_view.h',
2320 'browser/ui/views/profiles/profile_reset_bubble_view.cc', 2322 'browser/ui/views/profiles/profile_reset_bubble_view.cc',
2321 'browser/ui/views/profiles/profile_reset_bubble_view.h', 2323 'browser/ui/views/profiles/profile_reset_bubble_view.h',
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
3189 ], 3191 ],
3190 'sources': [ 3192 'sources': [
3191 '<@(chrome_browser_ui_non_mobile_sources)', 3193 '<@(chrome_browser_ui_non_mobile_sources)',
3192 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3194 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3193 ], 3195 ],
3194 }], 3196 }],
3195 ], 3197 ],
3196 }, 3198 },
3197 ], 3199 ],
3198 } 3200 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/profiles/new_avatar_button.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698