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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 'system/tray/tray_details_view.cc', | 181 'system/tray/tray_details_view.cc', |
182 'system/tray/tray_details_view.h', | 182 'system/tray/tray_details_view.h', |
183 'system/tray/tray_empty.cc', | 183 'system/tray/tray_empty.cc', |
184 'system/tray/tray_empty.h', | 184 'system/tray/tray_empty.h', |
185 'system/tray/tray_image_item.cc', | 185 'system/tray/tray_image_item.cc', |
186 'system/tray/tray_image_item.h', | 186 'system/tray/tray_image_item.h', |
187 'system/tray/tray_item_more.cc', | 187 'system/tray/tray_item_more.cc', |
188 'system/tray/tray_item_more.h', | 188 'system/tray/tray_item_more.h', |
189 'system/tray/tray_item_view.cc', | 189 'system/tray/tray_item_view.cc', |
190 'system/tray/tray_item_view.h', | 190 'system/tray/tray_item_view.h', |
| 191 'system/tray/tray_notification_view.cc', |
| 192 'system/tray/tray_notification_view.h', |
191 'system/tray/tray_views.cc', | 193 'system/tray/tray_views.cc', |
192 'system/tray/tray_views.h', | 194 'system/tray/tray_views.h', |
193 'system/tray_accessibility.cc', | 195 'system/tray_accessibility.cc', |
194 'system/tray_accessibility.h', | 196 'system/tray_accessibility.h', |
195 'system/tray_caps_lock.cc', | 197 'system/tray_caps_lock.cc', |
196 'system/tray_caps_lock.h', | 198 'system/tray_caps_lock.h', |
197 'system/tray_update.cc', | 199 'system/tray_update.cc', |
198 'system/tray_update.h', | 200 'system/tray_update.h', |
199 'system/user/login_status.h', | 201 'system/user/login_status.h', |
200 'system/user/tray_user.cc', | 202 'system/user/tray_user.cc', |
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 'shell/cocoa/app-Info.plist', | 567 'shell/cocoa/app-Info.plist', |
566 ], | 568 ], |
567 'xcode_settings': { | 569 'xcode_settings': { |
568 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 570 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
569 }, | 571 }, |
570 }], | 572 }], |
571 ], | 573 ], |
572 }, | 574 }, |
573 ], | 575 ], |
574 } | 576 } |
OLD | NEW |