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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 'shell_window_ids.h', | 109 'shell_window_ids.h', |
110 'status_area/status_area_view.cc', | 110 'status_area/status_area_view.cc', |
111 'status_area/status_area_view.h', | 111 'status_area/status_area_view.h', |
112 'system/audio/audio_controller.h', | 112 'system/audio/audio_controller.h', |
113 'system/audio/tray_volume.cc', | 113 'system/audio/tray_volume.cc', |
114 'system/audio/tray_volume.h', | 114 'system/audio/tray_volume.h', |
115 'system/brightness/brightness_controller.h', | 115 'system/brightness/brightness_controller.h', |
116 'system/brightness/brightness_control_delegate.h', | 116 'system/brightness/brightness_control_delegate.h', |
117 'system/brightness/tray_brightness.cc', | 117 'system/brightness/tray_brightness.cc', |
118 'system/brightness/tray_brightness.h', | 118 'system/brightness/tray_brightness.h', |
| 119 'system/power/power_status_controller.h', |
| 120 'system/power/power_supply_status.cc', |
| 121 'system/power/power_supply_status.h', |
| 122 'system/power/tray_power_date.cc', |
| 123 'system/power/tray_power_date.h', |
119 'system/settings/tray_settings.cc', | 124 'system/settings/tray_settings.cc', |
120 'system/settings/tray_settings.h', | 125 'system/settings/tray_settings.h', |
121 'system/tray/system_tray.cc', | 126 'system/tray/system_tray.cc', |
122 'system/tray/system_tray.h', | 127 'system/tray/system_tray.h', |
123 'system/tray/system_tray_delegate.h', | 128 'system/tray/system_tray_delegate.h', |
124 'system/tray/system_tray_item.cc', | 129 'system/tray/system_tray_item.cc', |
125 'system/tray/system_tray_item.h', | 130 'system/tray/system_tray_item.h', |
126 'system/tray_user.cc', | 131 'system/tray_user.cc', |
127 'system/tray_user.h', | 132 'system/tray_user.h', |
128 'tooltips/tooltip_controller.cc', | 133 'tooltips/tooltip_controller.cc', |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 'shell/cocoa/app-Info.plist', | 403 'shell/cocoa/app-Info.plist', |
399 ], | 404 ], |
400 'xcode_settings': { | 405 'xcode_settings': { |
401 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 406 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
402 }, | 407 }, |
403 }], | 408 }], |
404 ], | 409 ], |
405 }, | 410 }, |
406 ], | 411 ], |
407 } | 412 } |
OLD | NEW |