| 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/scoped_observer_with_duplicated_sources.h', | 203 'shelf/scoped_observer_with_duplicated_sources.h', |
| 204 'shelf/shelf.cc', | 204 'shelf/shelf.cc', |
| 205 'shelf/shelf.h', | 205 'shelf/shelf.h', |
| 206 'shelf/shelf_alignment_menu.cc', | 206 'shelf/shelf_alignment_menu.cc', |
| 207 'shelf/shelf_alignment_menu.h', | 207 'shelf/shelf_alignment_menu.h', |
| 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.cc', | 210 'shelf/shelf_button.cc', |
| 211 'shelf/shelf_button.h', | 211 'shelf/shelf_button.h', |
| 212 'shelf/shelf_button_host.h', | 212 'shelf/shelf_button_host.h', |
| 213 'shelf/shelf_constants.cc', |
| 214 'shelf/shelf_constants.h', |
| 213 'shelf/shelf_delegate.h', | 215 'shelf/shelf_delegate.h', |
| 214 'shelf/shelf_icon_observer.h', | 216 'shelf/shelf_icon_observer.h', |
| 215 'shelf/shelf_item_delegate.h', | 217 'shelf/shelf_item_delegate.h', |
| 216 'shelf/shelf_item_delegate_manager.cc', | 218 'shelf/shelf_item_delegate_manager.cc', |
| 217 'shelf/shelf_item_delegate_manager.h', | 219 'shelf/shelf_item_delegate_manager.h', |
| 218 'shelf/shelf_layout_manager.cc', | 220 'shelf/shelf_layout_manager.cc', |
| 219 'shelf/shelf_layout_manager.h', | 221 'shelf/shelf_layout_manager.h', |
| 220 'shelf/shelf_layout_manager_observer.h', | 222 'shelf/shelf_layout_manager_observer.h', |
| 221 'shelf/shelf_menu_model.h', | 223 'shelf/shelf_menu_model.h', |
| 222 'shelf/shelf_model.cc', | 224 'shelf/shelf_model.cc', |
| (...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1010 }, | 1012 }, |
| 1011 }, | 1013 }, |
| 1012 'dependencies': [ | 1014 'dependencies': [ |
| 1013 '../sandbox/sandbox.gyp:sandbox', | 1015 '../sandbox/sandbox.gyp:sandbox', |
| 1014 ], | 1016 ], |
| 1015 }], | 1017 }], |
| 1016 ], | 1018 ], |
| 1017 }, | 1019 }, |
| 1018 ], | 1020 ], |
| 1019 } | 1021 } |
| OLD | NEW |