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

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: 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') | ash/system/tray_locale.h » ('J')
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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'system/tray/tray_item_more.cc', 161 'system/tray/tray_item_more.cc',
162 'system/tray/tray_item_more.h', 162 'system/tray/tray_item_more.h',
163 'system/tray/tray_item_view.cc', 163 'system/tray/tray_item_view.cc',
164 'system/tray/tray_item_view.h', 164 'system/tray/tray_item_view.h',
165 'system/tray/tray_views.cc', 165 'system/tray/tray_views.cc',
166 'system/tray/tray_views.h', 166 'system/tray/tray_views.h',
167 'system/tray_accessibility.cc', 167 'system/tray_accessibility.cc',
168 'system/tray_accessibility.h', 168 'system/tray_accessibility.h',
169 'system/tray_caps_lock.cc', 169 'system/tray_caps_lock.cc',
170 'system/tray_caps_lock.h', 170 'system/tray_caps_lock.h',
171 'system/tray_locale.cc',
172 'system/tray_locale.h',
171 'system/tray_update.cc', 173 'system/tray_update.cc',
172 'system/tray_update.h', 174 'system/tray_update.h',
173 'system/user/login_status.h', 175 'system/user/login_status.h',
174 'system/user/tray_user.cc', 176 'system/user/tray_user.cc',
175 'system/user/tray_user.h', 177 'system/user/tray_user.h',
176 'system/user/update_observer.h', 178 'system/user/update_observer.h',
177 'system/user/user_observer.h', 179 'system/user/user_observer.h',
178 'tooltips/tooltip_controller.cc', 180 'tooltips/tooltip_controller.cc',
179 'tooltips/tooltip_controller.h', 181 'tooltips/tooltip_controller.h',
180 'volume_control_delegate.h', 182 'volume_control_delegate.h',
(...skipping 341 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') | ash/system/tray_locale.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698