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

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: Cleanup 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 2338 matching lines...) Expand 10 before | Expand all | Expand 10 after
2349 'browser/ui/views/passwords/manage_password_items_view.h', 2349 'browser/ui/views/passwords/manage_password_items_view.h',
2350 'browser/ui/views/passwords/manage_passwords_bubble_view.cc', 2350 'browser/ui/views/passwords/manage_passwords_bubble_view.cc',
2351 'browser/ui/views/passwords/manage_passwords_bubble_view.h', 2351 'browser/ui/views/passwords/manage_passwords_bubble_view.h',
2352 'browser/ui/views/passwords/manage_passwords_icon_views.cc', 2352 'browser/ui/views/passwords/manage_passwords_icon_views.cc',
2353 'browser/ui/views/passwords/manage_passwords_icon_views.h', 2353 'browser/ui/views/passwords/manage_passwords_icon_views.h',
2354 'browser/ui/views/process_singleton_dialog_linux.cc', 2354 'browser/ui/views/process_singleton_dialog_linux.cc',
2355 'browser/ui/views/profiles/avatar_menu_button.cc', 2355 'browser/ui/views/profiles/avatar_menu_button.cc',
2356 'browser/ui/views/profiles/avatar_menu_button.h', 2356 'browser/ui/views/profiles/avatar_menu_button.h',
2357 'browser/ui/views/profiles/profile_chooser_view.cc', 2357 'browser/ui/views/profiles/profile_chooser_view.cc',
2358 'browser/ui/views/profiles/profile_chooser_view.h', 2358 'browser/ui/views/profiles/profile_chooser_view.h',
2359 'browser/ui/views/profiles/signin_view_controller.cc',
2360 'browser/ui/views/profiles/signin_view_controller.h',
2359 'browser/ui/views/profiles/supervised_user_avatar_label.cc', 2361 'browser/ui/views/profiles/supervised_user_avatar_label.cc',
2360 'browser/ui/views/profiles/supervised_user_avatar_label.h', 2362 'browser/ui/views/profiles/supervised_user_avatar_label.h',
2361 'browser/ui/views/profiles/user_manager_view.cc', 2363 'browser/ui/views/profiles/user_manager_view.cc',
2362 'browser/ui/views/profiles/user_manager_view.h', 2364 'browser/ui/views/profiles/user_manager_view.h',
2363 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc', 2365 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc',
2364 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.h', 2366 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.h',
2365 'browser/ui/views/sad_tab_view.cc', 2367 'browser/ui/views/sad_tab_view.cc',
2366 'browser/ui/views/sad_tab_view.h', 2368 'browser/ui/views/sad_tab_view.h',
2367 'browser/ui/views/session_crashed_bubble_view.cc', 2369 'browser/ui/views/session_crashed_bubble_view.cc',
2368 'browser/ui/views/session_crashed_bubble_view.h', 2370 'browser/ui/views/session_crashed_bubble_view.h',
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
3273 ], 3275 ],
3274 'sources': [ 3276 'sources': [
3275 '<@(chrome_browser_ui_non_mobile_sources)', 3277 '<@(chrome_browser_ui_non_mobile_sources)',
3276 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3278 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3277 ], 3279 ],
3278 }], 3280 }],
3279 ], 3281 ],
3280 }, 3282 },
3281 ], 3283 ],
3282 } 3284 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698