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_user.cc', | 126 'system/user/login_status.h', |
127 'system/tray_user.h', | 127 'system/user/tray_user.cc', |
| 128 'system/user/tray_user.h', |
128 'tooltips/tooltip_controller.cc', | 129 'tooltips/tooltip_controller.cc', |
129 'tooltips/tooltip_controller.h', | 130 'tooltips/tooltip_controller.h', |
130 'volume_control_delegate.h', | 131 'volume_control_delegate.h', |
131 'wm/activation_controller.cc', | 132 'wm/activation_controller.cc', |
132 'wm/activation_controller.h', | 133 'wm/activation_controller.h', |
133 'wm/always_on_top_controller.cc', | 134 'wm/always_on_top_controller.cc', |
134 'wm/always_on_top_controller.h', | 135 'wm/always_on_top_controller.h', |
135 'wm/base_layout_manager.cc', | 136 'wm/base_layout_manager.cc', |
136 'wm/base_layout_manager.h', | 137 'wm/base_layout_manager.h', |
137 'wm/compact_layout_manager.cc', | 138 'wm/compact_layout_manager.cc', |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
399 'shell/cocoa/app-Info.plist', | 400 'shell/cocoa/app-Info.plist', |
400 ], | 401 ], |
401 'xcode_settings': { | 402 'xcode_settings': { |
402 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 403 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
403 }, | 404 }, |
404 }], | 405 }], |
405 ], | 406 ], |
406 }, | 407 }, |
407 ], | 408 ], |
408 } | 409 } |
OLD | NEW |