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

Side by Side Diff: ash/ash.gyp

Issue 12263021: Refactor SpecialPopupRow out of tray_views.h/cc into its own files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits. Created 7 years, 10 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/tray/special_popup_row.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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'system/power/tray_power.h', 226 'system/power/tray_power.h',
227 'system/session_length_limit/session_length_limit_observer.h', 227 'system/session_length_limit/session_length_limit_observer.h',
228 'system/session_length_limit/tray_session_length_limit.cc', 228 'system/session_length_limit/tray_session_length_limit.cc',
229 'system/session_length_limit/tray_session_length_limit.h', 229 'system/session_length_limit/tray_session_length_limit.h',
230 'system/settings/tray_settings.cc', 230 'system/settings/tray_settings.cc',
231 'system/settings/tray_settings.h', 231 'system/settings/tray_settings.h',
232 'system/status_area_widget.cc', 232 'system/status_area_widget.cc',
233 'system/status_area_widget.h', 233 'system/status_area_widget.h',
234 'system/status_area_widget_delegate.cc', 234 'system/status_area_widget_delegate.cc',
235 'system/status_area_widget_delegate.h', 235 'system/status_area_widget_delegate.h',
236 'system/tray/special_popup_row.cc',
237 'system/tray/special_popup_row.h',
236 'system/tray/system_tray.cc', 238 'system/tray/system_tray.cc',
237 'system/tray/system_tray.h', 239 'system/tray/system_tray.h',
238 'system/tray/system_tray_bubble.cc', 240 'system/tray/system_tray_bubble.cc',
239 'system/tray/system_tray_bubble.h', 241 'system/tray/system_tray_bubble.h',
240 'system/tray/system_tray_delegate.cc', 242 'system/tray/system_tray_delegate.cc',
241 'system/tray/system_tray_delegate.h', 243 'system/tray/system_tray_delegate.h',
242 'system/tray/system_tray_item.cc', 244 'system/tray/system_tray_item.cc',
243 'system/tray/system_tray_item.h', 245 'system/tray/system_tray_item.h',
244 'system/tray/system_tray_notifier.cc', 246 'system/tray/system_tray_notifier.cc',
245 'system/tray/system_tray_notifier.h', 247 'system/tray/system_tray_notifier.h',
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'shell/cocoa/app-Info.plist', 761 'shell/cocoa/app-Info.plist',
760 ], 762 ],
761 'xcode_settings': { 763 'xcode_settings': {
762 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 764 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
763 }, 765 },
764 }], 766 }],
765 ], 767 ],
766 }, 768 },
767 ], 769 ],
768 } 770 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/tray/special_popup_row.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698