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

Side by Side Diff: ash/ash.gyp

Issue 2217713002: Remove the system menu display settings row (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 3 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
« no previous file with comments | « no previous file | ash/ash_chromeos_strings.grdp » ('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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 'sticky_keys/sticky_keys_controller.h', 682 'sticky_keys/sticky_keys_controller.h',
683 'sticky_keys/sticky_keys_overlay.cc', 683 'sticky_keys/sticky_keys_overlay.cc',
684 'sticky_keys/sticky_keys_overlay.h', 684 'sticky_keys/sticky_keys_overlay.h',
685 'sticky_keys/sticky_keys_state.h', 685 'sticky_keys/sticky_keys_state.h',
686 'system/chromeos/power/power_event_observer.cc', 686 'system/chromeos/power/power_event_observer.cc',
687 'system/chromeos/power/power_event_observer.h', 687 'system/chromeos/power/power_event_observer.h',
688 'system/chromeos/power/video_activity_notifier.cc', 688 'system/chromeos/power/video_activity_notifier.cc',
689 'system/chromeos/power/video_activity_notifier.h', 689 'system/chromeos/power/video_activity_notifier.h',
690 'system/chromeos/rotation/tray_rotation_lock.cc', 690 'system/chromeos/rotation/tray_rotation_lock.cc',
691 'system/chromeos/rotation/tray_rotation_lock.h', 691 'system/chromeos/rotation/tray_rotation_lock.h',
692 'system/chromeos/tray_display.cc', 692 'system/chromeos/screen_layout_observer.cc',
693 'system/chromeos/tray_display.h', 693 'system/chromeos/screen_layout_observer.h',
694 'touch/touch_hud_debug.cc', 694 'touch/touch_hud_debug.cc',
695 'touch/touch_hud_debug.h', 695 'touch/touch_hud_debug.h',
696 'touch/touch_hud_projection.cc', 696 'touch/touch_hud_projection.cc',
697 'touch/touch_hud_projection.h', 697 'touch/touch_hud_projection.h',
698 'touch/touch_observer_hud.cc', 698 'touch/touch_observer_hud.cc',
699 'touch/touch_observer_hud.h', 699 'touch/touch_observer_hud.h',
700 'touch/touch_transformer_controller.cc', 700 'touch/touch_transformer_controller.cc',
701 'touch/touch_transformer_controller.h', 701 'touch/touch_transformer_controller.h',
702 'touch/touch_uma.cc', 702 'touch/touch_uma.cc',
703 'touch/touch_uma.h', 703 'touch/touch_uma.h',
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 'shelf/shelf_layout_manager_unittest.cc', 1026 'shelf/shelf_layout_manager_unittest.cc',
1027 'shelf/shelf_unittest.cc', 1027 'shelf/shelf_unittest.cc',
1028 'shelf/shelf_view_unittest.cc', 1028 'shelf/shelf_view_unittest.cc',
1029 'shelf/shelf_widget_unittest.cc', 1029 'shelf/shelf_widget_unittest.cc',
1030 'shell_unittest.cc', 1030 'shell_unittest.cc',
1031 'sticky_keys/sticky_keys_overlay_unittest.cc', 1031 'sticky_keys/sticky_keys_overlay_unittest.cc',
1032 'sticky_keys/sticky_keys_unittest.cc', 1032 'sticky_keys/sticky_keys_unittest.cc',
1033 'system/chromeos/power/power_event_observer_unittest.cc', 1033 'system/chromeos/power/power_event_observer_unittest.cc',
1034 'system/chromeos/power/video_activity_notifier_unittest.cc', 1034 'system/chromeos/power/video_activity_notifier_unittest.cc',
1035 'system/chromeos/rotation/tray_rotation_lock_unittest.cc', 1035 'system/chromeos/rotation/tray_rotation_lock_unittest.cc',
1036 'system/chromeos/tray_display_unittest.cc', 1036 'system/chromeos/screen_layout_observer_unittest.cc',
1037 'system/overview/overview_button_tray_unittest.cc', 1037 'system/overview/overview_button_tray_unittest.cc',
1038 'system/toast/toast_manager_unittest.cc', 1038 'system/toast/toast_manager_unittest.cc',
1039 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', 1039 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
1040 'system/web_notification/web_notification_tray_unittest.cc', 1040 'system/web_notification/web_notification_tray_unittest.cc',
1041 'test/ash_test_helper_unittest.cc', 1041 'test/ash_test_helper_unittest.cc',
1042 'test/ash_unittests.cc', 1042 'test/ash_unittests.cc',
1043 'tooltips/tooltip_controller_unittest.cc', 1043 'tooltips/tooltip_controller_unittest.cc',
1044 'touch/touch_observer_hud_unittest.cc', 1044 'touch/touch_observer_hud_unittest.cc',
1045 'touch/touch_transformer_controller_unittest.cc', 1045 'touch/touch_transformer_controller_unittest.cc',
1046 'touch/touchscreen_util_unittest.cc', 1046 'touch/touchscreen_util_unittest.cc',
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
1520 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1520 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1521 ], 1521 ],
1522 } 1522 }
1523 ], 1523 ],
1524 ], 1524 ],
1525 }, 1525 },
1526 ], 1526 ],
1527 }], 1527 }],
1528 ], 1528 ],
1529 } 1529 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_chromeos_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698