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