OLD | NEW |
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'display/resolution_notification_controller.cc', | 95 'display/resolution_notification_controller.cc', |
96 'display/resolution_notification_controller.h', | 96 'display/resolution_notification_controller.h', |
97 'display/root_window_transformers.cc', | 97 'display/root_window_transformers.cc', |
98 'display/root_window_transformers.h', | 98 'display/root_window_transformers.h', |
99 'display/screen_ash.cc', | 99 'display/screen_ash.cc', |
100 'display/screen_ash.h', | 100 'display/screen_ash.h', |
101 'display/screen_position_controller.cc', | 101 'display/screen_position_controller.cc', |
102 'display/screen_position_controller.h', | 102 'display/screen_position_controller.h', |
103 'display/shared_display_edge_indicator.cc', | 103 'display/shared_display_edge_indicator.cc', |
104 'display/shared_display_edge_indicator.h', | 104 'display/shared_display_edge_indicator.h', |
105 'display/virtual_keyboard_window_controller.cc', | |
106 'display/virtual_keyboard_window_controller.h', | |
107 'drag_drop/drag_drop_controller.cc', | 105 'drag_drop/drag_drop_controller.cc', |
108 'drag_drop/drag_drop_controller.h', | 106 'drag_drop/drag_drop_controller.h', |
109 'drag_drop/drag_drop_tracker.cc', | 107 'drag_drop/drag_drop_tracker.cc', |
110 'drag_drop/drag_drop_tracker.h', | 108 'drag_drop/drag_drop_tracker.h', |
111 'drag_drop/drag_image_view.cc', | 109 'drag_drop/drag_image_view.cc', |
112 'drag_drop/drag_image_view.h', | 110 'drag_drop/drag_image_view.h', |
113 'first_run/desktop_cleaner.cc', | 111 'first_run/desktop_cleaner.cc', |
114 'first_run/desktop_cleaner.h', | 112 'first_run/desktop_cleaner.h', |
115 'first_run/first_run_helper.cc', | 113 'first_run/first_run_helper.cc', |
116 'first_run/first_run_helper.h', | 114 'first_run/first_run_helper.h', |
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
768 'autoclick/autoclick_unittest.cc', | 766 'autoclick/autoclick_unittest.cc', |
769 'desktop_background/desktop_background_controller_unittest.cc', | 767 'desktop_background/desktop_background_controller_unittest.cc', |
770 'desktop_background/wallpaper_resizer_unittest.cc', | 768 'desktop_background/wallpaper_resizer_unittest.cc', |
771 'dip_unittest.cc', | 769 'dip_unittest.cc', |
772 'display/display_change_observer_chromeos_unittest.cc', | 770 'display/display_change_observer_chromeos_unittest.cc', |
773 'display/display_controller_unittest.cc', | 771 'display/display_controller_unittest.cc', |
774 'display/display_error_observer_chromeos_unittest.cc', | 772 'display/display_error_observer_chromeos_unittest.cc', |
775 'display/display_info_unittest.cc', | 773 'display/display_info_unittest.cc', |
776 'display/display_manager_unittest.cc', | 774 'display/display_manager_unittest.cc', |
777 'display/mirror_window_controller_unittest.cc', | 775 'display/mirror_window_controller_unittest.cc', |
778 'display/virtual_keyboard_window_controller_unittest.cc', | |
779 'display/mouse_cursor_event_filter_unittest.cc', | 776 'display/mouse_cursor_event_filter_unittest.cc', |
780 'display/projecting_observer_chromeos_unittest.cc', | 777 'display/projecting_observer_chromeos_unittest.cc', |
781 'display/resolution_notification_controller_unittest.cc', | 778 'display/resolution_notification_controller_unittest.cc', |
782 'display/root_window_transformers_unittest.cc', | 779 'display/root_window_transformers_unittest.cc', |
783 'display/screen_position_controller_unittest.cc', | 780 'display/screen_position_controller_unittest.cc', |
784 'drag_drop/drag_drop_controller_unittest.cc', | 781 'drag_drop/drag_drop_controller_unittest.cc', |
785 'drag_drop/drag_drop_tracker_unittest.cc', | 782 'drag_drop/drag_drop_tracker_unittest.cc', |
786 'extended_desktop_unittest.cc', | 783 'extended_desktop_unittest.cc', |
787 'focus_cycler_unittest.cc', | 784 'focus_cycler_unittest.cc', |
788 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', | 785 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', |
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1269 'conditions': [ | 1266 'conditions': [ |
1270 ['chromeos==1', { | 1267 ['chromeos==1', { |
1271 'dependencies': [ | 1268 'dependencies': [ |
1272 '../ui/display/display.gyp:display', | 1269 '../ui/display/display.gyp:display', |
1273 ], | 1270 ], |
1274 }], | 1271 }], |
1275 ], | 1272 ], |
1276 }, | 1273 }, |
1277 ], | 1274 ], |
1278 } | 1275 } |
OLD | NEW |