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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 'rotator/screen_rotation.cc', | 197 'rotator/screen_rotation.cc', |
198 'rotator/screen_rotation.h', | 198 'rotator/screen_rotation.h', |
199 'scoped_target_root_window.cc', | 199 'scoped_target_root_window.cc', |
200 'scoped_target_root_window.h', | 200 'scoped_target_root_window.h', |
201 'screen_util.cc', | 201 'screen_util.cc', |
202 'screen_util.h', | 202 'screen_util.h', |
203 'screenshot_delegate.h', | 203 'screenshot_delegate.h', |
204 'session_state_delegate.h', | 204 'session_state_delegate.h', |
205 'session_state_observer.cc', | 205 'session_state_observer.cc', |
206 'session_state_observer.h', | 206 'session_state_observer.h', |
207 'shelf/alternate_app_list_button.cc', | |
208 'shelf/alternate_app_list_button.h', | |
209 'shelf/app_list_button.cc', | 207 'shelf/app_list_button.cc', |
210 'shelf/app_list_button.h', | 208 'shelf/app_list_button.h', |
211 'shelf/app_list_shelf_item_delegate.cc', | 209 'shelf/app_list_shelf_item_delegate.cc', |
212 'shelf/app_list_shelf_item_delegate.h', | 210 'shelf/app_list_shelf_item_delegate.h', |
213 'shelf/background_animator.cc', | 211 'shelf/background_animator.cc', |
214 'shelf/background_animator.h', | 212 'shelf/background_animator.h', |
215 'shelf/overflow_bubble.cc', | 213 'shelf/overflow_bubble.cc', |
216 'shelf/overflow_bubble.h', | 214 'shelf/overflow_bubble.h', |
217 'shelf/overflow_bubble_view.cc', | 215 'shelf/overflow_bubble_view.cc', |
218 'shelf/overflow_bubble_view.h', | 216 'shelf/overflow_bubble_view.h', |
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1105 }, | 1103 }, |
1106 }, | 1104 }, |
1107 'dependencies': [ | 1105 'dependencies': [ |
1108 '../sandbox/sandbox.gyp:sandbox', | 1106 '../sandbox/sandbox.gyp:sandbox', |
1109 ], | 1107 ], |
1110 }], | 1108 }], |
1111 ], | 1109 ], |
1112 }, | 1110 }, |
1113 ], | 1111 ], |
1114 } | 1112 } |
OLD | NEW |