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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1614523002: Remove old-avatar supervised user labels on non-Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/supervised_user_avatar_label.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 2357 matching lines...) Expand 10 before | Expand all | Expand 10 after
2368 'browser/ui/views/passwords/manage_passwords_bubble_view.h', 2368 'browser/ui/views/passwords/manage_passwords_bubble_view.h',
2369 'browser/ui/views/passwords/manage_passwords_icon_views.cc', 2369 'browser/ui/views/passwords/manage_passwords_icon_views.cc',
2370 'browser/ui/views/passwords/manage_passwords_icon_views.h', 2370 'browser/ui/views/passwords/manage_passwords_icon_views.h',
2371 'browser/ui/views/process_singleton_dialog_linux.cc', 2371 'browser/ui/views/process_singleton_dialog_linux.cc',
2372 'browser/ui/views/profiles/avatar_menu_button.cc', 2372 'browser/ui/views/profiles/avatar_menu_button.cc',
2373 'browser/ui/views/profiles/avatar_menu_button.h', 2373 'browser/ui/views/profiles/avatar_menu_button.h',
2374 'browser/ui/views/profiles/profile_chooser_view.cc', 2374 'browser/ui/views/profiles/profile_chooser_view.cc',
2375 'browser/ui/views/profiles/profile_chooser_view.h', 2375 'browser/ui/views/profiles/profile_chooser_view.h',
2376 'browser/ui/views/profiles/signin_view_controller.cc', 2376 'browser/ui/views/profiles/signin_view_controller.cc',
2377 'browser/ui/views/profiles/signin_view_controller.h', 2377 'browser/ui/views/profiles/signin_view_controller.h',
2378 'browser/ui/views/profiles/supervised_user_avatar_label.cc',
2379 'browser/ui/views/profiles/supervised_user_avatar_label.h',
2380 'browser/ui/views/profiles/user_manager_view.cc', 2378 'browser/ui/views/profiles/user_manager_view.cc',
2381 'browser/ui/views/profiles/user_manager_view.h', 2379 'browser/ui/views/profiles/user_manager_view.h',
2382 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc', 2380 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc',
2383 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.h', 2381 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.h',
2384 'browser/ui/views/sad_tab_view.cc', 2382 'browser/ui/views/sad_tab_view.cc',
2385 'browser/ui/views/sad_tab_view.h', 2383 'browser/ui/views/sad_tab_view.h',
2386 'browser/ui/views/session_crashed_bubble_view.cc', 2384 'browser/ui/views/session_crashed_bubble_view.cc',
2387 'browser/ui/views/session_crashed_bubble_view.h', 2385 'browser/ui/views/session_crashed_bubble_view.h',
2388 'browser/ui/views/settings_api_bubble_helper_views.cc', 2386 'browser/ui/views/settings_api_bubble_helper_views.cc',
2389 'browser/ui/views/settings_api_bubble_helper_views.h', 2387 'browser/ui/views/settings_api_bubble_helper_views.h',
(...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
3267 'sources': [ '<@(chrome_browser_ui_google_now_non_android_sources)' ], 3265 'sources': [ '<@(chrome_browser_ui_google_now_non_android_sources)' ],
3268 }], 3266 }],
3269 ['enable_media_router==1 and OS!="android" and OS!="ios"', { 3267 ['enable_media_router==1 and OS!="android" and OS!="ios"', {
3270 'dependencies': [ 3268 'dependencies': [
3271 'browser/media/router/media_router.gyp:media_router', 3269 'browser/media/router/media_router.gyp:media_router',
3272 ], 3270 ],
3273 'sources': [ '<@(chrome_browser_ui_media_router_sources)' ], 3271 'sources': [ '<@(chrome_browser_ui_media_router_sources)' ],
3274 }], 3272 }],
3275 ['enable_supervised_users==0', { 3273 ['enable_supervised_users==0', {
3276 'sources!': [ 3274 'sources!': [
3277 'browser/ui/views/profiles/supervised_user_avatar_label.cc',
3278 'browser/ui/views/profiles/supervised_user_avatar_label.h',
3279 'browser/ui/webui/options/supervised_user_create_confirm_handler.cc' , 3275 'browser/ui/webui/options/supervised_user_create_confirm_handler.cc' ,
3280 'browser/ui/webui/options/supervised_user_create_confirm_handler.h', 3276 'browser/ui/webui/options/supervised_user_create_confirm_handler.h',
3281 'browser/ui/webui/options/supervised_user_import_handler.cc', 3277 'browser/ui/webui/options/supervised_user_import_handler.cc',
3282 'browser/ui/webui/options/supervised_user_import_handler.h', 3278 'browser/ui/webui/options/supervised_user_import_handler.h',
3283 'browser/ui/webui/options/supervised_user_learn_more_handler.cc', 3279 'browser/ui/webui/options/supervised_user_learn_more_handler.cc',
3284 'browser/ui/webui/options/supervised_user_learn_more_handler.h', 3280 'browser/ui/webui/options/supervised_user_learn_more_handler.h',
3285 ], 3281 ],
3286 }], 3282 }],
3287 ['enable_webrtc==1', { 3283 ['enable_webrtc==1', {
3288 'sources': [ '<@(chrome_browser_ui_webrtc_sources)' ], 3284 'sources': [ '<@(chrome_browser_ui_webrtc_sources)' ],
(...skipping 19 matching lines...) Expand all
3308 ], 3304 ],
3309 'sources': [ 3305 'sources': [
3310 '<@(chrome_browser_ui_non_mobile_sources)', 3306 '<@(chrome_browser_ui_non_mobile_sources)',
3311 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3307 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3312 ], 3308 ],
3313 }], 3309 }],
3314 ], 3310 ],
3315 }, 3311 },
3316 ], 3312 ],
3317 } 3313 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/profiles/supervised_user_avatar_label.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698