| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 'launcher/launcher.cc', | 159 'launcher/launcher.cc', |
| 160 'launcher/launcher.h', | 160 'launcher/launcher.h', |
| 161 'launcher/launcher_button.cc', | 161 'launcher/launcher_button.cc', |
| 162 'launcher/launcher_button.h', | 162 'launcher/launcher_button.h', |
| 163 'launcher/launcher_delegate.h', | 163 'launcher/launcher_delegate.h', |
| 164 'launcher/launcher_item_delegate_manager.cc', | 164 'launcher/launcher_item_delegate_manager.cc', |
| 165 'launcher/launcher_item_delegate_manager.h', | 165 'launcher/launcher_item_delegate_manager.h', |
| 166 'launcher/launcher_item_delegate.h', | 166 'launcher/launcher_item_delegate.h', |
| 167 'launcher/launcher_model.cc', | 167 'launcher/launcher_model.cc', |
| 168 'launcher/launcher_model.h', | 168 'launcher/launcher_model.h', |
| 169 'launcher/launcher_model_observer.h', | |
| 170 'launcher/launcher_types.cc', | 169 'launcher/launcher_types.cc', |
| 171 'launcher/launcher_types.h', | 170 'launcher/launcher_types.h', |
| 172 'magnifier/magnification_controller.cc', | 171 'magnifier/magnification_controller.cc', |
| 173 'magnifier/magnification_controller.h', | 172 'magnifier/magnification_controller.h', |
| 174 'magnifier/magnifier_constants.h', | 173 'magnifier/magnifier_constants.h', |
| 175 'magnifier/partial_magnification_controller.cc', | 174 'magnifier/partial_magnification_controller.cc', |
| 176 'magnifier/partial_magnification_controller.h', | 175 'magnifier/partial_magnification_controller.h', |
| 177 'multi_profile_uma.cc', | 176 'multi_profile_uma.cc', |
| 178 'multi_profile_uma.h', | 177 'multi_profile_uma.h', |
| 179 'popup_message.cc', | 178 'popup_message.cc', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 208 'shelf/scoped_observer_with_duplicated_sources.h', | 207 'shelf/scoped_observer_with_duplicated_sources.h', |
| 209 'shelf/shelf_alignment_menu.cc', | 208 'shelf/shelf_alignment_menu.cc', |
| 210 'shelf/shelf_alignment_menu.h', | 209 'shelf/shelf_alignment_menu.h', |
| 211 'shelf/shelf_bezel_event_filter.cc', | 210 'shelf/shelf_bezel_event_filter.cc', |
| 212 'shelf/shelf_bezel_event_filter.h', | 211 'shelf/shelf_bezel_event_filter.h', |
| 213 'shelf/shelf_button_host.h', | 212 'shelf/shelf_button_host.h', |
| 214 'shelf/shelf_icon_observer.h', | 213 'shelf/shelf_icon_observer.h', |
| 215 'shelf/shelf_layout_manager.cc', | 214 'shelf/shelf_layout_manager.cc', |
| 216 'shelf/shelf_layout_manager.h', | 215 'shelf/shelf_layout_manager.h', |
| 217 'shelf/shelf_layout_manager_observer.h', | 216 'shelf/shelf_layout_manager_observer.h', |
| 217 'shelf/shelf_model_observer.h', |
| 218 'shelf/shelf_model_util.cc', | 218 'shelf/shelf_model_util.cc', |
| 219 'shelf/shelf_model_util.h', | 219 'shelf/shelf_model_util.h', |
| 220 'shelf/shelf_navigator.cc', | 220 'shelf/shelf_navigator.cc', |
| 221 'shelf/shelf_navigator.h', | 221 'shelf/shelf_navigator.h', |
| 222 'shelf/shelf_tooltip_manager.cc', | 222 'shelf/shelf_tooltip_manager.cc', |
| 223 'shelf/shelf_tooltip_manager.h', | 223 'shelf/shelf_tooltip_manager.h', |
| 224 'shelf/shelf_types.h', | 224 'shelf/shelf_types.h', |
| 225 'shelf/shelf_view.cc', | 225 'shelf/shelf_view.cc', |
| 226 'shelf/shelf_view.h', | 226 'shelf/shelf_view.h', |
| 227 'shelf/shelf_widget.cc', | 227 'shelf/shelf_widget.cc', |
| (...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 966 }, | 966 }, |
| 967 }, | 967 }, |
| 968 'dependencies': [ | 968 'dependencies': [ |
| 969 '../sandbox/sandbox.gyp:sandbox', | 969 '../sandbox/sandbox.gyp:sandbox', |
| 970 ], | 970 ], |
| 971 }], | 971 }], |
| 972 ], | 972 ], |
| 973 }, | 973 }, |
| 974 ], | 974 ], |
| 975 } | 975 } |
| OLD | NEW |