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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1413533009: Make the new Gaia password separated signin flow modal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use DialogDelegateView Created 5 years 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 2334 matching lines...) Expand 10 before | Expand all | Expand 10 after
2345 'browser/ui/views/passwords/manage_password_items_view.h', 2345 'browser/ui/views/passwords/manage_password_items_view.h',
2346 'browser/ui/views/passwords/manage_passwords_bubble_view.cc', 2346 'browser/ui/views/passwords/manage_passwords_bubble_view.cc',
2347 'browser/ui/views/passwords/manage_passwords_bubble_view.h', 2347 'browser/ui/views/passwords/manage_passwords_bubble_view.h',
2348 'browser/ui/views/passwords/manage_passwords_icon_views.cc', 2348 'browser/ui/views/passwords/manage_passwords_icon_views.cc',
2349 'browser/ui/views/passwords/manage_passwords_icon_views.h', 2349 'browser/ui/views/passwords/manage_passwords_icon_views.h',
2350 'browser/ui/views/process_singleton_dialog_linux.cc', 2350 'browser/ui/views/process_singleton_dialog_linux.cc',
2351 'browser/ui/views/profiles/avatar_menu_button.cc', 2351 'browser/ui/views/profiles/avatar_menu_button.cc',
2352 'browser/ui/views/profiles/avatar_menu_button.h', 2352 'browser/ui/views/profiles/avatar_menu_button.h',
2353 'browser/ui/views/profiles/profile_chooser_view.cc', 2353 'browser/ui/views/profiles/profile_chooser_view.cc',
2354 'browser/ui/views/profiles/profile_chooser_view.h', 2354 'browser/ui/views/profiles/profile_chooser_view.h',
2355 'browser/ui/views/profiles/signin_view_controller.cc',
2356 'browser/ui/views/profiles/signin_view_controller.h',
2355 'browser/ui/views/profiles/supervised_user_avatar_label.cc', 2357 'browser/ui/views/profiles/supervised_user_avatar_label.cc',
2356 'browser/ui/views/profiles/supervised_user_avatar_label.h', 2358 'browser/ui/views/profiles/supervised_user_avatar_label.h',
2357 'browser/ui/views/profiles/user_manager_view.cc', 2359 'browser/ui/views/profiles/user_manager_view.cc',
2358 'browser/ui/views/profiles/user_manager_view.h', 2360 'browser/ui/views/profiles/user_manager_view.h',
2359 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc', 2361 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc',
2360 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.h', 2362 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.h',
2361 'browser/ui/views/sad_tab_view.cc', 2363 'browser/ui/views/sad_tab_view.cc',
2362 'browser/ui/views/sad_tab_view.h', 2364 'browser/ui/views/sad_tab_view.h',
2363 'browser/ui/views/session_crashed_bubble_view.cc', 2365 'browser/ui/views/session_crashed_bubble_view.cc',
2364 'browser/ui/views/session_crashed_bubble_view.h', 2366 'browser/ui/views/session_crashed_bubble_view.h',
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
3274 ], 3276 ],
3275 'sources': [ 3277 'sources': [
3276 '<@(chrome_browser_ui_non_mobile_sources)', 3278 '<@(chrome_browser_ui_non_mobile_sources)',
3277 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3279 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3278 ], 3280 ],
3279 }], 3281 }],
3280 ], 3282 ],
3281 }, 3283 },
3282 ], 3284 ],
3283 } 3285 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698