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

Side by Side Diff: ash/ash.gyp

Issue 138003007: [Cleanup] Screen cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix conflict Created 6 years, 11 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 | Annotate | Revision Log
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'display/mirror_window_controller.cc', 120 'display/mirror_window_controller.cc',
121 'display/mirror_window_controller.h', 121 'display/mirror_window_controller.h',
122 'display/mouse_cursor_event_filter.cc', 122 'display/mouse_cursor_event_filter.cc',
123 'display/mouse_cursor_event_filter.h', 123 'display/mouse_cursor_event_filter.h',
124 'display/output_configurator_animation.cc', 124 'display/output_configurator_animation.cc',
125 'display/output_configurator_animation.h', 125 'display/output_configurator_animation.h',
126 'display/resolution_notification_controller.cc', 126 'display/resolution_notification_controller.cc',
127 'display/resolution_notification_controller.h', 127 'display/resolution_notification_controller.h',
128 'display/root_window_transformers.cc', 128 'display/root_window_transformers.cc',
129 'display/root_window_transformers.h', 129 'display/root_window_transformers.h',
130 'display/screen_ash.cc',
131 'display/screen_ash.h',
130 'display/screen_position_controller.cc', 132 'display/screen_position_controller.cc',
131 'display/screen_position_controller.h', 133 'display/screen_position_controller.h',
132 'display/shared_display_edge_indicator.cc', 134 'display/shared_display_edge_indicator.cc',
133 'display/shared_display_edge_indicator.h', 135 'display/shared_display_edge_indicator.h',
134 'display/virtual_keyboard_window_controller.cc', 136 'display/virtual_keyboard_window_controller.cc',
135 'display/virtual_keyboard_window_controller.h', 137 'display/virtual_keyboard_window_controller.h',
136 'drag_drop/drag_drop_controller.cc', 138 'drag_drop/drag_drop_controller.cc',
137 'drag_drop/drag_drop_controller.h', 139 'drag_drop/drag_drop_controller.h',
138 'drag_drop/drag_drop_tracker.cc', 140 'drag_drop/drag_drop_tracker.cc',
139 'drag_drop/drag_drop_tracker.h', 141 'drag_drop/drag_drop_tracker.h',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'popup_message.cc', 179 'popup_message.cc',
178 'popup_message.h', 180 'popup_message.h',
179 'root_window_controller.cc', 181 'root_window_controller.cc',
180 'root_window_controller.h', 182 'root_window_controller.h',
181 'root_window_settings.cc', 183 'root_window_settings.cc',
182 'root_window_settings.h', 184 'root_window_settings.h',
183 'rotator/screen_rotation.cc', 185 'rotator/screen_rotation.cc',
184 'rotator/screen_rotation.h', 186 'rotator/screen_rotation.h',
185 'scoped_target_root_window.cc', 187 'scoped_target_root_window.cc',
186 'scoped_target_root_window.h', 188 'scoped_target_root_window.h',
187 'screen_ash.cc', 189 'screen_util.cc',
188 'screen_ash.h', 190 'screen_util.h',
189 'screenshot_delegate.h', 191 'screenshot_delegate.h',
190 'session_state_delegate.h', 192 'session_state_delegate.h',
191 'session_state_observer.cc', 193 'session_state_observer.cc',
192 'session_state_observer.h', 194 'session_state_observer.h',
193 'shelf/alternate_app_list_button.cc', 195 'shelf/alternate_app_list_button.cc',
194 'shelf/alternate_app_list_button.h', 196 'shelf/alternate_app_list_button.h',
195 'shelf/app_list_button.cc', 197 'shelf/app_list_button.cc',
196 'shelf/app_list_button.h', 198 'shelf/app_list_button.h',
197 'shelf/app_list_shelf_item_delegate.cc', 199 'shelf/app_list_shelf_item_delegate.cc',
198 'shelf/app_list_shelf_item_delegate.h', 200 'shelf/app_list_shelf_item_delegate.h',
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 'display/screen_position_controller_unittest.cc', 832 'display/screen_position_controller_unittest.cc',
831 'drag_drop/drag_drop_controller_unittest.cc', 833 'drag_drop/drag_drop_controller_unittest.cc',
832 'drag_drop/drag_drop_tracker_unittest.cc', 834 'drag_drop/drag_drop_tracker_unittest.cc',
833 'extended_desktop_unittest.cc', 835 'extended_desktop_unittest.cc',
834 'focus_cycler_unittest.cc', 836 'focus_cycler_unittest.cc',
835 'ime/candidate_window_view_unittest.cc', 837 'ime/candidate_window_view_unittest.cc',
836 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 838 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
837 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 839 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
838 'magnifier/magnification_controller_unittest.cc', 840 'magnifier/magnification_controller_unittest.cc',
839 'root_window_controller_unittest.cc', 841 'root_window_controller_unittest.cc',
840 'screen_ash_unittest.cc', 842 'screen_util_unittest.cc',
841 'screensaver/screensaver_view_unittest.cc', 843 'screensaver/screensaver_view_unittest.cc',
842 'session_state_delegate_stub.cc', 844 'session_state_delegate_stub.cc',
843 'session_state_delegate_stub.h', 845 'session_state_delegate_stub.h',
844 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 846 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
845 'shelf/shelf_layout_manager_unittest.cc', 847 'shelf/shelf_layout_manager_unittest.cc',
846 'shelf/shelf_model_unittest.cc', 848 'shelf/shelf_model_unittest.cc',
847 'shelf/shelf_navigator_unittest.cc', 849 'shelf/shelf_navigator_unittest.cc',
848 'shelf/shelf_tooltip_manager_unittest.cc', 850 'shelf/shelf_tooltip_manager_unittest.cc',
849 'shelf/shelf_unittest.cc', 851 'shelf/shelf_unittest.cc',
850 'shelf/shelf_view_unittest.cc', 852 'shelf/shelf_view_unittest.cc',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 }, 1063 },
1062 }, 1064 },
1063 'dependencies': [ 1065 'dependencies': [
1064 '../sandbox/sandbox.gyp:sandbox', 1066 '../sandbox/sandbox.gyp:sandbox',
1065 ], 1067 ],
1066 }], 1068 }],
1067 ], 1069 ],
1068 }, 1070 },
1069 ], 1071 ],
1070 } 1072 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698