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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 210903003: Implemented system tray UI for new account management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge conflicts resolved. Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_win.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'browser/ui/ash/multi_user/multi_user_window_manager_stub.cc', 341 'browser/ui/ash/multi_user/multi_user_window_manager_stub.cc',
342 'browser/ui/ash/multi_user/multi_user_window_manager_stub.h', 342 'browser/ui/ash/multi_user/multi_user_window_manager_stub.h',
343 'browser/ui/ash/multi_user/user_switch_animator_chromeos.cc', 343 'browser/ui/ash/multi_user/user_switch_animator_chromeos.cc',
344 'browser/ui/ash/multi_user/user_switch_animator_chromeos.h', 344 'browser/ui/ash/multi_user/user_switch_animator_chromeos.h',
345 'browser/ui/ash/screenshot_taker.cc', 345 'browser/ui/ash/screenshot_taker.cc',
346 'browser/ui/ash/screenshot_taker.h', 346 'browser/ui/ash/screenshot_taker.h',
347 'browser/ui/ash/session_state_delegate_chromeos.cc', 347 'browser/ui/ash/session_state_delegate_chromeos.cc',
348 'browser/ui/ash/session_state_delegate_chromeos.h', 348 'browser/ui/ash/session_state_delegate_chromeos.h',
349 'browser/ui/ash/session_state_delegate_views.cc', 349 'browser/ui/ash/session_state_delegate_views.cc',
350 'browser/ui/ash/session_state_delegate_views.h', 350 'browser/ui/ash/session_state_delegate_views.h',
351 'browser/ui/ash/stub_user_accounts_delegate.cc',
352 'browser/ui/ash/stub_user_accounts_delegate.h',
351 'browser/ui/ash/system_tray_delegate_chromeos.cc', 353 'browser/ui/ash/system_tray_delegate_chromeos.cc',
352 'browser/ui/ash/system_tray_delegate_chromeos.h', 354 'browser/ui/ash/system_tray_delegate_chromeos.h',
353 'browser/ui/ash/system_tray_delegate_win.cc', 355 'browser/ui/ash/system_tray_delegate_win.cc',
354 'browser/ui/ash/system_tray_delegate_win.h', 356 'browser/ui/ash/system_tray_delegate_win.h',
355 'browser/ui/ash/user_wallpaper_delegate_win.cc', 357 'browser/ui/ash/user_wallpaper_delegate_win.cc',
356 'browser/ui/ash/user_wallpaper_delegate_win.h', 358 'browser/ui/ash/user_wallpaper_delegate_win.h',
357 'browser/ui/ash/volume_controller_chromeos.cc', 359 'browser/ui/ash/volume_controller_chromeos.cc',
358 'browser/ui/ash/volume_controller_chromeos.h', 360 'browser/ui/ash/volume_controller_chromeos.h',
359 'browser/ui/aura/active_desktop_monitor.cc', 361 'browser/ui/aura/active_desktop_monitor.cc',
360 'browser/ui/aura/active_desktop_monitor.h', 362 'browser/ui/aura/active_desktop_monitor.h',
(...skipping 3078 matching lines...) Expand 10 before | Expand all | Expand 10 after
3439 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3441 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3440 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3442 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3441 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3443 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3442 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3444 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3443 ], 3445 ],
3444 }], 3446 }],
3445 ], 3447 ],
3446 }, 3448 },
3447 ], 3449 ],
3448 } 3450 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698