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

Side by Side Diff: ash/ash.gyp

Issue 14949004: ash: Rename tray_views.{h,cc} to tray_utils.{h,cc} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browsertest Created 7 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
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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'system/tray/tray_item_view.h', 308 'system/tray/tray_item_view.h',
309 'system/tray/tray_notification_view.cc', 309 'system/tray/tray_notification_view.cc',
310 'system/tray/tray_notification_view.h', 310 'system/tray/tray_notification_view.h',
311 'system/tray/tray_popup_header_button.cc', 311 'system/tray/tray_popup_header_button.cc',
312 'system/tray/tray_popup_header_button.h', 312 'system/tray/tray_popup_header_button.h',
313 'system/tray/tray_popup_label_button.cc', 313 'system/tray/tray_popup_label_button.cc',
314 'system/tray/tray_popup_label_button.cc', 314 'system/tray/tray_popup_label_button.cc',
315 'system/tray/tray_popup_label_button.h', 315 'system/tray/tray_popup_label_button.h',
316 'system/tray/tray_popup_label_button_border.cc', 316 'system/tray/tray_popup_label_button_border.cc',
317 'system/tray/tray_popup_label_button_border.h', 317 'system/tray/tray_popup_label_button_border.h',
318 'system/tray/tray_views.cc', 318 'system/tray/tray_utils.cc',
319 'system/tray/tray_views.h', 319 'system/tray/tray_utils.h',
320 'system/tray/view_click_listener.h', 320 'system/tray/view_click_listener.h',
321 'system/tray_accessibility.cc', 321 'system/tray_accessibility.cc',
322 'system/tray_accessibility.h', 322 'system/tray_accessibility.h',
323 'system/tray_caps_lock.cc', 323 'system/tray_caps_lock.cc',
324 'system/tray_caps_lock.h', 324 'system/tray_caps_lock.h',
325 'system/tray_update.cc', 325 'system/tray_update.cc',
326 'system/tray_update.h', 326 'system/tray_update.h',
327 'system/user/login_status.cc', 327 'system/user/login_status.cc',
328 'system/user/login_status.h', 328 'system/user/login_status.h',
329 'system/user/tray_user.cc', 329 'system/user/tray_user.cc',
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 'shell/cocoa/app-Info.plist', 846 'shell/cocoa/app-Info.plist',
847 ], 847 ],
848 'xcode_settings': { 848 'xcode_settings': {
849 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 849 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
850 }, 850 },
851 }], 851 }],
852 ], 852 ],
853 }, 853 },
854 ], 854 ],
855 } 855 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/brightness/tray_brightness.cc » ('j') | ash/system/tray/hover_highlight_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698