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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 'root_window_controller.cc', | 166 'root_window_controller.cc', |
167 'root_window_controller.h', | 167 'root_window_controller.h', |
168 'rotator/screen_rotation.cc', | 168 'rotator/screen_rotation.cc', |
169 'rotator/screen_rotation.h', | 169 'rotator/screen_rotation.h', |
170 'screen_ash.cc', | 170 'screen_ash.cc', |
171 'screen_ash.h', | 171 'screen_ash.h', |
172 'screensaver/screensaver_view.cc', | 172 'screensaver/screensaver_view.cc', |
173 'screensaver/screensaver_view.h', | 173 'screensaver/screensaver_view.h', |
174 'screenshot_delegate.h', | 174 'screenshot_delegate.h', |
175 'session_state_delegate.h', | 175 'session_state_delegate.h', |
| 176 'session_state_observer.h', |
176 'shelf/background_animator.cc', | 177 'shelf/background_animator.cc', |
177 'shelf/background_animator.h', | 178 'shelf/background_animator.h', |
178 'shelf/shelf_layout_manager.cc', | 179 'shelf/shelf_layout_manager.cc', |
179 'shelf/shelf_layout_manager.h', | 180 'shelf/shelf_layout_manager.h', |
180 'shelf/shelf_layout_manager_observer.h', | 181 'shelf/shelf_layout_manager_observer.h', |
181 'shelf/shelf_types.h', | 182 'shelf/shelf_types.h', |
182 'shelf/shelf_widget.cc', | 183 'shelf/shelf_widget.cc', |
183 'shelf/shelf_widget.h', | 184 'shelf/shelf_widget.h', |
184 'shell.cc', | 185 'shell.cc', |
185 'shell.h', | 186 'shell.h', |
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
852 'shell/cocoa/app-Info.plist', | 853 'shell/cocoa/app-Info.plist', |
853 ], | 854 ], |
854 'xcode_settings': { | 855 'xcode_settings': { |
855 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 856 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
856 }, | 857 }, |
857 }], | 858 }], |
858 ], | 859 ], |
859 }, | 860 }, |
860 ], | 861 ], |
861 } | 862 } |
OLD | NEW |