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

Side by Side Diff: ash/ash.gyp

Issue 9969068: ash: Animate changes in the uber tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 | « no previous file | ash/system/audio/tray_volume.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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'system/tray/system_tray_item.cc', 153 'system/tray/system_tray_item.cc',
154 'system/tray/system_tray_item.h', 154 'system/tray/system_tray_item.h',
155 'system/tray/tray_constants.cc', 155 'system/tray/tray_constants.cc',
156 'system/tray/tray_constants.h', 156 'system/tray/tray_constants.h',
157 'system/tray/tray_empty.cc', 157 'system/tray/tray_empty.cc',
158 'system/tray/tray_empty.h', 158 'system/tray/tray_empty.h',
159 'system/tray/tray_image_item.cc', 159 'system/tray/tray_image_item.cc',
160 'system/tray/tray_image_item.h', 160 'system/tray/tray_image_item.h',
161 'system/tray/tray_item_more.cc', 161 'system/tray/tray_item_more.cc',
162 'system/tray/tray_item_more.h', 162 'system/tray/tray_item_more.h',
163 'system/tray/tray_item_view.cc',
164 'system/tray/tray_item_view.h',
163 'system/tray/tray_views.cc', 165 'system/tray/tray_views.cc',
164 'system/tray/tray_views.h', 166 'system/tray/tray_views.h',
165 'system/tray_accessibility.cc', 167 'system/tray_accessibility.cc',
166 'system/tray_accessibility.h', 168 'system/tray_accessibility.h',
167 'system/tray_caps_lock.cc', 169 'system/tray_caps_lock.cc',
168 'system/tray_caps_lock.h', 170 'system/tray_caps_lock.h',
169 'system/tray_update.cc', 171 'system/tray_update.cc',
170 'system/tray_update.h', 172 'system/tray_update.h',
171 'system/user/login_status.h', 173 'system/user/login_status.h',
172 'system/user/tray_user.cc', 174 'system/user/tray_user.cc',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 'shell/cocoa/app-Info.plist', 506 'shell/cocoa/app-Info.plist',
505 ], 507 ],
506 'xcode_settings': { 508 'xcode_settings': {
507 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 509 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
508 }, 510 },
509 }], 511 }],
510 ], 512 ],
511 }, 513 },
512 ], 514 ],
513 } 515 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/audio/tray_volume.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698