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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 'root_window_controller.h', | 140 'root_window_controller.h', |
141 'rotator/screen_rotation.cc', | 141 'rotator/screen_rotation.cc', |
142 'rotator/screen_rotation.h', | 142 'rotator/screen_rotation.h', |
143 'screen_ash.cc', | 143 'screen_ash.cc', |
144 'screen_ash.h', | 144 'screen_ash.h', |
145 'screensaver/screensaver_view.cc', | 145 'screensaver/screensaver_view.cc', |
146 'screensaver/screensaver_view.h', | 146 'screensaver/screensaver_view.h', |
147 'screenshot_delegate.h', | 147 'screenshot_delegate.h', |
148 'shell.cc', | 148 'shell.cc', |
149 'shell.h', | 149 'shell.h', |
150 'shell_context_menu.cc', | |
151 'shell_context_menu.h', | |
152 'shell_delegate.h', | 150 'shell_delegate.h', |
153 'shell_factory.h', | 151 'shell_factory.h', |
154 'shell_window_ids.h', | 152 'shell_window_ids.h', |
155 'system/audio/audio_observer.h', | 153 'system/audio/audio_observer.h', |
156 'system/audio/tray_volume.cc', | 154 'system/audio/tray_volume.cc', |
157 'system/audio/tray_volume.h', | 155 'system/audio/tray_volume.h', |
158 'system/bluetooth/bluetooth_observer.h', | 156 'system/bluetooth/bluetooth_observer.h', |
159 'system/bluetooth/tray_bluetooth.cc', | 157 'system/bluetooth/tray_bluetooth.cc', |
160 'system/bluetooth/tray_bluetooth.h', | 158 'system/bluetooth/tray_bluetooth.h', |
161 'system/brightness/brightness_observer.h', | 159 'system/brightness/brightness_observer.h', |
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
684 'shell/cocoa/app-Info.plist', | 682 'shell/cocoa/app-Info.plist', |
685 ], | 683 ], |
686 'xcode_settings': { | 684 'xcode_settings': { |
687 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 685 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
688 }, | 686 }, |
689 }], | 687 }], |
690 ], | 688 ], |
691 }, | 689 }, |
692 ], | 690 ], |
693 } | 691 } |
OLD | NEW |