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

Side by Side Diff: ash/ash.gyp

Issue 17445002: Updates the display message in the uber tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test failures Created 7 years, 6 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/chromeos/tray_display.cc » ('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 'includes': [ 10 'includes': [
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'shell/lock_view.cc', 687 'shell/lock_view.cc',
688 'shell/panel_window.cc', 688 'shell/panel_window.cc',
689 'shell/shell_delegate_impl.cc', 689 'shell/shell_delegate_impl.cc',
690 'shell/shell_delegate_impl.h', 690 'shell/shell_delegate_impl.h',
691 'shell/toplevel_window.cc', 691 'shell/toplevel_window.cc',
692 'shell/widgets.cc', 692 'shell/widgets.cc',
693 'shell/window_type_launcher.cc', 693 'shell/window_type_launcher.cc',
694 'shell/window_watcher.cc', 694 'shell/window_watcher.cc',
695 'shell/window_watcher_unittest.cc', 695 'shell/window_watcher_unittest.cc',
696 'system/chromeos/network/network_state_notifier_unittest.cc', 696 'system/chromeos/network/network_state_notifier_unittest.cc',
697 'system/chromeos/tray_display_unittest.cc',
697 'system/tray/system_tray_unittest.cc', 698 'system/tray/system_tray_unittest.cc',
698 'system/user/tray_user_unittest.cc', 699 'system/user/tray_user_unittest.cc',
699 'system/web_notification/web_notification_tray_unittest.cc', 700 'system/web_notification/web_notification_tray_unittest.cc',
700 'test/ash_test_helper_unittest.cc', 701 'test/ash_test_helper_unittest.cc',
701 'test/ash_unittests.cc', 702 'test/ash_unittests.cc',
702 'tooltips/tooltip_controller_unittest.cc', 703 'tooltips/tooltip_controller_unittest.cc',
703 'touch/touch_observer_hud_unittest.cc', 704 'touch/touch_observer_hud_unittest.cc',
704 'wm/activation_controller_unittest.cc', 705 'wm/activation_controller_unittest.cc',
705 'wm/ash_activation_controller_unittest.cc', 706 'wm/ash_activation_controller_unittest.cc',
706 'wm/ash_native_cursor_manager_unittest.cc', 707 'wm/ash_native_cursor_manager_unittest.cc',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 'shell/cocoa/app-Info.plist', 876 'shell/cocoa/app-Info.plist',
876 ], 877 ],
877 'xcode_settings': { 878 'xcode_settings': {
878 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 879 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
879 }, 880 },
880 }], 881 }],
881 ], 882 ],
882 }, 883 },
883 ], 884 ],
884 } 885 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/system/chromeos/tray_display.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698