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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 'rotator/screen_rotation.cc', | 186 'rotator/screen_rotation.cc', |
187 'rotator/screen_rotation.h', | 187 'rotator/screen_rotation.h', |
188 'scoped_target_root_window.cc', | 188 'scoped_target_root_window.cc', |
189 'scoped_target_root_window.h', | 189 'scoped_target_root_window.h', |
190 'screen_util.cc', | 190 'screen_util.cc', |
191 'screen_util.h', | 191 'screen_util.h', |
192 'screenshot_delegate.h', | 192 'screenshot_delegate.h', |
193 'session_state_delegate.h', | 193 'session_state_delegate.h', |
194 'session_state_observer.cc', | 194 'session_state_observer.cc', |
195 'session_state_observer.h', | 195 'session_state_observer.h', |
196 'shelf/alternate_app_list_button.cc', | |
197 'shelf/alternate_app_list_button.h', | |
198 'shelf/app_list_button.cc', | 196 'shelf/app_list_button.cc', |
199 'shelf/app_list_button.h', | 197 'shelf/app_list_button.h', |
200 'shelf/app_list_shelf_item_delegate.cc', | 198 'shelf/app_list_shelf_item_delegate.cc', |
201 'shelf/app_list_shelf_item_delegate.h', | 199 'shelf/app_list_shelf_item_delegate.h', |
202 'shelf/background_animator.cc', | 200 'shelf/background_animator.cc', |
203 'shelf/background_animator.h', | 201 'shelf/background_animator.h', |
204 'shelf/overflow_bubble.cc', | 202 'shelf/overflow_bubble.cc', |
205 'shelf/overflow_bubble.h', | 203 'shelf/overflow_bubble.h', |
206 'shelf/overflow_bubble_view.cc', | 204 'shelf/overflow_bubble_view.cc', |
207 'shelf/overflow_bubble_view.h', | 205 'shelf/overflow_bubble_view.h', |
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1078 }, | 1076 }, |
1079 }, | 1077 }, |
1080 'dependencies': [ | 1078 'dependencies': [ |
1081 '../sandbox/sandbox.gyp:sandbox', | 1079 '../sandbox/sandbox.gyp:sandbox', |
1082 ], | 1080 ], |
1083 }], | 1081 }], |
1084 ], | 1082 ], |
1085 }, | 1083 }, |
1086 ], | 1084 ], |
1087 } | 1085 } |
OLD | NEW |