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

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: updates unittests 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 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 'sticky_keys/sticky_keys_controller.h', 669 'sticky_keys/sticky_keys_controller.h',
670 'sticky_keys/sticky_keys_overlay.cc', 670 'sticky_keys/sticky_keys_overlay.cc',
671 'sticky_keys/sticky_keys_overlay.h', 671 'sticky_keys/sticky_keys_overlay.h',
672 'sticky_keys/sticky_keys_state.h', 672 'sticky_keys/sticky_keys_state.h',
673 'system/chromeos/power/power_event_observer.cc', 673 'system/chromeos/power/power_event_observer.cc',
674 'system/chromeos/power/power_event_observer.h', 674 'system/chromeos/power/power_event_observer.h',
675 'system/chromeos/power/video_activity_notifier.cc', 675 'system/chromeos/power/video_activity_notifier.cc',
676 'system/chromeos/power/video_activity_notifier.h', 676 'system/chromeos/power/video_activity_notifier.h',
677 'system/chromeos/rotation/tray_rotation_lock.cc', 677 'system/chromeos/rotation/tray_rotation_lock.cc',
678 'system/chromeos/rotation/tray_rotation_lock.h', 678 'system/chromeos/rotation/tray_rotation_lock.h',
679 'system/chromeos/tray_display.cc', 679 'system/chromeos/screen_layout_observer.cc',
680 'system/chromeos/tray_display.h', 680 'system/chromeos/screen_layout_observer.h',
681 'touch/touch_hud_debug.cc', 681 'touch/touch_hud_debug.cc',
682 'touch/touch_hud_debug.h', 682 'touch/touch_hud_debug.h',
683 'touch/touch_hud_projection.cc', 683 'touch/touch_hud_projection.cc',
684 'touch/touch_hud_projection.h', 684 'touch/touch_hud_projection.h',
685 'touch/touch_observer_hud.cc', 685 'touch/touch_observer_hud.cc',
686 'touch/touch_observer_hud.h', 686 'touch/touch_observer_hud.h',
687 'touch/touch_transformer_controller.cc', 687 'touch/touch_transformer_controller.cc',
688 'touch/touch_transformer_controller.h', 688 'touch/touch_transformer_controller.h',
689 'touch/touch_uma.cc', 689 'touch/touch_uma.cc',
690 'touch/touch_uma.h', 690 'touch/touch_uma.h',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 'shelf/shelf_layout_manager_unittest.cc', 992 'shelf/shelf_layout_manager_unittest.cc',
993 'shelf/shelf_unittest.cc', 993 'shelf/shelf_unittest.cc',
994 'shelf/shelf_view_unittest.cc', 994 'shelf/shelf_view_unittest.cc',
995 'shelf/shelf_widget_unittest.cc', 995 'shelf/shelf_widget_unittest.cc',
996 'shell_unittest.cc', 996 'shell_unittest.cc',
997 'sticky_keys/sticky_keys_overlay_unittest.cc', 997 'sticky_keys/sticky_keys_overlay_unittest.cc',
998 'sticky_keys/sticky_keys_unittest.cc', 998 'sticky_keys/sticky_keys_unittest.cc',
999 'system/chromeos/power/power_event_observer_unittest.cc', 999 'system/chromeos/power/power_event_observer_unittest.cc',
1000 'system/chromeos/power/video_activity_notifier_unittest.cc', 1000 'system/chromeos/power/video_activity_notifier_unittest.cc',
1001 'system/chromeos/rotation/tray_rotation_lock_unittest.cc', 1001 'system/chromeos/rotation/tray_rotation_lock_unittest.cc',
1002 'system/chromeos/tray_display_unittest.cc', 1002 'system/chromeos/screen_layout_observer_unittest.cc',
1003 'system/overview/overview_button_tray_unittest.cc', 1003 'system/overview/overview_button_tray_unittest.cc',
1004 'system/toast/toast_manager_unittest.cc', 1004 'system/toast/toast_manager_unittest.cc',
1005 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', 1005 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
1006 'system/web_notification/web_notification_tray_unittest.cc', 1006 'system/web_notification/web_notification_tray_unittest.cc',
1007 'test/ash_test_helper_unittest.cc', 1007 'test/ash_test_helper_unittest.cc',
1008 'test/ash_unittests.cc', 1008 'test/ash_unittests.cc',
1009 'tooltips/tooltip_controller_unittest.cc', 1009 'tooltips/tooltip_controller_unittest.cc',
1010 'touch/touch_observer_hud_unittest.cc', 1010 'touch/touch_observer_hud_unittest.cc',
1011 'touch/touch_transformer_controller_unittest.cc', 1011 'touch/touch_transformer_controller_unittest.cc',
1012 'touch/touchscreen_util_unittest.cc', 1012 'touch/touchscreen_util_unittest.cc',
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
1484 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1484 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1485 ], 1485 ],
1486 } 1486 }
1487 ], 1487 ],
1488 ], 1488 ],
1489 }, 1489 },
1490 ], 1490 ],
1491 }], 1491 }],
1492 ], 1492 ],
1493 } 1493 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_chromeos_strings.grdp » ('j') | ash/system/chromeos/screen_layout_observer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698