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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 'system/tray_accessibility.h', | 228 'system/tray_accessibility.h', |
229 'system/tray_caps_lock.cc', | 229 'system/tray_caps_lock.cc', |
230 'system/tray_caps_lock.h', | 230 'system/tray_caps_lock.h', |
231 'system/tray_update.cc', | 231 'system/tray_update.cc', |
232 'system/tray_update.h', | 232 'system/tray_update.h', |
233 'system/user/login_status.h', | 233 'system/user/login_status.h', |
234 'system/user/tray_user.cc', | 234 'system/user/tray_user.cc', |
235 'system/user/tray_user.h', | 235 'system/user/tray_user.h', |
236 'system/user/update_observer.h', | 236 'system/user/update_observer.h', |
237 'system/user/user_observer.h', | 237 'system/user/user_observer.h', |
| 238 'system/web_notification/message_center.cc', |
| 239 'system/web_notification/message_center.h', |
238 'system/web_notification/message_center_bubble.cc', | 240 'system/web_notification/message_center_bubble.cc', |
239 'system/web_notification/message_center_bubble.h', | 241 'system/web_notification/message_center_bubble.h', |
240 'system/web_notification/popup_bubble.cc', | 242 'system/web_notification/popup_bubble.cc', |
241 'system/web_notification/popup_bubble.h', | 243 'system/web_notification/popup_bubble.h', |
242 'system/web_notification/web_notification.cc', | 244 'system/web_notification/web_notification.cc', |
243 'system/web_notification/web_notification.h', | 245 'system/web_notification/web_notification.h', |
244 'system/web_notification/web_notification_bubble.cc', | 246 'system/web_notification/web_notification_bubble.cc', |
245 'system/web_notification/web_notification_bubble.h', | 247 'system/web_notification/web_notification_bubble.h', |
246 'system/web_notification/web_notification_list.cc', | 248 'system/web_notification/web_notification_list.cc', |
247 'system/web_notification/web_notification_list.h', | 249 'system/web_notification/web_notification_list.h', |
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
677 'shell/cocoa/app-Info.plist', | 679 'shell/cocoa/app-Info.plist', |
678 ], | 680 ], |
679 'xcode_settings': { | 681 'xcode_settings': { |
680 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 682 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
681 }, | 683 }, |
682 }], | 684 }], |
683 ], | 685 ], |
684 }, | 686 }, |
685 ], | 687 ], |
686 } | 688 } |
OLD | NEW |