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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 'system/network/tray_network.h', | 133 'system/network/tray_network.h', |
134 'system/power/power_status_observer.h', | 134 'system/power/power_status_observer.h', |
135 'system/power/power_supply_status.cc', | 135 'system/power/power_supply_status.cc', |
136 'system/power/power_supply_status.h', | 136 'system/power/power_supply_status.h', |
137 'system/power/tray_power.cc', | 137 'system/power/tray_power.cc', |
138 'system/power/tray_power.h', | 138 'system/power/tray_power.h', |
139 'system/settings/tray_settings.cc', | 139 'system/settings/tray_settings.cc', |
140 'system/settings/tray_settings.h', | 140 'system/settings/tray_settings.h', |
141 'system/tray/system_tray.cc', | 141 'system/tray/system_tray.cc', |
142 'system/tray/system_tray.h', | 142 'system/tray/system_tray.h', |
| 143 'system/tray/system_tray_bubble.cc', |
| 144 'system/tray/system_tray_bubble.h', |
143 'system/tray/system_tray_delegate.cc', | 145 'system/tray/system_tray_delegate.cc', |
144 'system/tray/system_tray_delegate.h', | 146 'system/tray/system_tray_delegate.h', |
145 'system/tray/system_tray_item.cc', | 147 'system/tray/system_tray_item.cc', |
146 'system/tray/system_tray_item.h', | 148 'system/tray/system_tray_item.h', |
147 'system/tray/system_tray_widget_delegate.cc', | 149 'system/tray/system_tray_widget_delegate.cc', |
148 'system/tray/system_tray_widget_delegate.h', | 150 'system/tray/system_tray_widget_delegate.h', |
149 'system/tray/tray_constants.cc', | 151 'system/tray/tray_constants.cc', |
150 'system/tray/tray_constants.h', | 152 'system/tray/tray_constants.h', |
151 'system/tray/tray_empty.cc', | 153 'system/tray/tray_empty.cc', |
152 'system/tray/tray_empty.h', | 154 'system/tray/tray_empty.h', |
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
518 'shell/cocoa/app-Info.plist', | 520 'shell/cocoa/app-Info.plist', |
519 ], | 521 ], |
520 'xcode_settings': { | 522 'xcode_settings': { |
521 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 523 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
522 }, | 524 }, |
523 }], | 525 }], |
524 ], | 526 ], |
525 }, | 527 }, |
526 ], | 528 ], |
527 } | 529 } |
OLD | NEW |