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

Side by Side Diff: ash/ash.gyp

Issue 10391177: Add TrayLocale for locale change notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase w/ icons in tot 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'system/date/date_view.cc', 125 'system/date/date_view.cc',
126 'system/date/date_view.h', 126 'system/date/date_view.h',
127 'system/date/tray_date.cc', 127 'system/date/tray_date.cc',
128 'system/date/tray_date.h', 128 'system/date/tray_date.h',
129 'system/drive/drive_observer.h', 129 'system/drive/drive_observer.h',
130 'system/drive/tray_drive.cc', 130 'system/drive/tray_drive.cc',
131 'system/drive/tray_drive.h', 131 'system/drive/tray_drive.h',
132 'system/ime/ime_observer.h', 132 'system/ime/ime_observer.h',
133 'system/ime/tray_ime.cc', 133 'system/ime/tray_ime.cc',
134 'system/ime/tray_ime.h', 134 'system/ime/tray_ime.h',
135 'system/locale/tray_locale.cc',
136 'system/locale/tray_locale.h',
135 'system/network/network_observer.h', 137 'system/network/network_observer.h',
136 'system/network/tray_network.cc', 138 'system/network/tray_network.cc',
137 'system/network/tray_network.h', 139 'system/network/tray_network.h',
138 'system/network/tray_sms.cc', 140 'system/network/tray_sms.cc',
139 'system/network/tray_sms.h', 141 'system/network/tray_sms.h',
140 'system/power/power_status_observer.h', 142 'system/power/power_status_observer.h',
141 'system/power/power_supply_status.cc', 143 'system/power/power_supply_status.cc',
142 'system/power/power_supply_status.h', 144 'system/power/power_supply_status.h',
143 'system/power/tray_power.cc', 145 'system/power/tray_power.cc',
144 'system/power/tray_power.h', 146 'system/power/tray_power.h',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 'shell/cocoa/app-Info.plist', 530 'shell/cocoa/app-Info.plist',
529 ], 531 ],
530 'xcode_settings': { 532 'xcode_settings': {
531 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 533 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
532 }, 534 },
533 }], 535 }],
534 ], 536 ],
535 }, 537 },
536 ], 538 ],
537 } 539 }
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