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

Side by Side Diff: ash/ash.gyp

Issue 83413004: Remove enable Drive offline system tray UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: drive settings Created 7 years, 1 month 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 'includes': [ 10 'includes': [
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'system/bluetooth/tray_bluetooth.cc', 237 'system/bluetooth/tray_bluetooth.cc',
238 'system/bluetooth/tray_bluetooth.h', 238 'system/bluetooth/tray_bluetooth.h',
239 'system/brightness_control_delegate.h', 239 'system/brightness_control_delegate.h',
240 'system/chromeos/audio/tray_audio.cc', 240 'system/chromeos/audio/tray_audio.cc',
241 'system/chromeos/audio/tray_audio.h', 241 'system/chromeos/audio/tray_audio.h',
242 'system/chromeos/enterprise/enterprise_domain_observer.h', 242 'system/chromeos/enterprise/enterprise_domain_observer.h',
243 'system/chromeos/brightness/brightness_controller_chromeos.cc', 243 'system/chromeos/brightness/brightness_controller_chromeos.cc',
244 'system/chromeos/brightness/brightness_controller_chromeos.h', 244 'system/chromeos/brightness/brightness_controller_chromeos.h',
245 'system/chromeos/brightness/tray_brightness.cc', 245 'system/chromeos/brightness/tray_brightness.cc',
246 'system/chromeos/brightness/tray_brightness.h', 246 'system/chromeos/brightness/tray_brightness.h',
247 'system/chromeos/drive/tray_drive_notice.cc',
248 'system/chromeos/drive/tray_drive_notice.h',
249 'system/chromeos/enterprise/tray_enterprise.h', 247 'system/chromeos/enterprise/tray_enterprise.h',
250 'system/chromeos/enterprise/tray_enterprise.cc', 248 'system/chromeos/enterprise/tray_enterprise.cc',
251 'system/chromeos/keyboard_brightness_controller.cc', 249 'system/chromeos/keyboard_brightness_controller.cc',
252 'system/chromeos/keyboard_brightness_controller.h', 250 'system/chromeos/keyboard_brightness_controller.h',
253 'system/chromeos/label_tray_view.h', 251 'system/chromeos/label_tray_view.h',
254 'system/chromeos/label_tray_view.cc', 252 'system/chromeos/label_tray_view.cc',
255 'system/chromeos/managed/tray_locally_managed_user.h', 253 'system/chromeos/managed/tray_locally_managed_user.h',
256 'system/chromeos/managed/tray_locally_managed_user.cc', 254 'system/chromeos/managed/tray_locally_managed_user.cc',
257 'system/chromeos/network/network_connect.cc', 255 'system/chromeos/network/network_connect.cc',
258 'system/chromeos/network/network_connect.h', 256 'system/chromeos/network/network_connect.h',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 'shell/shell_delegate_impl.h', 796 'shell/shell_delegate_impl.h',
799 'shell/widgets.cc', 797 'shell/widgets.cc',
800 'shell/window_type_launcher.cc', 798 'shell/window_type_launcher.cc',
801 'shell/window_type_launcher.h', 799 'shell/window_type_launcher.h',
802 'shell/window_watcher.cc', 800 'shell/window_watcher.cc',
803 'shell/window_watcher.h', 801 'shell/window_watcher.h',
804 'shell/window_watcher_launcher_item_delegate.cc', 802 'shell/window_watcher_launcher_item_delegate.cc',
805 'shell/window_watcher_launcher_item_delegate.h', 803 'shell/window_watcher_launcher_item_delegate.h',
806 'shell/window_watcher_unittest.cc', 804 'shell/window_watcher_unittest.cc',
807 'shell_unittest.cc', 805 'shell_unittest.cc',
808 'system/chromeos/drive/tray_drive_unittest.cc',
809 'system/chromeos/managed/tray_locally_managed_user_unittest.cc', 806 'system/chromeos/managed/tray_locally_managed_user_unittest.cc',
810 'system/chromeos/network/network_state_notifier_unittest.cc', 807 'system/chromeos/network/network_state_notifier_unittest.cc',
811 'system/chromeos/power/power_event_observer_unittest.cc', 808 'system/chromeos/power/power_event_observer_unittest.cc',
812 'system/chromeos/power/power_status_unittest.cc', 809 'system/chromeos/power/power_status_unittest.cc',
813 'system/chromeos/power/tray_power_unittest.cc', 810 'system/chromeos/power/tray_power_unittest.cc',
814 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 811 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
815 'system/chromeos/tray_display_unittest.cc', 812 'system/chromeos/tray_display_unittest.cc',
816 'system/date/date_view_unittest.cc', 813 'system/date/date_view_unittest.cc',
817 'system/tray/system_tray_unittest.cc', 814 'system/tray/system_tray_unittest.cc',
818 'system/user/tray_user_unittest.cc', 815 'system/user/tray_user_unittest.cc',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 }, 985 },
989 }, 986 },
990 'dependencies': [ 987 'dependencies': [
991 '../sandbox/sandbox.gyp:sandbox', 988 '../sandbox/sandbox.gyp:sandbox',
992 ], 989 ],
993 }], 990 }],
994 ], 991 ],
995 }, 992 },
996 ], 993 ],
997 } 994 }
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