| 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 'launcher/launcher_button.cc', | 155 'launcher/launcher_button.cc', |
| 156 'launcher/launcher_button.h', | 156 'launcher/launcher_button.h', |
| 157 'launcher/launcher_delegate.h', | 157 'launcher/launcher_delegate.h', |
| 158 'launcher/launcher_item_delegate_manager.cc', | 158 'launcher/launcher_item_delegate_manager.cc', |
| 159 'launcher/launcher_item_delegate_manager.h', | 159 'launcher/launcher_item_delegate_manager.h', |
| 160 'launcher/launcher_icon_observer.h', | 160 'launcher/launcher_icon_observer.h', |
| 161 'launcher/launcher_item_delegate.h', | 161 'launcher/launcher_item_delegate.h', |
| 162 'launcher/launcher_model.cc', | 162 'launcher/launcher_model.cc', |
| 163 'launcher/launcher_model.h', | 163 'launcher/launcher_model.h', |
| 164 'launcher/launcher_model_observer.h', | 164 'launcher/launcher_model_observer.h', |
| 165 'launcher/launcher_model_util.cc', |
| 166 'launcher/launcher_model_util.h', |
| 165 'launcher/launcher_types.cc', | 167 'launcher/launcher_types.cc', |
| 166 'launcher/launcher_types.h', | 168 'launcher/launcher_types.h', |
| 167 'magnifier/magnification_controller.cc', | 169 'magnifier/magnification_controller.cc', |
| 168 'magnifier/magnification_controller.h', | 170 'magnifier/magnification_controller.h', |
| 169 'magnifier/magnifier_constants.h', | 171 'magnifier/magnifier_constants.h', |
| 170 'magnifier/partial_magnification_controller.cc', | 172 'magnifier/partial_magnification_controller.cc', |
| 171 'magnifier/partial_magnification_controller.h', | 173 'magnifier/partial_magnification_controller.h', |
| 172 'multi_profile_uma.cc', | 174 'multi_profile_uma.cc', |
| 173 'multi_profile_uma.h', | 175 'multi_profile_uma.h', |
| 174 'popup_message.cc', | 176 'popup_message.cc', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 'shelf/shelf_bezel_event_filter.cc', | 208 'shelf/shelf_bezel_event_filter.cc', |
| 207 'shelf/shelf_bezel_event_filter.h', | 209 'shelf/shelf_bezel_event_filter.h', |
| 208 'shelf/shelf_layout_manager.cc', | 210 'shelf/shelf_layout_manager.cc', |
| 209 'shelf/shelf_layout_manager.h', | 211 'shelf/shelf_layout_manager.h', |
| 210 'shelf/shelf_layout_manager_observer.h', | 212 'shelf/shelf_layout_manager_observer.h', |
| 211 'shelf/shelf_navigator.cc', | 213 'shelf/shelf_navigator.cc', |
| 212 'shelf/shelf_navigator.h', | 214 'shelf/shelf_navigator.h', |
| 213 'shelf/shelf_tooltip_manager.cc', | 215 'shelf/shelf_tooltip_manager.cc', |
| 214 'shelf/shelf_tooltip_manager.h', | 216 'shelf/shelf_tooltip_manager.h', |
| 215 'shelf/shelf_types.h', | 217 'shelf/shelf_types.h', |
| 216 'shelf/shelf_util.cc', | |
| 217 'shelf/shelf_util.h', | |
| 218 'shelf/shelf_view.cc', | 218 'shelf/shelf_view.cc', |
| 219 'shelf/shelf_view.h', | 219 'shelf/shelf_view.h', |
| 220 'shelf/shelf_widget.cc', | 220 'shelf/shelf_widget.cc', |
| 221 'shelf/shelf_widget.h', | 221 'shelf/shelf_widget.h', |
| 222 'shell.cc', | 222 'shell.cc', |
| 223 'shell.h', | 223 'shell.h', |
| 224 'shell_delegate.h', | 224 'shell_delegate.h', |
| 225 'shell_factory.h', | 225 'shell_factory.h', |
| 226 'shell_window_ids.h', | 226 'shell_window_ids.h', |
| 227 'system/bluetooth/bluetooth_observer.h', | 227 'system/bluetooth/bluetooth_observer.h', |
| (...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 }, | 950 }, |
| 951 }, | 951 }, |
| 952 'dependencies': [ | 952 'dependencies': [ |
| 953 '../sandbox/sandbox.gyp:sandbox', | 953 '../sandbox/sandbox.gyp:sandbox', |
| 954 ], | 954 ], |
| 955 }], | 955 }], |
| 956 ], | 956 ], |
| 957 }, | 957 }, |
| 958 ], | 958 ], |
| 959 } | 959 } |
| OLD | NEW |