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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 'system/power/power_supply_status.h', | 116 'system/power/power_supply_status.h', |
117 'system/power/tray_power_date.cc', | 117 'system/power/tray_power_date.cc', |
118 'system/power/tray_power_date.h', | 118 'system/power/tray_power_date.h', |
119 'system/settings/tray_settings.cc', | 119 'system/settings/tray_settings.cc', |
120 'system/settings/tray_settings.h', | 120 'system/settings/tray_settings.h', |
121 'system/tray/system_tray.cc', | 121 'system/tray/system_tray.cc', |
122 'system/tray/system_tray.h', | 122 'system/tray/system_tray.h', |
123 'system/tray/system_tray_delegate.h', | 123 'system/tray/system_tray_delegate.h', |
124 'system/tray/system_tray_item.cc', | 124 'system/tray/system_tray_item.cc', |
125 'system/tray/system_tray_item.h', | 125 'system/tray/system_tray_item.h', |
| 126 'system/tray/tray_empty.cc', |
| 127 'system/tray/tray_empty.h', |
126 'system/user/login_status.h', | 128 'system/user/login_status.h', |
127 'system/user/tray_user.cc', | 129 'system/user/tray_user.cc', |
128 'system/user/tray_user.h', | 130 'system/user/tray_user.h', |
129 'tooltips/tooltip_controller.cc', | 131 'tooltips/tooltip_controller.cc', |
130 'tooltips/tooltip_controller.h', | 132 'tooltips/tooltip_controller.h', |
131 'volume_control_delegate.h', | 133 'volume_control_delegate.h', |
132 'wm/activation_controller.cc', | 134 'wm/activation_controller.cc', |
133 'wm/activation_controller.h', | 135 'wm/activation_controller.h', |
134 'wm/always_on_top_controller.cc', | 136 'wm/always_on_top_controller.cc', |
135 'wm/always_on_top_controller.h', | 137 'wm/always_on_top_controller.h', |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 'shell/cocoa/app-Info.plist', | 402 'shell/cocoa/app-Info.plist', |
401 ], | 403 ], |
402 'xcode_settings': { | 404 'xcode_settings': { |
403 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 405 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
404 }, | 406 }, |
405 }], | 407 }], |
406 ], | 408 ], |
407 }, | 409 }, |
408 ], | 410 ], |
409 } | 411 } |
OLD | NEW |