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 | 10 |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 'system/tray/system_tray_bubble.cc', | 147 'system/tray/system_tray_bubble.cc', |
148 'system/tray/system_tray_bubble.h', | 148 'system/tray/system_tray_bubble.h', |
149 'system/tray/system_tray_delegate.cc', | 149 'system/tray/system_tray_delegate.cc', |
150 'system/tray/system_tray_delegate.h', | 150 'system/tray/system_tray_delegate.h', |
151 'system/tray/system_tray_item.cc', | 151 'system/tray/system_tray_item.cc', |
152 'system/tray/system_tray_item.h', | 152 'system/tray/system_tray_item.h', |
153 'system/tray/system_tray_widget_delegate.cc', | 153 'system/tray/system_tray_widget_delegate.cc', |
154 'system/tray/system_tray_widget_delegate.h', | 154 'system/tray/system_tray_widget_delegate.h', |
155 'system/tray/tray_constants.cc', | 155 'system/tray/tray_constants.cc', |
156 'system/tray/tray_constants.h', | 156 'system/tray/tray_constants.h', |
| 157 'system/tray/tray_details_view.cc', |
| 158 'system/tray/tray_details_view.h', |
157 'system/tray/tray_empty.cc', | 159 'system/tray/tray_empty.cc', |
158 'system/tray/tray_empty.h', | 160 'system/tray/tray_empty.h', |
159 'system/tray/tray_image_item.cc', | 161 'system/tray/tray_image_item.cc', |
160 'system/tray/tray_image_item.h', | 162 'system/tray/tray_image_item.h', |
161 'system/tray/tray_item_more.cc', | 163 'system/tray/tray_item_more.cc', |
162 'system/tray/tray_item_more.h', | 164 'system/tray/tray_item_more.h', |
163 'system/tray/tray_item_view.cc', | 165 'system/tray/tray_item_view.cc', |
164 'system/tray/tray_item_view.h', | 166 'system/tray/tray_item_view.h', |
165 'system/tray/tray_views.cc', | 167 'system/tray/tray_views.cc', |
166 'system/tray/tray_views.h', | 168 'system/tray/tray_views.h', |
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
525 'shell/cocoa/app-Info.plist', | 527 'shell/cocoa/app-Info.plist', |
526 ], | 528 ], |
527 'xcode_settings': { | 529 'xcode_settings': { |
528 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 530 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
529 }, | 531 }, |
530 }], | 532 }], |
531 ], | 533 ], |
532 }, | 534 }, |
533 ], | 535 ], |
534 } | 536 } |
OLD | NEW |