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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'system/tray_update.h', | 184 'system/tray_update.h', |
185 'system/user/login_status.h', | 185 'system/user/login_status.h', |
186 'system/user/tray_user.cc', | 186 'system/user/tray_user.cc', |
187 'system/user/tray_user.h', | 187 'system/user/tray_user.h', |
188 'system/user/update_observer.h', | 188 'system/user/update_observer.h', |
189 'system/user/user_observer.h', | 189 'system/user/user_observer.h', |
190 'tooltips/tooltip_controller.cc', | 190 'tooltips/tooltip_controller.cc', |
191 'tooltips/tooltip_controller.h', | 191 'tooltips/tooltip_controller.h', |
192 'touch/touch_observer_hud.cc', | 192 'touch/touch_observer_hud.cc', |
193 'touch/touch_observer_hud.h', | 193 'touch/touch_observer_hud.h', |
| 194 'ui_controls_ash.cc', |
194 'volume_control_delegate.h', | 195 'volume_control_delegate.h', |
195 'wm/app_list_controller.cc', | 196 'wm/app_list_controller.cc', |
196 'wm/app_list_controller.h', | 197 'wm/app_list_controller.h', |
197 'wm/activation_controller.cc', | 198 'wm/activation_controller.cc', |
198 'wm/activation_controller.h', | 199 'wm/activation_controller.h', |
199 'wm/always_on_top_controller.cc', | 200 'wm/always_on_top_controller.cc', |
200 'wm/always_on_top_controller.h', | 201 'wm/always_on_top_controller.h', |
201 'wm/base_layout_manager.cc', | 202 'wm/base_layout_manager.cc', |
202 'wm/base_layout_manager.h', | 203 'wm/base_layout_manager.h', |
203 'wm/custom_frame_view_ash.cc', | 204 'wm/custom_frame_view_ash.cc', |
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 'shell/cocoa/app-Info.plist', | 540 'shell/cocoa/app-Info.plist', |
540 ], | 541 ], |
541 'xcode_settings': { | 542 'xcode_settings': { |
542 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 543 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
543 }, | 544 }, |
544 }], | 545 }], |
545 ], | 546 ], |
546 }, | 547 }, |
547 ], | 548 ], |
548 } | 549 } |
OLD | NEW |