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

Side by Side Diff: ash/ash.gyp

Issue 11312139: Add SystemTrayObservers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment. Created 8 years, 1 month 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.h » ('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 'includes': [ 10 'includes': [
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'system/status_area_widget_delegate.cc', 205 'system/status_area_widget_delegate.cc',
206 'system/status_area_widget_delegate.h', 206 'system/status_area_widget_delegate.h',
207 'system/tray/system_tray.cc', 207 'system/tray/system_tray.cc',
208 'system/tray/system_tray.h', 208 'system/tray/system_tray.h',
209 'system/tray/system_tray_bubble.cc', 209 'system/tray/system_tray_bubble.cc',
210 'system/tray/system_tray_bubble.h', 210 'system/tray/system_tray_bubble.h',
211 'system/tray/system_tray_delegate.cc', 211 'system/tray/system_tray_delegate.cc',
212 'system/tray/system_tray_delegate.h', 212 'system/tray/system_tray_delegate.h',
213 'system/tray/system_tray_item.cc', 213 'system/tray/system_tray_item.cc',
214 'system/tray/system_tray_item.h', 214 'system/tray/system_tray_item.h',
215 'system/tray/system_tray_notifier.cc',
216 'system/tray/system_tray_notifier.h',
215 'system/tray/test_system_tray_delegate.cc', 217 'system/tray/test_system_tray_delegate.cc',
216 'system/tray/test_system_tray_delegate.h', 218 'system/tray/test_system_tray_delegate.h',
217 'system/tray/tray_background_view.cc', 219 'system/tray/tray_background_view.cc',
218 'system/tray/tray_background_view.h', 220 'system/tray/tray_background_view.h',
219 'system/tray/tray_bubble_wrapper.cc', 221 'system/tray/tray_bubble_wrapper.cc',
220 'system/tray/tray_bubble_wrapper.h', 222 'system/tray/tray_bubble_wrapper.h',
221 'system/tray/tray_constants.cc', 223 'system/tray/tray_constants.cc',
222 'system/tray/tray_constants.h', 224 'system/tray/tray_constants.h',
223 'system/tray/tray_details_view.cc', 225 'system/tray/tray_details_view.cc',
224 'system/tray/tray_details_view.h', 226 'system/tray/tray_details_view.h',
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 'shell/cocoa/app-Info.plist', 706 'shell/cocoa/app-Info.plist',
705 ], 707 ],
706 'xcode_settings': { 708 'xcode_settings': {
707 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 709 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
708 }, 710 },
709 }], 711 }],
710 ], 712 ],
711 }, 713 },
712 ], 714 ],
713 } 715 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698