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', |
207 'shelf/app_list_button.cc', | 209 'shelf/app_list_button.cc', |
208 'shelf/app_list_button.h', | 210 'shelf/app_list_button.h', |
209 'shelf/app_list_shelf_item_delegate.cc', | 211 'shelf/app_list_shelf_item_delegate.cc', |
210 'shelf/app_list_shelf_item_delegate.h', | 212 'shelf/app_list_shelf_item_delegate.h', |
211 'shelf/background_animator.cc', | 213 'shelf/background_animator.cc', |
212 'shelf/background_animator.h', | 214 'shelf/background_animator.h', |
213 'shelf/overflow_bubble.cc', | 215 'shelf/overflow_bubble.cc', |
214 'shelf/overflow_bubble.h', | 216 'shelf/overflow_bubble.h', |
215 'shelf/overflow_bubble_view.cc', | 217 'shelf/overflow_bubble_view.cc', |
216 'shelf/overflow_bubble_view.h', | 218 'shelf/overflow_bubble_view.h', |
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1126 }], | 1128 }], |
1127 ['chromeos==1', { | 1129 ['chromeos==1', { |
1128 'dependencies': [ | 1130 'dependencies': [ |
1129 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1131 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1130 ], | 1132 ], |
1131 }], | 1133 }], |
1132 ], | 1134 ], |
1133 }, | 1135 }, |
1134 ], | 1136 ], |
1135 } | 1137 } |
OLD | NEW |