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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'shelf/background_animator.h', | 203 'shelf/background_animator.h', |
204 'shelf/overflow_bubble.cc', | 204 'shelf/overflow_bubble.cc', |
205 'shelf/overflow_bubble.h', | 205 'shelf/overflow_bubble.h', |
206 'shelf/overflow_button.cc', | 206 'shelf/overflow_button.cc', |
207 'shelf/overflow_button.h', | 207 'shelf/overflow_button.h', |
208 'shelf/scoped_observer_with_duplicated_sources.h', | 208 'shelf/scoped_observer_with_duplicated_sources.h', |
209 'shelf/shelf_alignment_menu.cc', | 209 'shelf/shelf_alignment_menu.cc', |
210 'shelf/shelf_alignment_menu.h', | 210 'shelf/shelf_alignment_menu.h', |
211 'shelf/shelf_bezel_event_filter.cc', | 211 'shelf/shelf_bezel_event_filter.cc', |
212 'shelf/shelf_bezel_event_filter.h', | 212 'shelf/shelf_bezel_event_filter.h', |
| 213 'shelf/shelf_button_host.h', |
213 'shelf/shelf_icon_observer.h', | 214 'shelf/shelf_icon_observer.h', |
214 'shelf/shelf_layout_manager.cc', | 215 'shelf/shelf_layout_manager.cc', |
215 'shelf/shelf_layout_manager.h', | 216 'shelf/shelf_layout_manager.h', |
216 'shelf/shelf_layout_manager_observer.h', | 217 'shelf/shelf_layout_manager_observer.h', |
217 'shelf/shelf_model_util.cc', | 218 'shelf/shelf_model_util.cc', |
218 'shelf/shelf_model_util.h', | 219 'shelf/shelf_model_util.h', |
219 'shelf/shelf_navigator.cc', | 220 'shelf/shelf_navigator.cc', |
220 'shelf/shelf_navigator.h', | 221 'shelf/shelf_navigator.h', |
221 'shelf/shelf_tooltip_manager.cc', | 222 'shelf/shelf_tooltip_manager.cc', |
222 'shelf/shelf_tooltip_manager.h', | 223 'shelf/shelf_tooltip_manager.h', |
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
958 }, | 959 }, |
959 }, | 960 }, |
960 'dependencies': [ | 961 'dependencies': [ |
961 '../sandbox/sandbox.gyp:sandbox', | 962 '../sandbox/sandbox.gyp:sandbox', |
962 ], | 963 ], |
963 }], | 964 }], |
964 ], | 965 ], |
965 }, | 966 }, |
966 ], | 967 ], |
967 } | 968 } |
OLD | NEW |