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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'system/tray/system_tray_bubble.cc', | 199 'system/tray/system_tray_bubble.cc', |
200 'system/tray/system_tray_bubble.h', | 200 'system/tray/system_tray_bubble.h', |
201 'system/tray/system_tray_delegate.cc', | 201 'system/tray/system_tray_delegate.cc', |
202 'system/tray/system_tray_delegate.h', | 202 'system/tray/system_tray_delegate.h', |
203 'system/tray/system_tray_item.cc', | 203 'system/tray/system_tray_item.cc', |
204 'system/tray/system_tray_item.h', | 204 'system/tray/system_tray_item.h', |
205 'system/tray/tray_background_view.cc', | 205 'system/tray/tray_background_view.cc', |
206 'system/tray/tray_background_view.h', | 206 'system/tray/tray_background_view.h', |
207 'system/tray/tray_bubble_view.cc', | 207 'system/tray/tray_bubble_view.cc', |
208 'system/tray/tray_bubble_view.h', | 208 'system/tray/tray_bubble_view.h', |
| 209 'system/tray/tray_bubble_wrapper.cc', |
| 210 'system/tray/tray_bubble_wrapper.h', |
209 'system/tray/tray_constants.cc', | 211 'system/tray/tray_constants.cc', |
210 'system/tray/tray_constants.h', | 212 'system/tray/tray_constants.h', |
211 'system/tray/tray_details_view.cc', | 213 'system/tray/tray_details_view.cc', |
212 'system/tray/tray_details_view.h', | 214 'system/tray/tray_details_view.h', |
213 'system/tray/tray_empty.cc', | 215 'system/tray/tray_empty.cc', |
214 'system/tray/tray_empty.h', | 216 'system/tray/tray_empty.h', |
| 217 'system/tray/tray_event_filter.cc', |
| 218 'system/tray/tray_event_filter.h', |
215 'system/tray/tray_image_item.cc', | 219 'system/tray/tray_image_item.cc', |
216 'system/tray/tray_image_item.h', | 220 'system/tray/tray_image_item.h', |
217 'system/tray/tray_item_more.cc', | 221 'system/tray/tray_item_more.cc', |
218 'system/tray/tray_item_more.h', | 222 'system/tray/tray_item_more.h', |
219 'system/tray/tray_item_view.cc', | 223 'system/tray/tray_item_view.cc', |
220 'system/tray/tray_item_view.h', | 224 'system/tray/tray_item_view.h', |
221 'system/tray/tray_notification_view.cc', | 225 'system/tray/tray_notification_view.cc', |
222 'system/tray/tray_notification_view.h', | 226 'system/tray/tray_notification_view.h', |
223 'system/tray/tray_views.cc', | 227 'system/tray/tray_views.cc', |
224 'system/tray/tray_views.h', | 228 'system/tray/tray_views.h', |
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
684 'shell/cocoa/app-Info.plist', | 688 'shell/cocoa/app-Info.plist', |
685 ], | 689 ], |
686 'xcode_settings': { | 690 'xcode_settings': { |
687 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 691 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
688 }, | 692 }, |
689 }], | 693 }], |
690 ], | 694 ], |
691 }, | 695 }, |
692 ], | 696 ], |
693 } | 697 } |
OLD | NEW |