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

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: Created 4 years, 4 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
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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'sticky_keys/sticky_keys_controller.h', 661 'sticky_keys/sticky_keys_controller.h',
662 'sticky_keys/sticky_keys_overlay.cc', 662 'sticky_keys/sticky_keys_overlay.cc',
663 'sticky_keys/sticky_keys_overlay.h', 663 'sticky_keys/sticky_keys_overlay.h',
664 'sticky_keys/sticky_keys_state.h', 664 'sticky_keys/sticky_keys_state.h',
665 'system/chromeos/power/power_event_observer.cc', 665 'system/chromeos/power/power_event_observer.cc',
666 'system/chromeos/power/power_event_observer.h', 666 'system/chromeos/power/power_event_observer.h',
667 'system/chromeos/power/video_activity_notifier.cc', 667 'system/chromeos/power/video_activity_notifier.cc',
668 'system/chromeos/power/video_activity_notifier.h', 668 'system/chromeos/power/video_activity_notifier.h',
669 'system/chromeos/rotation/tray_rotation_lock.cc', 669 'system/chromeos/rotation/tray_rotation_lock.cc',
670 'system/chromeos/rotation/tray_rotation_lock.h', 670 'system/chromeos/rotation/tray_rotation_lock.h',
671 'system/chromeos/tray_display.cc', 671 'system/chromeos/screen_layout_observer.cc',
672 'system/chromeos/tray_display.h', 672 'system/chromeos/screen_layout_observer.h',
673 'touch/touch_hud_debug.cc', 673 'touch/touch_hud_debug.cc',
674 'touch/touch_hud_debug.h', 674 'touch/touch_hud_debug.h',
675 'touch/touch_hud_projection.cc', 675 'touch/touch_hud_projection.cc',
676 'touch/touch_hud_projection.h', 676 'touch/touch_hud_projection.h',
677 'touch/touch_observer_hud.cc', 677 'touch/touch_observer_hud.cc',
678 'touch/touch_observer_hud.h', 678 'touch/touch_observer_hud.h',
679 'touch/touch_transformer_controller.cc', 679 'touch/touch_transformer_controller.cc',
680 'touch/touch_transformer_controller.h', 680 'touch/touch_transformer_controller.h',
681 'touch/touch_uma.cc', 681 'touch/touch_uma.cc',
682 'touch/touch_uma.h', 682 'touch/touch_uma.h',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 'shelf/shelf_layout_manager_unittest.cc', 986 'shelf/shelf_layout_manager_unittest.cc',
987 'shelf/shelf_unittest.cc', 987 'shelf/shelf_unittest.cc',
988 'shelf/shelf_view_unittest.cc', 988 'shelf/shelf_view_unittest.cc',
989 'shelf/shelf_widget_unittest.cc', 989 'shelf/shelf_widget_unittest.cc',
990 'shell_unittest.cc', 990 'shell_unittest.cc',
991 'sticky_keys/sticky_keys_overlay_unittest.cc', 991 'sticky_keys/sticky_keys_overlay_unittest.cc',
992 'sticky_keys/sticky_keys_unittest.cc', 992 'sticky_keys/sticky_keys_unittest.cc',
993 'system/chromeos/power/power_event_observer_unittest.cc', 993 'system/chromeos/power/power_event_observer_unittest.cc',
994 'system/chromeos/power/video_activity_notifier_unittest.cc', 994 'system/chromeos/power/video_activity_notifier_unittest.cc',
995 'system/chromeos/rotation/tray_rotation_lock_unittest.cc', 995 'system/chromeos/rotation/tray_rotation_lock_unittest.cc',
996 'system/chromeos/tray_display_unittest.cc', 996 'system/chromeos/screen_layout_observer_unittest.cc',
997 'system/overview/overview_button_tray_unittest.cc', 997 'system/overview/overview_button_tray_unittest.cc',
998 'system/toast/toast_manager_unittest.cc', 998 'system/toast/toast_manager_unittest.cc',
999 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', 999 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
1000 'system/web_notification/web_notification_tray_unittest.cc', 1000 'system/web_notification/web_notification_tray_unittest.cc',
1001 'test/ash_test_helper_unittest.cc', 1001 'test/ash_test_helper_unittest.cc',
1002 'test/ash_unittests.cc', 1002 'test/ash_unittests.cc',
1003 'tooltips/tooltip_controller_unittest.cc', 1003 'tooltips/tooltip_controller_unittest.cc',
1004 'touch/touch_observer_hud_unittest.cc', 1004 'touch/touch_observer_hud_unittest.cc',
1005 'touch/touch_transformer_controller_unittest.cc', 1005 'touch/touch_transformer_controller_unittest.cc',
1006 'touch/touchscreen_util_unittest.cc', 1006 'touch/touchscreen_util_unittest.cc',
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
1478 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1478 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1479 ], 1479 ],
1480 } 1480 }
1481 ], 1481 ],
1482 ], 1482 ],
1483 }, 1483 },
1484 ], 1484 ],
1485 }], 1485 }],
1486 ], 1486 ],
1487 } 1487 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/tray/system_tray.cc » ('j') | ash/common/system/tray/system_tray.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698