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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'rotator/screen_rotation.cc', | 178 'rotator/screen_rotation.cc', |
179 'rotator/screen_rotation.h', | 179 'rotator/screen_rotation.h', |
180 'scoped_target_root_window.cc', | 180 'scoped_target_root_window.cc', |
181 'scoped_target_root_window.h', | 181 'scoped_target_root_window.h', |
182 'screen_ash.cc', | 182 'screen_ash.cc', |
183 'screen_ash.h', | 183 'screen_ash.h', |
184 'screensaver/screensaver_view.cc', | 184 'screensaver/screensaver_view.cc', |
185 'screensaver/screensaver_view.h', | 185 'screensaver/screensaver_view.h', |
186 'screenshot_delegate.h', | 186 'screenshot_delegate.h', |
187 'session_state_delegate.h', | 187 'session_state_delegate.h', |
| 188 'session_state_observer.cc', |
188 'session_state_observer.h', | 189 'session_state_observer.h', |
189 'shelf/alternate_app_list_button.cc', | 190 'shelf/alternate_app_list_button.cc', |
190 'shelf/alternate_app_list_button.h', | 191 'shelf/alternate_app_list_button.h', |
191 'shelf/app_list_button.cc', | 192 'shelf/app_list_button.cc', |
192 'shelf/app_list_button.h', | 193 'shelf/app_list_button.h', |
193 'shelf/app_list_shelf_item_delegate.cc', | 194 'shelf/app_list_shelf_item_delegate.cc', |
194 'shelf/app_list_shelf_item_delegate.h', | 195 'shelf/app_list_shelf_item_delegate.h', |
195 'shelf/background_animator.cc', | 196 'shelf/background_animator.cc', |
196 'shelf/background_animator.h', | 197 'shelf/background_animator.h', |
197 'shelf/overflow_bubble.cc', | 198 'shelf/overflow_bubble.cc', |
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1002 }, | 1003 }, |
1003 }, | 1004 }, |
1004 'dependencies': [ | 1005 'dependencies': [ |
1005 '../sandbox/sandbox.gyp:sandbox', | 1006 '../sandbox/sandbox.gyp:sandbox', |
1006 ], | 1007 ], |
1007 }], | 1008 }], |
1008 ], | 1009 ], |
1009 }, | 1010 }, |
1010 ], | 1011 ], |
1011 } | 1012 } |
OLD | NEW |