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

Side by Side Diff: ash/ash.gyp

Issue 648733003: Implement ScreenOrientationDelegate on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | ash/display/DEPS » ('j') | ash/display/screen_orientation_delegate_chromeos.h » ('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 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'display/mouse_cursor_event_filter.cc', 90 'display/mouse_cursor_event_filter.cc',
91 'display/mouse_cursor_event_filter.h', 91 'display/mouse_cursor_event_filter.h',
92 'display/projecting_observer_chromeos.cc', 92 'display/projecting_observer_chromeos.cc',
93 'display/projecting_observer_chromeos.h', 93 'display/projecting_observer_chromeos.h',
94 'display/resolution_notification_controller.cc', 94 'display/resolution_notification_controller.cc',
95 'display/resolution_notification_controller.h', 95 'display/resolution_notification_controller.h',
96 'display/root_window_transformers.cc', 96 'display/root_window_transformers.cc',
97 'display/root_window_transformers.h', 97 'display/root_window_transformers.h',
98 'display/screen_ash.cc', 98 'display/screen_ash.cc',
99 'display/screen_ash.h', 99 'display/screen_ash.h',
100 'display/screen_orientation_delegate_chromeos.cc',
101 'display/screen_orientation_delegate_chromeos.h',
100 'display/screen_position_controller.cc', 102 'display/screen_position_controller.cc',
101 'display/screen_position_controller.h', 103 'display/screen_position_controller.h',
102 'display/shared_display_edge_indicator.cc', 104 'display/shared_display_edge_indicator.cc',
103 'display/shared_display_edge_indicator.h', 105 'display/shared_display_edge_indicator.h',
104 'drag_drop/drag_drop_controller.cc', 106 'drag_drop/drag_drop_controller.cc',
105 'drag_drop/drag_drop_controller.h', 107 'drag_drop/drag_drop_controller.h',
106 'drag_drop/drag_drop_tracker.cc', 108 'drag_drop/drag_drop_tracker.cc',
107 'drag_drop/drag_drop_tracker.h', 109 'drag_drop/drag_drop_tracker.h',
108 'drag_drop/drag_image_view.cc', 110 'drag_drop/drag_image_view.cc',
109 'drag_drop/drag_image_view.h', 111 'drag_drop/drag_image_view.h',
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 'display/display_change_observer_chromeos_unittest.cc', 778 'display/display_change_observer_chromeos_unittest.cc',
777 'display/display_controller_unittest.cc', 779 'display/display_controller_unittest.cc',
778 'display/display_error_observer_chromeos_unittest.cc', 780 'display/display_error_observer_chromeos_unittest.cc',
779 'display/display_info_unittest.cc', 781 'display/display_info_unittest.cc',
780 'display/display_manager_unittest.cc', 782 'display/display_manager_unittest.cc',
781 'display/mirror_window_controller_unittest.cc', 783 'display/mirror_window_controller_unittest.cc',
782 'display/mouse_cursor_event_filter_unittest.cc', 784 'display/mouse_cursor_event_filter_unittest.cc',
783 'display/projecting_observer_chromeos_unittest.cc', 785 'display/projecting_observer_chromeos_unittest.cc',
784 'display/resolution_notification_controller_unittest.cc', 786 'display/resolution_notification_controller_unittest.cc',
785 'display/root_window_transformers_unittest.cc', 787 'display/root_window_transformers_unittest.cc',
788 'display/screen_orientation_delegate_chromeos_unittest.cc',
786 'display/screen_position_controller_unittest.cc', 789 'display/screen_position_controller_unittest.cc',
787 'drag_drop/drag_drop_controller_unittest.cc', 790 'drag_drop/drag_drop_controller_unittest.cc',
788 'drag_drop/drag_drop_tracker_unittest.cc', 791 'drag_drop/drag_drop_tracker_unittest.cc',
789 'extended_desktop_unittest.cc', 792 'extended_desktop_unittest.cc',
790 'focus_cycler_unittest.cc', 793 'focus_cycler_unittest.cc',
791 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', 794 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc',
792 'frame/caption_buttons/frame_size_button_unittest.cc', 795 'frame/caption_buttons/frame_size_button_unittest.cc',
793 'frame/custom_frame_view_ash_unittest.cc', 796 'frame/custom_frame_view_ash_unittest.cc',
794 'frame/default_header_painter_unittest.cc', 797 'frame/default_header_painter_unittest.cc',
795 'host/ash_window_tree_host_x11_unittest.cc', 798 'host/ash_window_tree_host_x11_unittest.cc',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 'ash_strings.gyp:ash_strings', 1110 'ash_strings.gyp:ash_strings',
1108 'ash_test_support', 1111 'ash_test_support',
1109 'ash_with_content', 1112 'ash_with_content',
1110 ], 1113 ],
1111 'sources': [ 1114 'sources': [
1112 '<@(ash_unittests_sources)', 1115 '<@(ash_unittests_sources)',
1113 ], 1116 ],
1114 'conditions': [ 1117 'conditions': [
1115 ['chromeos==0', { 1118 ['chromeos==0', {
1116 'sources!': [ 1119 'sources!': [
1120 'display/screen_orientation_delegate_chromeos_unittest.cc',
1117 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906 1121 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906
1118 'focus_cycler_unittest.cc', 1122 'focus_cycler_unittest.cc',
1119 # All tests for multiple displays: not supported on Windows Ash. 1123 # All tests for multiple displays: not supported on Windows Ash.
1120 'wm/drag_window_resizer_unittest.cc', 1124 'wm/drag_window_resizer_unittest.cc',
1121 # Can't resize on Windows Ash. http://crbug.com/165962 1125 # Can't resize on Windows Ash. http://crbug.com/165962
1122 'magnifier/magnification_controller_unittest.cc', 1126 'magnifier/magnification_controller_unittest.cc',
1123 'wm/workspace/workspace_window_resizer_unittest.cc', 1127 'wm/workspace/workspace_window_resizer_unittest.cc',
1124 'sticky_keys/sticky_keys_overlay_unittest.cc', 1128 'sticky_keys/sticky_keys_overlay_unittest.cc',
1125 'sticky_keys/sticky_keys_unittest.cc', 1129 'sticky_keys/sticky_keys_unittest.cc',
1126 'system/tray/media_security/multi_profile_media_tray_item_unittest.c c', 1130 'system/tray/media_security/multi_profile_media_tray_item_unittest.c c',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 '../build/isolate.gypi', 1296 '../build/isolate.gypi',
1293 ], 1297 ],
1294 'sources': [ 1298 'sources': [
1295 'ash_unittests.isolate', 1299 'ash_unittests.isolate',
1296 ], 1300 ],
1297 }, 1301 },
1298 ], 1302 ],
1299 }], 1303 }],
1300 ], 1304 ],
1301 } 1305 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/DEPS » ('j') | ash/display/screen_orientation_delegate_chromeos.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698