| 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'system/logout_button/tray_logout_button.h', | 208 'system/logout_button/tray_logout_button.h', |
| 209 'system/monitor/tray_monitor.cc', | 209 'system/monitor/tray_monitor.cc', |
| 210 'system/monitor/tray_monitor.h', | 210 'system/monitor/tray_monitor.h', |
| 211 'system/power/power_status_observer.h', | 211 'system/power/power_status_observer.h', |
| 212 'system/power/power_status_view.cc', | 212 'system/power/power_status_view.cc', |
| 213 'system/power/power_status_view.h', | 213 'system/power/power_status_view.h', |
| 214 'system/power/power_supply_status.cc', | 214 'system/power/power_supply_status.cc', |
| 215 'system/power/power_supply_status.h', | 215 'system/power/power_supply_status.h', |
| 216 'system/power/tray_power.cc', | 216 'system/power/tray_power.cc', |
| 217 'system/power/tray_power.h', | 217 'system/power/tray_power.h', |
| 218 'system/session_length_limit/session_length_limit_observer.h', |
| 219 'system/session_length_limit/tray_session_length_limit.cc', |
| 220 'system/session_length_limit/tray_session_length_limit.h', |
| 218 'system/settings/tray_settings.cc', | 221 'system/settings/tray_settings.cc', |
| 219 'system/settings/tray_settings.h', | 222 'system/settings/tray_settings.h', |
| 220 'system/status_area_widget.cc', | 223 'system/status_area_widget.cc', |
| 221 'system/status_area_widget.h', | 224 'system/status_area_widget.h', |
| 222 'system/status_area_widget_delegate.cc', | 225 'system/status_area_widget_delegate.cc', |
| 223 'system/status_area_widget_delegate.h', | 226 'system/status_area_widget_delegate.h', |
| 224 'system/tray/system_tray.cc', | 227 'system/tray/system_tray.cc', |
| 225 'system/tray/system_tray.h', | 228 'system/tray/system_tray.h', |
| 226 'system/tray/system_tray_bubble.cc', | 229 'system/tray/system_tray_bubble.cc', |
| 227 'system/tray/system_tray_bubble.h', | 230 'system/tray/system_tray_bubble.h', |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 'shell/cocoa/app-Info.plist', | 733 'shell/cocoa/app-Info.plist', |
| 731 ], | 734 ], |
| 732 'xcode_settings': { | 735 'xcode_settings': { |
| 733 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 736 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 734 }, | 737 }, |
| 735 }], | 738 }], |
| 736 ], | 739 ], |
| 737 }, | 740 }, |
| 738 ], | 741 ], |
| 739 } | 742 } |
| OLD | NEW |