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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/network/network_controller.h', | 119 'system/network/network_controller.h', |
120 'system/network/tray_network.cc', | 120 'system/network/tray_network.cc', |
121 'system/network/tray_network.h', | 121 'system/network/tray_network.h', |
| 122 'system/power/date_format_observer.h', |
122 'system/power/power_status_controller.h', | 123 'system/power/power_status_controller.h', |
123 'system/power/power_supply_status.cc', | 124 'system/power/power_supply_status.cc', |
124 'system/power/power_supply_status.h', | 125 'system/power/power_supply_status.h', |
125 'system/power/tray_power_date.cc', | 126 'system/power/tray_power_date.cc', |
126 'system/power/tray_power_date.h', | 127 'system/power/tray_power_date.h', |
127 'system/settings/tray_settings.cc', | 128 'system/settings/tray_settings.cc', |
128 'system/settings/tray_settings.h', | 129 'system/settings/tray_settings.h', |
129 'system/tray/system_tray.cc', | 130 'system/tray/system_tray.cc', |
130 'system/tray/system_tray.h', | 131 'system/tray/system_tray.h', |
131 'system/tray/system_tray_delegate.h', | 132 'system/tray/system_tray_delegate.h', |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 'shell/cocoa/app-Info.plist', | 417 'shell/cocoa/app-Info.plist', |
417 ], | 418 ], |
418 'xcode_settings': { | 419 'xcode_settings': { |
419 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 420 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
420 }, | 421 }, |
421 }], | 422 }], |
422 ], | 423 ], |
423 }, | 424 }, |
424 ], | 425 ], |
425 } | 426 } |
OLD | NEW |