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

Side by Side Diff: ash/ash.gyp

Issue 9561003: ash uber tray: Add a tray item for the user. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GetUserDisplayName instead of GetUserName Created 8 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/shell.cc » ('j') | no next file with comments »
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 10
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'system/brightness/brightness_control_delegate.h', 116 'system/brightness/brightness_control_delegate.h',
117 'system/brightness/tray_brightness.cc', 117 'system/brightness/tray_brightness.cc',
118 'system/brightness/tray_brightness.h', 118 'system/brightness/tray_brightness.h',
119 'system/settings/tray_settings.cc', 119 'system/settings/tray_settings.cc',
120 'system/settings/tray_settings.h', 120 'system/settings/tray_settings.h',
121 'system/tray/system_tray.cc', 121 'system/tray/system_tray.cc',
122 'system/tray/system_tray.h', 122 'system/tray/system_tray.h',
123 'system/tray/system_tray_delegate.h', 123 'system/tray/system_tray_delegate.h',
124 'system/tray/system_tray_item.cc', 124 'system/tray/system_tray_item.cc',
125 'system/tray/system_tray_item.h', 125 'system/tray/system_tray_item.h',
126 'system/tray_user.cc',
127 'system/tray_user.h',
126 'tooltips/tooltip_controller.cc', 128 'tooltips/tooltip_controller.cc',
127 'tooltips/tooltip_controller.h', 129 'tooltips/tooltip_controller.h',
128 'volume_control_delegate.h', 130 'volume_control_delegate.h',
129 'wm/activation_controller.cc', 131 'wm/activation_controller.cc',
130 'wm/activation_controller.h', 132 'wm/activation_controller.h',
131 'wm/always_on_top_controller.cc', 133 'wm/always_on_top_controller.cc',
132 'wm/always_on_top_controller.h', 134 'wm/always_on_top_controller.h',
133 'wm/base_layout_manager.cc', 135 'wm/base_layout_manager.cc',
134 'wm/base_layout_manager.h', 136 'wm/base_layout_manager.h',
135 'wm/compact_layout_manager.cc', 137 'wm/compact_layout_manager.cc',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'shell/cocoa/app-Info.plist', 398 'shell/cocoa/app-Info.plist',
397 ], 399 ],
398 'xcode_settings': { 400 'xcode_settings': {
399 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 401 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
400 }, 402 },
401 }], 403 }],
402 ], 404 ],
403 }, 405 },
404 ], 406 ],
405 } 407 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698