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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 'rotator/screen_rotation.h', | 144 'rotator/screen_rotation.h', |
145 'screen_ash.cc', | 145 'screen_ash.cc', |
146 'screen_ash.h', | 146 'screen_ash.h', |
147 'screensaver/screensaver_view.cc', | 147 'screensaver/screensaver_view.cc', |
148 'screensaver/screensaver_view.h', | 148 'screensaver/screensaver_view.h', |
149 'screenshot_delegate.h', | 149 'screenshot_delegate.h', |
150 'shell.cc', | 150 'shell.cc', |
151 'shell.h', | 151 'shell.h', |
152 'shell_delegate.h', | 152 'shell_delegate.h', |
153 'shell_factory.h', | 153 'shell_factory.h', |
| 154 'shelf_types.h', |
154 'shell_window_ids.h', | 155 'shell_window_ids.h', |
155 'system/audio/audio_observer.h', | 156 'system/audio/audio_observer.h', |
156 'system/audio/tray_volume.cc', | 157 'system/audio/tray_volume.cc', |
157 'system/audio/tray_volume.h', | 158 'system/audio/tray_volume.h', |
158 'system/bluetooth/bluetooth_observer.h', | 159 'system/bluetooth/bluetooth_observer.h', |
159 'system/bluetooth/tray_bluetooth.cc', | 160 'system/bluetooth/tray_bluetooth.cc', |
160 'system/bluetooth/tray_bluetooth.h', | 161 'system/bluetooth/tray_bluetooth.h', |
161 'system/brightness/brightness_observer.h', | 162 'system/brightness/brightness_observer.h', |
162 'system/brightness/brightness_control_delegate.h', | 163 'system/brightness/brightness_control_delegate.h', |
163 'system/brightness/tray_brightness.cc', | 164 'system/brightness/tray_brightness.cc', |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 'wm/session_state_animator.h', | 347 'wm/session_state_animator.h', |
347 'wm/session_state_controller.cc', | 348 'wm/session_state_controller.cc', |
348 'wm/session_state_controller.h', | 349 'wm/session_state_controller.h', |
349 'wm/session_state_controller_impl.cc', | 350 'wm/session_state_controller_impl.cc', |
350 'wm/session_state_controller_impl.h', | 351 'wm/session_state_controller_impl.h', |
351 'wm/session_state_controller_impl2.cc', | 352 'wm/session_state_controller_impl2.cc', |
352 'wm/session_state_controller_impl2.h', | 353 'wm/session_state_controller_impl2.h', |
353 'wm/session_state_observer.h', | 354 'wm/session_state_observer.h', |
354 'wm/shelf_layout_manager.cc', | 355 'wm/shelf_layout_manager.cc', |
355 'wm/shelf_layout_manager.h', | 356 'wm/shelf_layout_manager.h', |
356 'wm/shelf_types.h', | |
357 'wm/stacking_controller.cc', | 357 'wm/stacking_controller.cc', |
358 'wm/stacking_controller.h', | 358 'wm/stacking_controller.h', |
359 'wm/status_area_layout_manager.cc', | 359 'wm/status_area_layout_manager.cc', |
360 'wm/status_area_layout_manager.h', | 360 'wm/status_area_layout_manager.h', |
361 'wm/system_background_controller.cc', | 361 'wm/system_background_controller.cc', |
362 'wm/system_background_controller.h', | 362 'wm/system_background_controller.h', |
363 'wm/system_gesture_event_filter.cc', | 363 'wm/system_gesture_event_filter.cc', |
364 'wm/system_gesture_event_filter.h', | 364 'wm/system_gesture_event_filter.h', |
365 'wm/system_modal_container_event_filter.cc', | 365 'wm/system_modal_container_event_filter.cc', |
366 'wm/system_modal_container_event_filter.h', | 366 'wm/system_modal_container_event_filter.h', |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
710 'shell/cocoa/app-Info.plist', | 710 'shell/cocoa/app-Info.plist', |
711 ], | 711 ], |
712 'xcode_settings': { | 712 'xcode_settings': { |
713 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 713 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
714 }, | 714 }, |
715 }], | 715 }], |
716 ], | 716 ], |
717 }, | 717 }, |
718 ], | 718 ], |
719 } | 719 } |
OLD | NEW |