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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2179283002: Refactored signin/sync error controllers for the avatar button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uninitialized ptr Created 4 years, 4 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/profile_chooser_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 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 'browser/ui/cocoa/window_size_autosaver.h', 1341 'browser/ui/cocoa/window_size_autosaver.h',
1342 'browser/ui/cocoa/window_size_autosaver.mm', 1342 'browser/ui/cocoa/window_size_autosaver.mm',
1343 # TODO(estade): this class should be deleted in favor of a combobox model. 1343 # TODO(estade): this class should be deleted in favor of a combobox model.
1344 # See crbug.com/590850 1344 # See crbug.com/590850
1345 'browser/ui/content_settings/content_setting_media_menu_model.cc', 1345 'browser/ui/content_settings/content_setting_media_menu_model.cc',
1346 'browser/ui/content_settings/content_setting_media_menu_model.h', 1346 'browser/ui/content_settings/content_setting_media_menu_model.h',
1347 'browser/ui/proximity_auth/proximity_auth_error_bubble_stub.cc', 1347 'browser/ui/proximity_auth/proximity_auth_error_bubble_stub.cc',
1348 ], 1348 ],
1349 # Files used only on desktop systems (not iOS, Android, ChromeOS). 1349 # Files used only on desktop systems (not iOS, Android, ChromeOS).
1350 'chrome_browser_ui_desktop_sources': [ 1350 'chrome_browser_ui_desktop_sources': [
1351 'browser/ui/avatar_button_error_controller.h',
1352 'browser/ui/avatar_button_error_controller.cc',
1353 'browser/ui/avatar_button_error_controller_delegate.h',
1351 'browser/ui/startup/default_browser_infobar_delegate.cc', 1354 'browser/ui/startup/default_browser_infobar_delegate.cc',
1352 'browser/ui/startup/default_browser_infobar_delegate.h', 1355 'browser/ui/startup/default_browser_infobar_delegate.h',
1353 'browser/ui/startup/default_browser_prompt.cc', 1356 'browser/ui/startup/default_browser_prompt.cc',
1354 'browser/ui/startup/default_browser_prompt.h', 1357 'browser/ui/startup/default_browser_prompt.h',
1355 'browser/ui/startup/default_browser_prompt_win.cc', 1358 'browser/ui/startup/default_browser_prompt_win.cc',
1356 'browser/ui/sync/one_click_signin_links_delegate.h', 1359 'browser/ui/sync/one_click_signin_links_delegate.h',
1357 'browser/ui/sync/one_click_signin_links_delegate_impl.cc', 1360 'browser/ui/sync/one_click_signin_links_delegate_impl.cc',
1358 'browser/ui/sync/one_click_signin_links_delegate_impl.h', 1361 'browser/ui/sync/one_click_signin_links_delegate_impl.h',
1359 'browser/ui/sync/one_click_signin_sync_observer.cc', 1362 'browser/ui/sync/one_click_signin_sync_observer.cc',
1360 'browser/ui/sync/one_click_signin_sync_observer.h', 1363 'browser/ui/sync/one_click_signin_sync_observer.h',
(...skipping 2009 matching lines...) Expand 10 before | Expand all | Expand 10 after
3370 ], 3373 ],
3371 'sources': [ 3374 'sources': [
3372 '<@(chrome_browser_ui_non_mobile_sources)', 3375 '<@(chrome_browser_ui_non_mobile_sources)',
3373 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3376 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3374 ], 3377 ],
3375 }], 3378 }],
3376 ], 3379 ],
3377 }, 3380 },
3378 ], 3381 ],
3379 } 3382 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/profiles/profile_chooser_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698