| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 'system/power/tray_power.h', | 226 'system/power/tray_power.h', |
| 227 'system/session_length_limit/session_length_limit_observer.h', | 227 'system/session_length_limit/session_length_limit_observer.h', |
| 228 'system/session_length_limit/tray_session_length_limit.cc', | 228 'system/session_length_limit/tray_session_length_limit.cc', |
| 229 'system/session_length_limit/tray_session_length_limit.h', | 229 'system/session_length_limit/tray_session_length_limit.h', |
| 230 'system/settings/tray_settings.cc', | 230 'system/settings/tray_settings.cc', |
| 231 'system/settings/tray_settings.h', | 231 'system/settings/tray_settings.h', |
| 232 'system/status_area_widget.cc', | 232 'system/status_area_widget.cc', |
| 233 'system/status_area_widget.h', | 233 'system/status_area_widget.h', |
| 234 'system/status_area_widget_delegate.cc', | 234 'system/status_area_widget_delegate.cc', |
| 235 'system/status_area_widget_delegate.h', | 235 'system/status_area_widget_delegate.h', |
| 236 'system/tray/special_popup_row.cc', |
| 237 'system/tray/special_popup_row.h', |
| 236 'system/tray/system_tray.cc', | 238 'system/tray/system_tray.cc', |
| 237 'system/tray/system_tray.h', | 239 'system/tray/system_tray.h', |
| 238 'system/tray/system_tray_bubble.cc', | 240 'system/tray/system_tray_bubble.cc', |
| 239 'system/tray/system_tray_bubble.h', | 241 'system/tray/system_tray_bubble.h', |
| 240 'system/tray/system_tray_delegate.cc', | 242 'system/tray/system_tray_delegate.cc', |
| 241 'system/tray/system_tray_delegate.h', | 243 'system/tray/system_tray_delegate.h', |
| 242 'system/tray/system_tray_item.cc', | 244 'system/tray/system_tray_item.cc', |
| 243 'system/tray/system_tray_item.h', | 245 'system/tray/system_tray_item.h', |
| 244 'system/tray/system_tray_notifier.cc', | 246 'system/tray/system_tray_notifier.cc', |
| 245 'system/tray/system_tray_notifier.h', | 247 'system/tray/system_tray_notifier.h', |
| (...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 'shell/cocoa/app-Info.plist', | 761 'shell/cocoa/app-Info.plist', |
| 760 ], | 762 ], |
| 761 'xcode_settings': { | 763 'xcode_settings': { |
| 762 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 764 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 763 }, | 765 }, |
| 764 }], | 766 }], |
| 765 ], | 767 ], |
| 766 }, | 768 }, |
| 767 ], | 769 ], |
| 768 } | 770 } |
| OLD | NEW |