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

Side by Side Diff: ash/ash.gyp

Issue 9702024: ash: Take the 24h clock pref into consideration when showing the time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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.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 10
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'system/audio/audio_controller.h', 112 'system/audio/audio_controller.h',
113 'system/audio/tray_volume.cc', 113 'system/audio/tray_volume.cc',
114 'system/audio/tray_volume.h', 114 'system/audio/tray_volume.h',
115 'system/brightness/brightness_controller.h', 115 'system/brightness/brightness_controller.h',
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/network/network_controller.h', 119 'system/network/network_controller.h',
120 'system/network/tray_network.cc', 120 'system/network/tray_network.cc',
121 'system/network/tray_network.h', 121 'system/network/tray_network.h',
122 'system/power/date_format_observer.h',
122 'system/power/power_status_controller.h', 123 'system/power/power_status_controller.h',
123 'system/power/power_supply_status.cc', 124 'system/power/power_supply_status.cc',
124 'system/power/power_supply_status.h', 125 'system/power/power_supply_status.h',
125 'system/power/tray_power_date.cc', 126 'system/power/tray_power_date.cc',
126 'system/power/tray_power_date.h', 127 'system/power/tray_power_date.h',
127 'system/settings/tray_settings.cc', 128 'system/settings/tray_settings.cc',
128 'system/settings/tray_settings.h', 129 'system/settings/tray_settings.h',
129 'system/tray/system_tray.cc', 130 'system/tray/system_tray.cc',
130 'system/tray/system_tray.h', 131 'system/tray/system_tray.h',
131 'system/tray/system_tray_delegate.h', 132 'system/tray/system_tray_delegate.h',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'shell/cocoa/app-Info.plist', 417 'shell/cocoa/app-Info.plist',
417 ], 418 ],
418 'xcode_settings': { 419 'xcode_settings': {
419 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 420 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
420 }, 421 },
421 }], 422 }],
422 ], 423 ],
423 }, 424 },
424 ], 425 ],
425 } 426 }
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