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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 901493003: Extract some account chooser views things for cross-platform use. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/passwords/credentials_item_view.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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 'browser/ui/login/login_interstitial_delegate.cc', 783 'browser/ui/login/login_interstitial_delegate.cc',
784 'browser/ui/login/login_interstitial_delegate.h', 784 'browser/ui/login/login_interstitial_delegate.h',
785 'browser/ui/login/login_prompt.cc', 785 'browser/ui/login/login_prompt.cc',
786 'browser/ui/login/login_prompt.h', 786 'browser/ui/login/login_prompt.h',
787 'browser/ui/media_utils.cc', 787 'browser/ui/media_utils.cc',
788 'browser/ui/media_utils.h', 788 'browser/ui/media_utils.h',
789 'browser/ui/navigation_correction_tab_observer.cc', 789 'browser/ui/navigation_correction_tab_observer.cc',
790 'browser/ui/navigation_correction_tab_observer.h', 790 'browser/ui/navigation_correction_tab_observer.h',
791 'browser/ui/metro_pin_tab_helper_win.cc', 791 'browser/ui/metro_pin_tab_helper_win.cc',
792 'browser/ui/metro_pin_tab_helper_win.h', 792 'browser/ui/metro_pin_tab_helper_win.h',
793 'browser/ui/passwords/account_avatar_fetcher.cc',
794 'browser/ui/passwords/account_avatar_fetcher.h',
793 'browser/ui/passwords/manage_passwords_bubble.cc', 795 'browser/ui/passwords/manage_passwords_bubble.cc',
794 'browser/ui/passwords/manage_passwords_bubble.h', 796 'browser/ui/passwords/manage_passwords_bubble.h',
795 'browser/ui/passwords/manage_passwords_bubble_model.cc', 797 'browser/ui/passwords/manage_passwords_bubble_model.cc',
796 'browser/ui/passwords/manage_passwords_bubble_model.h', 798 'browser/ui/passwords/manage_passwords_bubble_model.h',
797 'browser/ui/passwords/manage_passwords_icon.cc', 799 'browser/ui/passwords/manage_passwords_icon.cc',
798 'browser/ui/passwords/manage_passwords_icon.h', 800 'browser/ui/passwords/manage_passwords_icon.h',
799 'browser/ui/passwords/manage_passwords_ui_controller.cc', 801 'browser/ui/passwords/manage_passwords_ui_controller.cc',
800 'browser/ui/passwords/manage_passwords_ui_controller.h', 802 'browser/ui/passwords/manage_passwords_ui_controller.h',
801 'browser/ui/passwords/manage_passwords_view_utils.cc', 803 'browser/ui/passwords/manage_passwords_view_utils.cc',
802 'browser/ui/passwords/manage_passwords_view_utils.h', 804 'browser/ui/passwords/manage_passwords_view_utils.h',
(...skipping 2331 matching lines...) Expand 10 before | Expand all | Expand 10 after
3134 ], 3136 ],
3135 'sources': [ 3137 'sources': [
3136 '<@(chrome_browser_ui_non_mobile_sources)', 3138 '<@(chrome_browser_ui_non_mobile_sources)',
3137 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3139 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3138 ], 3140 ],
3139 }], 3141 }],
3140 ], 3142 ],
3141 }, 3143 },
3142 ], 3144 ],
3143 } 3145 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/passwords/credentials_item_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698