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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 'keyboard_overlay/keyboard_overlay_view.h', | 155 'keyboard_overlay/keyboard_overlay_view.h', |
156 'keyboard_uma_event_filter.cc', | 156 'keyboard_uma_event_filter.cc', |
157 'keyboard_uma_event_filter.h', | 157 'keyboard_uma_event_filter.h', |
158 'launcher/launcher.cc', | 158 'launcher/launcher.cc', |
159 'launcher/launcher.h', | 159 'launcher/launcher.h', |
160 'launcher/launcher_button.cc', | 160 'launcher/launcher_button.cc', |
161 'launcher/launcher_button.h', | 161 'launcher/launcher_button.h', |
162 'launcher/launcher_delegate.h', | 162 'launcher/launcher_delegate.h', |
163 'launcher/launcher_item_delegate_manager.cc', | 163 'launcher/launcher_item_delegate_manager.cc', |
164 'launcher/launcher_item_delegate_manager.h', | 164 'launcher/launcher_item_delegate_manager.h', |
165 'launcher/launcher_icon_observer.h', | |
166 'launcher/launcher_item_delegate.h', | 165 'launcher/launcher_item_delegate.h', |
167 'launcher/launcher_model.cc', | 166 'launcher/launcher_model.cc', |
168 'launcher/launcher_model.h', | 167 'launcher/launcher_model.h', |
169 'launcher/launcher_model_observer.h', | 168 'launcher/launcher_model_observer.h', |
170 'launcher/launcher_model_util.cc', | 169 'launcher/launcher_model_util.cc', |
171 'launcher/launcher_model_util.h', | 170 'launcher/launcher_model_util.h', |
172 'launcher/launcher_types.cc', | 171 'launcher/launcher_types.cc', |
173 'launcher/launcher_types.h', | 172 'launcher/launcher_types.h', |
174 'magnifier/magnification_controller.cc', | 173 'magnifier/magnification_controller.cc', |
175 'magnifier/magnification_controller.h', | 174 'magnifier/magnification_controller.h', |
(...skipping 29 matching lines...) Expand all Loading... |
205 'shelf/background_animator.h', | 204 'shelf/background_animator.h', |
206 'shelf/overflow_bubble.cc', | 205 'shelf/overflow_bubble.cc', |
207 'shelf/overflow_bubble.h', | 206 'shelf/overflow_bubble.h', |
208 'shelf/overflow_button.cc', | 207 'shelf/overflow_button.cc', |
209 'shelf/overflow_button.h', | 208 'shelf/overflow_button.h', |
210 'shelf/scoped_observer_with_duplicated_sources.h', | 209 'shelf/scoped_observer_with_duplicated_sources.h', |
211 'shelf/shelf_alignment_menu.cc', | 210 'shelf/shelf_alignment_menu.cc', |
212 'shelf/shelf_alignment_menu.h', | 211 'shelf/shelf_alignment_menu.h', |
213 'shelf/shelf_bezel_event_filter.cc', | 212 'shelf/shelf_bezel_event_filter.cc', |
214 'shelf/shelf_bezel_event_filter.h', | 213 'shelf/shelf_bezel_event_filter.h', |
| 214 'shelf/shelf_icon_observer.h', |
215 'shelf/shelf_layout_manager.cc', | 215 'shelf/shelf_layout_manager.cc', |
216 'shelf/shelf_layout_manager.h', | 216 'shelf/shelf_layout_manager.h', |
217 'shelf/shelf_layout_manager_observer.h', | 217 'shelf/shelf_layout_manager_observer.h', |
218 'shelf/shelf_navigator.cc', | 218 'shelf/shelf_navigator.cc', |
219 'shelf/shelf_navigator.h', | 219 'shelf/shelf_navigator.h', |
220 'shelf/shelf_tooltip_manager.cc', | 220 'shelf/shelf_tooltip_manager.cc', |
221 'shelf/shelf_tooltip_manager.h', | 221 'shelf/shelf_tooltip_manager.h', |
222 'shelf/shelf_types.h', | 222 'shelf/shelf_types.h', |
223 'shelf/shelf_view.cc', | 223 'shelf/shelf_view.cc', |
224 'shelf/shelf_view.h', | 224 'shelf/shelf_view.h', |
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
953 }, | 953 }, |
954 }, | 954 }, |
955 'dependencies': [ | 955 'dependencies': [ |
956 '../sandbox/sandbox.gyp:sandbox', | 956 '../sandbox/sandbox.gyp:sandbox', |
957 ], | 957 ], |
958 }], | 958 }], |
959 ], | 959 ], |
960 }, | 960 }, |
961 ], | 961 ], |
962 } | 962 } |
OLD | NEW |