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

Side by Side Diff: ash/ash.gyp

Issue 210903003: Implemented system tray UI for new account management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More comments addressed. Created 6 years, 9 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 | « no previous file | ash/ash_strings.grd » ('j') | ash/shell_delegate.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 'system/tray_update.cc', 479 'system/tray_update.cc',
480 'system/tray_update.h', 480 'system/tray_update.h',
481 'system/user/login_status.cc', 481 'system/user/login_status.cc',
482 'system/user/login_status.h', 482 'system/user/login_status.h',
483 'system/user/tray_user.cc', 483 'system/user/tray_user.cc',
484 'system/user/tray_user.h', 484 'system/user/tray_user.h',
485 'system/user/tray_user_separator.cc', 485 'system/user/tray_user_separator.cc',
486 'system/user/tray_user_separator.h', 486 'system/user/tray_user_separator.h',
487 'system/user/update_observer.h', 487 'system/user/update_observer.h',
488 'system/user/user_observer.h', 488 'system/user/user_observer.h',
489 'system/user/user_accounts_delegate.cc',
490 'system/user/user_accounts_delegate.h',
489 'system/web_notification/web_notification_tray.cc', 491 'system/web_notification/web_notification_tray.cc',
490 'system/web_notification/web_notification_tray.h', 492 'system/web_notification/web_notification_tray.h',
491 'system/win/audio/tray_audio_delegate_win.cc', 493 'system/win/audio/tray_audio_delegate_win.cc',
492 'system/win/audio/tray_audio_delegate_win.h', 494 'system/win/audio/tray_audio_delegate_win.h',
493 'system/win/audio/tray_audio_win.cc', 495 'system/win/audio/tray_audio_win.cc',
494 'system/win/audio/tray_audio_win.h', 496 'system/win/audio/tray_audio_win.h',
495 'touch/touch_hud_debug.cc', 497 'touch/touch_hud_debug.cc',
496 'touch/touch_hud_debug.h', 498 'touch/touch_hud_debug.h',
497 'touch/touch_hud_projection.cc', 499 'touch/touch_hud_projection.cc',
498 'touch/touch_hud_projection.h', 500 'touch/touch_hud_projection.h',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
1141 }], 1143 }],
1142 ['chromeos==1', { 1144 ['chromeos==1', {
1143 'dependencies': [ 1145 'dependencies': [
1144 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1146 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1145 ], 1147 ],
1146 }], 1148 }],
1147 ], 1149 ],
1148 }, 1150 },
1149 ], 1151 ],
1150 } 1152 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/shell_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698