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 'includes': [ | 10 'includes': [ |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 'wm/cursor_manager.cc', | 294 'wm/cursor_manager.cc', |
295 'wm/cursor_manager.h', | 295 'wm/cursor_manager.h', |
296 'wm/custom_frame_view_ash.cc', | 296 'wm/custom_frame_view_ash.cc', |
297 'wm/custom_frame_view_ash.h', | 297 'wm/custom_frame_view_ash.h', |
298 'wm/default_window_resizer.cc', | 298 'wm/default_window_resizer.cc', |
299 'wm/default_window_resizer.h', | 299 'wm/default_window_resizer.h', |
300 'wm/dialog_frame_view.cc', | 300 'wm/dialog_frame_view.cc', |
301 'wm/dialog_frame_view.h', | 301 'wm/dialog_frame_view.h', |
302 'wm/drag_window_controller.cc', | 302 'wm/drag_window_controller.cc', |
303 'wm/drag_window_controller.h', | 303 'wm/drag_window_controller.h', |
| 304 'wm/drag_window_resizer.cc', |
| 305 'wm/drag_window_resizer.h', |
304 'wm/event_client_impl.cc', | 306 'wm/event_client_impl.cc', |
305 'wm/event_client_impl.h', | 307 'wm/event_client_impl.h', |
306 'wm/event_rewriter_event_filter.cc', | 308 'wm/event_rewriter_event_filter.cc', |
307 'wm/event_rewriter_event_filter.h', | 309 'wm/event_rewriter_event_filter.h', |
308 'wm/frame_painter.cc', | 310 'wm/frame_painter.cc', |
309 'wm/frame_painter.h', | 311 'wm/frame_painter.h', |
310 'wm/gestures/bezel_gesture_handler.cc', | 312 'wm/gestures/bezel_gesture_handler.cc', |
311 'wm/gestures/bezel_gesture_handler.h', | 313 'wm/gestures/bezel_gesture_handler.h', |
312 'wm/gestures/long_press_affordance_handler.cc', | 314 'wm/gestures/long_press_affordance_handler.cc', |
313 'wm/gestures/long_press_affordance_handler.h', | 315 'wm/gestures/long_press_affordance_handler.h', |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
559 'shell/window_watcher.cc', | 561 'shell/window_watcher.cc', |
560 'shell/window_watcher_unittest.cc', | 562 'shell/window_watcher_unittest.cc', |
561 'system/tray/system_tray_unittest.cc', | 563 'system/tray/system_tray_unittest.cc', |
562 'system/web_notification/web_notification_tray_unittest.cc', | 564 'system/web_notification/web_notification_tray_unittest.cc', |
563 'test/ash_unittests.cc', | 565 'test/ash_unittests.cc', |
564 'tooltips/tooltip_controller_unittest.cc', | 566 'tooltips/tooltip_controller_unittest.cc', |
565 'wm/activation_controller_unittest.cc', | 567 'wm/activation_controller_unittest.cc', |
566 'wm/base_layout_manager_unittest.cc', | 568 'wm/base_layout_manager_unittest.cc', |
567 'wm/cursor_manager_unittest.cc', | 569 'wm/cursor_manager_unittest.cc', |
568 'wm/custom_frame_view_ash_unittest.cc', | 570 'wm/custom_frame_view_ash_unittest.cc', |
| 571 'wm/drag_window_resizer_unittest.cc', |
569 'wm/frame_painter_unittest.cc', | 572 'wm/frame_painter_unittest.cc', |
570 'wm/panel_layout_manager_unittest.cc', | 573 'wm/panel_layout_manager_unittest.cc', |
571 'wm/power_button_controller_unittest.cc', | 574 'wm/power_button_controller_unittest.cc', |
572 'wm/screen_dimmer_unittest.cc', | 575 'wm/screen_dimmer_unittest.cc', |
573 'wm/session_state_controller_impl2_unittest.cc', | 576 'wm/session_state_controller_impl2_unittest.cc', |
574 'wm/shelf_layout_manager_unittest.cc', | 577 'wm/shelf_layout_manager_unittest.cc', |
575 'wm/system_gesture_event_filter_unittest.cc', | 578 'wm/system_gesture_event_filter_unittest.cc', |
576 'wm/system_modal_container_layout_manager_unittest.cc', | 579 'wm/system_modal_container_layout_manager_unittest.cc', |
577 'wm/toplevel_window_event_handler_unittest.cc', | 580 'wm/toplevel_window_event_handler_unittest.cc', |
578 'wm/user_activity_detector_unittest.cc', | 581 'wm/user_activity_detector_unittest.cc', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
712 'shell/cocoa/app-Info.plist', | 715 'shell/cocoa/app-Info.plist', |
713 ], | 716 ], |
714 'xcode_settings': { | 717 'xcode_settings': { |
715 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 718 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
716 }, | 719 }, |
717 }], | 720 }], |
718 ], | 721 ], |
719 }, | 722 }, |
720 ], | 723 ], |
721 } | 724 } |
OLD | NEW |