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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 'high_contrast/high_contrast_controller.h', | 160 'high_contrast/high_contrast_controller.h', |
161 'host/root_window_host_factory.cc', | 161 'host/root_window_host_factory.cc', |
162 'host/root_window_host_factory.h', | 162 'host/root_window_host_factory.h', |
163 'host/root_window_host_factory_win.cc', | 163 'host/root_window_host_factory_win.cc', |
164 'ime/candidate_view.cc', | 164 'ime/candidate_view.cc', |
165 'ime/candidate_view.h', | 165 'ime/candidate_view.h', |
166 'ime/candidate_window_view.cc', | 166 'ime/candidate_window_view.cc', |
167 'ime/candidate_window_view.h', | 167 'ime/candidate_window_view.h', |
168 'ime/infolist_window.cc', | 168 'ime/infolist_window.cc', |
169 'ime/infolist_window.h', | 169 'ime/infolist_window.h', |
170 'ime/input_method_menu_item.cc', | |
171 'ime/input_method_menu_item.h', | |
172 'ime/input_method_menu_manager.cc', | |
173 'ime/input_method_menu_manager.h', | |
174 'ime/mode_indicator_view.cc', | 170 'ime/mode_indicator_view.cc', |
175 'ime/mode_indicator_view.h', | 171 'ime/mode_indicator_view.h', |
176 'keyboard_uma_event_filter.cc', | 172 'keyboard_uma_event_filter.cc', |
177 'keyboard_uma_event_filter.h', | 173 'keyboard_uma_event_filter.h', |
178 'magnifier/magnification_controller.cc', | 174 'magnifier/magnification_controller.cc', |
179 'magnifier/magnification_controller.h', | 175 'magnifier/magnification_controller.h', |
180 'magnifier/magnifier_constants.h', | 176 'magnifier/magnifier_constants.h', |
181 'magnifier/magnifier_key_scroller.cc', | 177 'magnifier/magnifier_key_scroller.cc', |
182 'magnifier/magnifier_key_scroller.h', | 178 'magnifier/magnifier_key_scroller.h', |
183 'magnifier/partial_magnification_controller.cc', | 179 'magnifier/partial_magnification_controller.cc', |
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
846 'display/mouse_cursor_event_filter_unittest.cc', | 842 'display/mouse_cursor_event_filter_unittest.cc', |
847 'display/projecting_observer_chromeos_unittest.cc', | 843 'display/projecting_observer_chromeos_unittest.cc', |
848 'display/resolution_notification_controller_unittest.cc', | 844 'display/resolution_notification_controller_unittest.cc', |
849 'display/root_window_transformers_unittest.cc', | 845 'display/root_window_transformers_unittest.cc', |
850 'display/screen_position_controller_unittest.cc', | 846 'display/screen_position_controller_unittest.cc', |
851 'drag_drop/drag_drop_controller_unittest.cc', | 847 'drag_drop/drag_drop_controller_unittest.cc', |
852 'drag_drop/drag_drop_tracker_unittest.cc', | 848 'drag_drop/drag_drop_tracker_unittest.cc', |
853 'extended_desktop_unittest.cc', | 849 'extended_desktop_unittest.cc', |
854 'focus_cycler_unittest.cc', | 850 'focus_cycler_unittest.cc', |
855 'ime/candidate_window_view_unittest.cc', | 851 'ime/candidate_window_view_unittest.cc', |
856 'ime/input_method_menu_item_unittest.cc', | |
857 'ime/input_method_menu_manager_unittest.cc', | |
858 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', | 852 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
859 'keyboard_overlay/keyboard_overlay_view_unittest.cc', | 853 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
860 'magnifier/magnification_controller_unittest.cc', | 854 'magnifier/magnification_controller_unittest.cc', |
861 'magnifier/magnifier_key_scroller_unittest.cc', | 855 'magnifier/magnifier_key_scroller_unittest.cc', |
862 'root_window_controller_unittest.cc', | 856 'root_window_controller_unittest.cc', |
863 'screen_util_unittest.cc', | 857 'screen_util_unittest.cc', |
864 'screensaver/screensaver_view_unittest.cc', | 858 'screensaver/screensaver_view_unittest.cc', |
865 'session_state_delegate_stub.cc', | 859 'session_state_delegate_stub.cc', |
866 'session_state_delegate_stub.h', | 860 'session_state_delegate_stub.h', |
867 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', | 861 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1091 }, | 1085 }, |
1092 }, | 1086 }, |
1093 'dependencies': [ | 1087 'dependencies': [ |
1094 '../sandbox/sandbox.gyp:sandbox', | 1088 '../sandbox/sandbox.gyp:sandbox', |
1095 ], | 1089 ], |
1096 }], | 1090 }], |
1097 ], | 1091 ], |
1098 }, | 1092 }, |
1099 ], | 1093 ], |
1100 } | 1094 } |
OLD | NEW |