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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 'launcher/launcher_navigator.cc', | 153 'launcher/launcher_navigator.cc', |
154 'launcher/launcher_navigator.h', | 154 'launcher/launcher_navigator.h', |
155 'launcher/launcher_tooltip_manager.cc', | 155 'launcher/launcher_tooltip_manager.cc', |
156 'launcher/launcher_tooltip_manager.h', | 156 'launcher/launcher_tooltip_manager.h', |
157 'launcher/launcher_types.cc', | 157 'launcher/launcher_types.cc', |
158 'launcher/launcher_types.h', | 158 'launcher/launcher_types.h', |
159 'launcher/launcher_util.cc', | 159 'launcher/launcher_util.cc', |
160 'launcher/launcher_util.h', | 160 'launcher/launcher_util.h', |
161 'launcher/launcher_view.cc', | 161 'launcher/launcher_view.cc', |
162 'launcher/launcher_view.h', | 162 'launcher/launcher_view.h', |
163 'launcher/overflow_bubble.cc', | |
164 'launcher/overflow_bubble.h', | |
165 'launcher/overflow_button.cc', | |
166 'launcher/overflow_button.h', | |
167 'launcher/scoped_observer_with_duplicated_sources.h', | |
168 'magnifier/magnification_controller.cc', | 163 'magnifier/magnification_controller.cc', |
169 'magnifier/magnification_controller.h', | 164 'magnifier/magnification_controller.h', |
170 'magnifier/magnifier_constants.h', | 165 'magnifier/magnifier_constants.h', |
171 'magnifier/partial_magnification_controller.cc', | 166 'magnifier/partial_magnification_controller.cc', |
172 'magnifier/partial_magnification_controller.h', | 167 'magnifier/partial_magnification_controller.h', |
173 'popup_message.cc', | 168 'popup_message.cc', |
174 'popup_message.h', | 169 'popup_message.h', |
175 'root_window_controller.cc', | 170 'root_window_controller.cc', |
176 'root_window_controller.h', | 171 'root_window_controller.h', |
177 'rotator/screen_rotation.cc', | 172 'rotator/screen_rotation.cc', |
178 'rotator/screen_rotation.h', | 173 'rotator/screen_rotation.h', |
179 'scoped_target_root_window.cc', | 174 'scoped_target_root_window.cc', |
180 'scoped_target_root_window.h', | 175 'scoped_target_root_window.h', |
181 'screen_ash.cc', | 176 'screen_ash.cc', |
182 'screen_ash.h', | 177 'screen_ash.h', |
183 'screensaver/screensaver_view.cc', | 178 'screensaver/screensaver_view.cc', |
184 'screensaver/screensaver_view.h', | 179 'screensaver/screensaver_view.h', |
185 'screenshot_delegate.h', | 180 'screenshot_delegate.h', |
186 'session_state_delegate.h', | 181 'session_state_delegate.h', |
187 'session_state_observer.h', | 182 'session_state_observer.h', |
188 'shelf/alternate_app_list_button.cc', | 183 'shelf/alternate_app_list_button.cc', |
189 'shelf/alternate_app_list_button.h', | 184 'shelf/alternate_app_list_button.h', |
190 'shelf/app_list_button.cc', | 185 'shelf/app_list_button.cc', |
191 'shelf/app_list_button.h', | 186 'shelf/app_list_button.h', |
192 'shelf/background_animator.cc', | 187 'shelf/background_animator.cc', |
193 'shelf/background_animator.h', | 188 'shelf/background_animator.h', |
| 189 'shelf/overflow_bubble.cc', |
| 190 'shelf/overflow_bubble.h', |
| 191 'shelf/overflow_button.cc', |
| 192 'shelf/overflow_button.h', |
| 193 'shelf/scoped_observer_with_duplicated_sources.h', |
194 'shelf/shelf_bezel_event_filter.cc', | 194 'shelf/shelf_bezel_event_filter.cc', |
195 'shelf/shelf_bezel_event_filter.h', | 195 'shelf/shelf_bezel_event_filter.h', |
196 'shelf/shelf_layout_manager.cc', | 196 'shelf/shelf_layout_manager.cc', |
197 'shelf/shelf_layout_manager.h', | 197 'shelf/shelf_layout_manager.h', |
198 'shelf/shelf_layout_manager_observer.h', | 198 'shelf/shelf_layout_manager_observer.h', |
199 'shelf/shelf_types.h', | 199 'shelf/shelf_types.h', |
200 'shelf/shelf_widget.cc', | 200 'shelf/shelf_widget.cc', |
201 'shelf/shelf_widget.h', | 201 'shelf/shelf_widget.h', |
202 'shell.cc', | 202 'shell.cc', |
203 'shell.h', | 203 'shell.h', |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 'drag_drop/drag_drop_tracker_unittest.cc', | 698 'drag_drop/drag_drop_tracker_unittest.cc', |
699 'extended_desktop_unittest.cc', | 699 'extended_desktop_unittest.cc', |
700 'focus_cycler_unittest.cc', | 700 'focus_cycler_unittest.cc', |
701 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', | 701 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', |
702 'keyboard_overlay/keyboard_overlay_view_unittest.cc', | 702 'keyboard_overlay/keyboard_overlay_view_unittest.cc', |
703 'launcher/launcher_model_unittest.cc', | 703 'launcher/launcher_model_unittest.cc', |
704 'launcher/launcher_navigator_unittest.cc', | 704 'launcher/launcher_navigator_unittest.cc', |
705 'launcher/launcher_tooltip_manager_unittest.cc', | 705 'launcher/launcher_tooltip_manager_unittest.cc', |
706 'launcher/launcher_unittest.cc', | 706 'launcher/launcher_unittest.cc', |
707 'launcher/launcher_view_unittest.cc', | 707 'launcher/launcher_view_unittest.cc', |
708 'launcher/scoped_observer_with_duplicated_sources_unittest.cc', | |
709 'magnifier/magnification_controller_unittest.cc', | 708 'magnifier/magnification_controller_unittest.cc', |
710 'root_window_controller_unittest.cc', | 709 'root_window_controller_unittest.cc', |
711 'screen_ash_unittest.cc', | 710 'screen_ash_unittest.cc', |
712 'screensaver/screensaver_view_unittest.cc', | 711 'screensaver/screensaver_view_unittest.cc', |
713 'session_state_delegate_stub.cc', | 712 'session_state_delegate_stub.cc', |
714 'session_state_delegate_stub.h', | 713 'session_state_delegate_stub.h', |
| 714 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', |
715 'shelf/shelf_layout_manager_unittest.cc', | 715 'shelf/shelf_layout_manager_unittest.cc', |
716 'shelf/shelf_widget_unittest.cc', | 716 'shelf/shelf_widget_unittest.cc', |
717 'shell_unittest.cc', | 717 'shell_unittest.cc', |
718 'shell/app_list.cc', | 718 'shell/app_list.cc', |
719 'shell/bubble.cc', | 719 'shell/bubble.cc', |
720 'shell/context_menu.cc', | 720 'shell/context_menu.cc', |
721 'shell/context_menu.h', | 721 'shell/context_menu.h', |
722 'shell/launcher_delegate_impl.cc', | 722 'shell/launcher_delegate_impl.cc', |
723 'shell/lock_view.cc', | 723 'shell/lock_view.cc', |
724 'shell/panel_window.cc', | 724 'shell/panel_window.cc', |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
929 'shell/cocoa/app-Info.plist', | 929 'shell/cocoa/app-Info.plist', |
930 ], | 930 ], |
931 'xcode_settings': { | 931 'xcode_settings': { |
932 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 932 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
933 }, | 933 }, |
934 }], | 934 }], |
935 ], | 935 ], |
936 }, | 936 }, |
937 ], | 937 ], |
938 } | 938 } |
OLD | NEW |