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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 'shelf/shelf_bezel_event_filter.cc', | 208 'shelf/shelf_bezel_event_filter.cc', |
209 'shelf/shelf_bezel_event_filter.h', | 209 'shelf/shelf_bezel_event_filter.h', |
210 'shelf/shelf_button_host.h', | 210 'shelf/shelf_button_host.h', |
211 'shelf/shelf_icon_observer.h', | 211 'shelf/shelf_icon_observer.h', |
212 'shelf/shelf_layout_manager.cc', | 212 'shelf/shelf_layout_manager.cc', |
213 'shelf/shelf_layout_manager.h', | 213 'shelf/shelf_layout_manager.h', |
214 'shelf/shelf_layout_manager_observer.h', | 214 'shelf/shelf_layout_manager_observer.h', |
215 'shelf/shelf_model.cc', | 215 'shelf/shelf_model.cc', |
216 'shelf/shelf_model.h', | 216 'shelf/shelf_model.h', |
217 'shelf/shelf_model_observer.h', | 217 'shelf/shelf_model_observer.h', |
218 'shelf/shelf_model_util.cc', | |
219 'shelf/shelf_model_util.h', | |
220 'shelf/shelf_navigator.cc', | 218 'shelf/shelf_navigator.cc', |
221 'shelf/shelf_navigator.h', | 219 'shelf/shelf_navigator.h', |
222 'shelf/shelf_tooltip_manager.cc', | 220 'shelf/shelf_tooltip_manager.cc', |
223 'shelf/shelf_tooltip_manager.h', | 221 'shelf/shelf_tooltip_manager.h', |
224 'shelf/shelf_types.h', | 222 'shelf/shelf_types.h', |
225 'shelf/shelf_view.cc', | 223 'shelf/shelf_view.cc', |
226 'shelf/shelf_view.h', | 224 'shelf/shelf_view.h', |
227 'shelf/shelf_widget.cc', | 225 'shelf/shelf_widget.cc', |
228 'shelf/shelf_widget.h', | 226 'shelf/shelf_widget.h', |
229 'shell.cc', | 227 'shell.cc', |
(...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
977 }, | 975 }, |
978 }, | 976 }, |
979 'dependencies': [ | 977 'dependencies': [ |
980 '../sandbox/sandbox.gyp:sandbox', | 978 '../sandbox/sandbox.gyp:sandbox', |
981 ], | 979 ], |
982 }], | 980 }], |
983 ], | 981 ], |
984 }, | 982 }, |
985 ], | 983 ], |
986 } | 984 } |
OLD | NEW |