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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 'wm/app_list_controller.cc', | 217 'wm/app_list_controller.cc', |
218 'wm/app_list_controller.h', | 218 'wm/app_list_controller.h', |
219 'wm/activation_controller.cc', | 219 'wm/activation_controller.cc', |
220 'wm/activation_controller.h', | 220 'wm/activation_controller.h', |
221 'wm/always_on_top_controller.cc', | 221 'wm/always_on_top_controller.cc', |
222 'wm/always_on_top_controller.h', | 222 'wm/always_on_top_controller.h', |
223 'wm/base_layout_manager.cc', | 223 'wm/base_layout_manager.cc', |
224 'wm/base_layout_manager.h', | 224 'wm/base_layout_manager.h', |
225 'wm/capture_controller.cc', | 225 'wm/capture_controller.cc', |
226 'wm/capture_controller.h', | 226 'wm/capture_controller.h', |
| 227 'wm/cursor_manager.cc', |
| 228 'wm/cursor_manager.h', |
227 'wm/custom_frame_view_ash.cc', | 229 'wm/custom_frame_view_ash.cc', |
228 'wm/custom_frame_view_ash.h', | 230 'wm/custom_frame_view_ash.h', |
229 'wm/default_window_resizer.cc', | 231 'wm/default_window_resizer.cc', |
230 'wm/default_window_resizer.h', | 232 'wm/default_window_resizer.h', |
231 'wm/dialog_frame_view.cc', | 233 'wm/dialog_frame_view.cc', |
232 'wm/dialog_frame_view.h', | 234 'wm/dialog_frame_view.h', |
233 'wm/event_client_impl.cc', | 235 'wm/event_client_impl.cc', |
234 'wm/event_client_impl.h', | 236 'wm/event_client_impl.h', |
235 'wm/frame_painter.cc', | 237 'wm/frame_painter.cc', |
236 'wm/frame_painter.h', | 238 'wm/frame_painter.h', |
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 'shell/cocoa/app-Info.plist', | 571 'shell/cocoa/app-Info.plist', |
570 ], | 572 ], |
571 'xcode_settings': { | 573 'xcode_settings': { |
572 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 574 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
573 }, | 575 }, |
574 }], | 576 }], |
575 ], | 577 ], |
576 }, | 578 }, |
577 ], | 579 ], |
578 } | 580 } |
OLD | NEW |