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 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1128 }], | 1126 }], |
1129 ['chromeos==1', { | 1127 ['chromeos==1', { |
1130 'dependencies': [ | 1128 'dependencies': [ |
1131 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1129 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1132 ], | 1130 ], |
1133 }], | 1131 }], |
1134 ], | 1132 ], |
1135 }, | 1133 }, |
1136 ], | 1134 ], |
1137 } | 1135 } |
OLD | NEW |