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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 'rotator/screen_rotation.cc', | 229 'rotator/screen_rotation.cc', |
230 'rotator/screen_rotation.h', | 230 'rotator/screen_rotation.h', |
231 'scoped_target_root_window.cc', | 231 'scoped_target_root_window.cc', |
232 'scoped_target_root_window.h', | 232 'scoped_target_root_window.h', |
233 'screen_util.cc', | 233 'screen_util.cc', |
234 'screen_util.h', | 234 'screen_util.h', |
235 'screenshot_delegate.h', | 235 'screenshot_delegate.h', |
236 'session_state_delegate.h', | 236 'session_state_delegate.h', |
237 'session_state_observer.cc', | 237 'session_state_observer.cc', |
238 'session_state_observer.h', | 238 'session_state_observer.h', |
239 'shelf/alternate_app_list_button.cc', | |
240 'shelf/alternate_app_list_button.h', | |
241 'shelf/app_list_button.cc', | 239 'shelf/app_list_button.cc', |
242 'shelf/app_list_button.h', | 240 'shelf/app_list_button.h', |
243 'shelf/app_list_shelf_item_delegate.cc', | 241 'shelf/app_list_shelf_item_delegate.cc', |
244 'shelf/app_list_shelf_item_delegate.h', | 242 'shelf/app_list_shelf_item_delegate.h', |
245 'shelf/background_animator.cc', | 243 'shelf/background_animator.cc', |
246 'shelf/background_animator.h', | 244 'shelf/background_animator.h', |
247 'shelf/overflow_bubble.cc', | 245 'shelf/overflow_bubble.cc', |
248 'shelf/overflow_bubble.h', | 246 'shelf/overflow_bubble.h', |
249 'shelf/overflow_bubble_view.cc', | 247 'shelf/overflow_bubble_view.cc', |
250 'shelf/overflow_bubble_view.h', | 248 'shelf/overflow_bubble_view.h', |
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1158 }], | 1156 }], |
1159 ['chromeos==1', { | 1157 ['chromeos==1', { |
1160 'dependencies': [ | 1158 'dependencies': [ |
1161 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1159 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1162 ], | 1160 ], |
1163 }], | 1161 }], |
1164 ], | 1162 ], |
1165 }, | 1163 }, |
1166 ], | 1164 ], |
1167 } | 1165 } |
OLD | NEW |