| 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'system/tray/tray_item_view.h', | 308 'system/tray/tray_item_view.h', |
| 309 'system/tray/tray_notification_view.cc', | 309 'system/tray/tray_notification_view.cc', |
| 310 'system/tray/tray_notification_view.h', | 310 'system/tray/tray_notification_view.h', |
| 311 'system/tray/tray_popup_header_button.cc', | 311 'system/tray/tray_popup_header_button.cc', |
| 312 'system/tray/tray_popup_header_button.h', | 312 'system/tray/tray_popup_header_button.h', |
| 313 'system/tray/tray_popup_label_button.cc', | 313 'system/tray/tray_popup_label_button.cc', |
| 314 'system/tray/tray_popup_label_button.cc', | 314 'system/tray/tray_popup_label_button.cc', |
| 315 'system/tray/tray_popup_label_button.h', | 315 'system/tray/tray_popup_label_button.h', |
| 316 'system/tray/tray_popup_label_button_border.cc', | 316 'system/tray/tray_popup_label_button_border.cc', |
| 317 'system/tray/tray_popup_label_button_border.h', | 317 'system/tray/tray_popup_label_button_border.h', |
| 318 'system/tray/tray_views.cc', | 318 'system/tray/tray_utils.cc', |
| 319 'system/tray/tray_views.h', | 319 'system/tray/tray_utils.h', |
| 320 'system/tray/view_click_listener.h', | 320 'system/tray/view_click_listener.h', |
| 321 'system/tray_accessibility.cc', | 321 'system/tray_accessibility.cc', |
| 322 'system/tray_accessibility.h', | 322 'system/tray_accessibility.h', |
| 323 'system/tray_caps_lock.cc', | 323 'system/tray_caps_lock.cc', |
| 324 'system/tray_caps_lock.h', | 324 'system/tray_caps_lock.h', |
| 325 'system/tray_update.cc', | 325 'system/tray_update.cc', |
| 326 'system/tray_update.h', | 326 'system/tray_update.h', |
| 327 'system/user/login_status.cc', | 327 'system/user/login_status.cc', |
| 328 'system/user/login_status.h', | 328 'system/user/login_status.h', |
| 329 'system/user/tray_user.cc', | 329 'system/user/tray_user.cc', |
| (...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 'shell/cocoa/app-Info.plist', | 846 'shell/cocoa/app-Info.plist', |
| 847 ], | 847 ], |
| 848 'xcode_settings': { | 848 'xcode_settings': { |
| 849 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 849 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 850 }, | 850 }, |
| 851 }], | 851 }], |
| 852 ], | 852 ], |
| 853 }, | 853 }, |
| 854 ], | 854 ], |
| 855 } | 855 } |
| OLD | NEW |