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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 'system/tray/system_tray_item.cc', | 153 'system/tray/system_tray_item.cc', |
154 'system/tray/system_tray_item.h', | 154 'system/tray/system_tray_item.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_empty.cc', | 157 'system/tray/tray_empty.cc', |
158 'system/tray/tray_empty.h', | 158 'system/tray/tray_empty.h', |
159 'system/tray/tray_image_item.cc', | 159 'system/tray/tray_image_item.cc', |
160 'system/tray/tray_image_item.h', | 160 'system/tray/tray_image_item.h', |
161 'system/tray/tray_item_more.cc', | 161 'system/tray/tray_item_more.cc', |
162 'system/tray/tray_item_more.h', | 162 'system/tray/tray_item_more.h', |
| 163 'system/tray/tray_item_view.cc', |
| 164 'system/tray/tray_item_view.h', |
163 'system/tray/tray_views.cc', | 165 'system/tray/tray_views.cc', |
164 'system/tray/tray_views.h', | 166 'system/tray/tray_views.h', |
165 'system/tray_accessibility.cc', | 167 'system/tray_accessibility.cc', |
166 'system/tray_accessibility.h', | 168 'system/tray_accessibility.h', |
167 'system/tray_caps_lock.cc', | 169 'system/tray_caps_lock.cc', |
168 'system/tray_caps_lock.h', | 170 'system/tray_caps_lock.h', |
169 'system/tray_update.cc', | 171 'system/tray_update.cc', |
170 'system/tray_update.h', | 172 'system/tray_update.h', |
171 'system/user/login_status.h', | 173 'system/user/login_status.h', |
172 'system/user/tray_user.cc', | 174 'system/user/tray_user.cc', |
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
504 'shell/cocoa/app-Info.plist', | 506 'shell/cocoa/app-Info.plist', |
505 ], | 507 ], |
506 'xcode_settings': { | 508 'xcode_settings': { |
507 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 509 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
508 }, | 510 }, |
509 }], | 511 }], |
510 ], | 512 ], |
511 }, | 513 }, |
512 ], | 514 ], |
513 } | 515 } |
OLD | NEW |