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

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, 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
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 2287 matching lines...) Expand 10 before | Expand all | Expand 10 after
2298 'browser/ui/views/passwords/manage_password_items_view.cc', 2298 'browser/ui/views/passwords/manage_password_items_view.cc',
2299 'browser/ui/views/passwords/manage_password_items_view.h', 2299 'browser/ui/views/passwords/manage_password_items_view.h',
2300 'browser/ui/views/passwords/manage_passwords_bubble_view.cc', 2300 'browser/ui/views/passwords/manage_passwords_bubble_view.cc',
2301 'browser/ui/views/passwords/manage_passwords_bubble_view.h', 2301 'browser/ui/views/passwords/manage_passwords_bubble_view.h',
2302 'browser/ui/views/passwords/manage_passwords_icon_view.cc', 2302 'browser/ui/views/passwords/manage_passwords_icon_view.cc',
2303 'browser/ui/views/passwords/manage_passwords_icon_view.h', 2303 'browser/ui/views/passwords/manage_passwords_icon_view.h',
2304 'browser/ui/views/passwords/save_account_more_combobox_model.cc', 2304 'browser/ui/views/passwords/save_account_more_combobox_model.cc',
2305 'browser/ui/views/passwords/save_account_more_combobox_model.h', 2305 'browser/ui/views/passwords/save_account_more_combobox_model.h',
2306 'browser/ui/views/pdf_password_dialog.cc', 2306 'browser/ui/views/pdf_password_dialog.cc',
2307 'browser/ui/views/process_singleton_dialog_linux.cc', 2307 'browser/ui/views/process_singleton_dialog_linux.cc',
2308 'browser/ui/views/profiles/avatar_base_button.cc',
2309 'browser/ui/views/profiles/avatar_base_button.h',
2308 'browser/ui/views/profiles/avatar_menu_bubble_view.cc', 2310 'browser/ui/views/profiles/avatar_menu_bubble_view.cc',
2309 'browser/ui/views/profiles/avatar_menu_bubble_view.h', 2311 'browser/ui/views/profiles/avatar_menu_bubble_view.h',
2310 'browser/ui/views/profiles/avatar_menu_button.cc', 2312 'browser/ui/views/profiles/avatar_menu_button.cc',
2311 'browser/ui/views/profiles/avatar_menu_button.h', 2313 'browser/ui/views/profiles/avatar_menu_button.h',
2312 'browser/ui/views/profiles/new_avatar_button.cc', 2314 'browser/ui/views/profiles/new_avatar_button.cc',
2313 'browser/ui/views/profiles/new_avatar_button.h', 2315 'browser/ui/views/profiles/new_avatar_button.h',
2314 'browser/ui/views/profiles/profile_chooser_view.cc', 2316 'browser/ui/views/profiles/profile_chooser_view.cc',
2315 'browser/ui/views/profiles/profile_chooser_view.h', 2317 'browser/ui/views/profiles/profile_chooser_view.h',
2316 'browser/ui/views/profiles/profile_reset_bubble_view.cc', 2318 'browser/ui/views/profiles/profile_reset_bubble_view.cc',
2317 'browser/ui/views/profiles/profile_reset_bubble_view.h', 2319 'browser/ui/views/profiles/profile_reset_bubble_view.h',
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
3190 ], 3192 ],
3191 'sources': [ 3193 'sources': [
3192 '<@(chrome_browser_ui_non_mobile_sources)', 3194 '<@(chrome_browser_ui_non_mobile_sources)',
3193 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3195 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3194 ], 3196 ],
3195 }], 3197 }],
3196 ], 3198 ],
3197 }, 3199 },
3198 ], 3200 ],
3199 } 3201 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698