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

Side by Side Diff: ash/ash.gyp

Issue 10332152: Add TraySms for SMS messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bubble sizing code Created 8 years, 7 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/ash_strings.grd » ('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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'system/date/tray_date.h', 126 'system/date/tray_date.h',
127 'system/drive/drive_observer.h', 127 'system/drive/drive_observer.h',
128 'system/drive/tray_drive.cc', 128 'system/drive/tray_drive.cc',
129 'system/drive/tray_drive.h', 129 'system/drive/tray_drive.h',
130 'system/ime/ime_observer.h', 130 'system/ime/ime_observer.h',
131 'system/ime/tray_ime.cc', 131 'system/ime/tray_ime.cc',
132 'system/ime/tray_ime.h', 132 'system/ime/tray_ime.h',
133 'system/network/network_observer.h', 133 'system/network/network_observer.h',
134 'system/network/tray_network.cc', 134 'system/network/tray_network.cc',
135 'system/network/tray_network.h', 135 'system/network/tray_network.h',
136 'system/network/tray_sms.cc',
137 'system/network/tray_sms.h',
136 'system/power/power_status_observer.h', 138 'system/power/power_status_observer.h',
137 'system/power/power_supply_status.cc', 139 'system/power/power_supply_status.cc',
138 'system/power/power_supply_status.h', 140 'system/power/power_supply_status.h',
139 'system/power/tray_power.cc', 141 'system/power/tray_power.cc',
140 'system/power/tray_power.h', 142 'system/power/tray_power.h',
141 'system/settings/tray_settings.cc', 143 'system/settings/tray_settings.cc',
142 'system/settings/tray_settings.h', 144 'system/settings/tray_settings.h',
143 'system/tray/system_tray.cc', 145 'system/tray/system_tray.cc',
144 'system/tray/system_tray.h', 146 'system/tray/system_tray.h',
145 'system/tray/system_tray_bubble.cc', 147 'system/tray/system_tray_bubble.cc',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'shell/cocoa/app-Info.plist', 524 'shell/cocoa/app-Info.plist',
523 ], 525 ],
524 'xcode_settings': { 526 'xcode_settings': {
525 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 527 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
526 }, 528 },
527 }], 529 }],
528 ], 530 ],
529 }, 531 },
530 ], 532 ],
531 } 533 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698