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 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 'display/display_util_x11.cc', | 101 'display/display_util_x11.cc', |
102 'display/display_util_x11.h', | 102 'display/display_util_x11.h', |
103 'display/event_transformation_handler.cc', | 103 'display/event_transformation_handler.cc', |
104 'display/event_transformation_handler.h', | 104 'display/event_transformation_handler.h', |
105 'display/mirror_window_controller.cc', | 105 'display/mirror_window_controller.cc', |
106 'display/mirror_window_controller.h', | 106 'display/mirror_window_controller.h', |
107 'display/mouse_cursor_event_filter.cc', | 107 'display/mouse_cursor_event_filter.cc', |
108 'display/mouse_cursor_event_filter.h', | 108 'display/mouse_cursor_event_filter.h', |
109 'display/output_configurator_animation.cc', | 109 'display/output_configurator_animation.cc', |
110 'display/output_configurator_animation.h', | 110 'display/output_configurator_animation.h', |
| 111 'display/resolution_notification_controller.cc', |
| 112 'display/resolution_notification_controller.h', |
111 'display/root_window_transformers.cc', | 113 'display/root_window_transformers.cc', |
112 'display/root_window_transformers.h', | 114 'display/root_window_transformers.h', |
113 'display/screen_position_controller.cc', | 115 'display/screen_position_controller.cc', |
114 'display/screen_position_controller.h', | 116 'display/screen_position_controller.h', |
115 'display/shared_display_edge_indicator.cc', | 117 'display/shared_display_edge_indicator.cc', |
116 'display/shared_display_edge_indicator.h', | 118 'display/shared_display_edge_indicator.h', |
117 'drag_drop/drag_drop_controller.cc', | 119 'drag_drop/drag_drop_controller.cc', |
118 'drag_drop/drag_drop_controller.h', | 120 'drag_drop/drag_drop_controller.h', |
119 'drag_drop/drag_drop_tracker.cc', | 121 'drag_drop/drag_drop_tracker.cc', |
120 'drag_drop/drag_drop_tracker.h', | 122 'drag_drop/drag_drop_tracker.h', |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 'accelerators/nested_dispatcher_controller_unittest.cc', | 668 'accelerators/nested_dispatcher_controller_unittest.cc', |
667 'desktop_background/desktop_background_controller_unittest.cc', | 669 'desktop_background/desktop_background_controller_unittest.cc', |
668 'desktop_background/wallpaper_resizer_unittest.cc', | 670 'desktop_background/wallpaper_resizer_unittest.cc', |
669 'dip_unittest.cc', | 671 'dip_unittest.cc', |
670 'display/display_controller_unittest.cc', | 672 'display/display_controller_unittest.cc', |
671 'display/display_error_observer_unittest.cc', | 673 'display/display_error_observer_unittest.cc', |
672 'display/display_info_unittest.cc', | 674 'display/display_info_unittest.cc', |
673 'display/display_manager_unittest.cc', | 675 'display/display_manager_unittest.cc', |
674 'display/mirror_window_controller_unittest.cc', | 676 'display/mirror_window_controller_unittest.cc', |
675 'display/mouse_cursor_event_filter_unittest.cc', | 677 'display/mouse_cursor_event_filter_unittest.cc', |
| 678 'display/resolution_notification_controller_unittest.cc', |
676 'display/root_window_transformers_unittest.cc', | 679 'display/root_window_transformers_unittest.cc', |
677 'display/screen_position_controller_unittest.cc', | 680 'display/screen_position_controller_unittest.cc', |
678 'drag_drop/drag_drop_controller_unittest.cc', | 681 'drag_drop/drag_drop_controller_unittest.cc', |
679 'drag_drop/drag_drop_tracker_unittest.cc', | 682 'drag_drop/drag_drop_tracker_unittest.cc', |
680 'extended_desktop_unittest.cc', | 683 'extended_desktop_unittest.cc', |
681 'focus_cycler_unittest.cc', | 684 'focus_cycler_unittest.cc', |
682 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', | 685 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
683 'keyboard_overlay/keyboard_overlay_view_unittest.cc', | 686 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
684 'launcher/launcher_model_unittest.cc', | 687 'launcher/launcher_model_unittest.cc', |
685 'launcher/launcher_navigator_unittest.cc', | 688 'launcher/launcher_navigator_unittest.cc', |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
912 'shell/cocoa/app-Info.plist', | 915 'shell/cocoa/app-Info.plist', |
913 ], | 916 ], |
914 'xcode_settings': { | 917 'xcode_settings': { |
915 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 918 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
916 }, | 919 }, |
917 }], | 920 }], |
918 ], | 921 ], |
919 }, | 922 }, |
920 ], | 923 ], |
921 } | 924 } |
OLD | NEW |