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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 'wm/cursor_manager.cc', | 286 'wm/cursor_manager.cc', |
287 'wm/cursor_manager.h', | 287 'wm/cursor_manager.h', |
288 'wm/custom_frame_view_ash.cc', | 288 'wm/custom_frame_view_ash.cc', |
289 'wm/custom_frame_view_ash.h', | 289 'wm/custom_frame_view_ash.h', |
290 'wm/default_window_resizer.cc', | 290 'wm/default_window_resizer.cc', |
291 'wm/default_window_resizer.h', | 291 'wm/default_window_resizer.h', |
292 'wm/dialog_frame_view.cc', | 292 'wm/dialog_frame_view.cc', |
293 'wm/dialog_frame_view.h', | 293 'wm/dialog_frame_view.h', |
294 'wm/drag_window_controller.cc', | 294 'wm/drag_window_controller.cc', |
295 'wm/drag_window_controller.h', | 295 'wm/drag_window_controller.h', |
| 296 'wm/drag_window_resizer.cc', |
| 297 'wm/drag_window_resizer.h', |
296 'wm/event_client_impl.cc', | 298 'wm/event_client_impl.cc', |
297 'wm/event_client_impl.h', | 299 'wm/event_client_impl.h', |
298 'wm/event_rewriter_event_filter.cc', | 300 'wm/event_rewriter_event_filter.cc', |
299 'wm/event_rewriter_event_filter.h', | 301 'wm/event_rewriter_event_filter.h', |
300 'wm/frame_painter.cc', | 302 'wm/frame_painter.cc', |
301 'wm/frame_painter.h', | 303 'wm/frame_painter.h', |
302 'wm/gestures/bezel_gesture_handler.cc', | 304 'wm/gestures/bezel_gesture_handler.cc', |
303 'wm/gestures/bezel_gesture_handler.h', | 305 'wm/gestures/bezel_gesture_handler.h', |
304 'wm/gestures/long_press_affordance_handler.cc', | 306 'wm/gestures/long_press_affordance_handler.cc', |
305 'wm/gestures/long_press_affordance_handler.h', | 307 'wm/gestures/long_press_affordance_handler.h', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 'shell/window_watcher.cc', | 554 'shell/window_watcher.cc', |
553 'shell/window_watcher_unittest.cc', | 555 'shell/window_watcher_unittest.cc', |
554 'system/tray/system_tray_unittest.cc', | 556 'system/tray/system_tray_unittest.cc', |
555 'system/web_notification/web_notification_tray_unittest.cc', | 557 'system/web_notification/web_notification_tray_unittest.cc', |
556 'test/ash_unittests.cc', | 558 'test/ash_unittests.cc', |
557 'tooltips/tooltip_controller_unittest.cc', | 559 'tooltips/tooltip_controller_unittest.cc', |
558 'wm/activation_controller_unittest.cc', | 560 'wm/activation_controller_unittest.cc', |
559 'wm/base_layout_manager_unittest.cc', | 561 'wm/base_layout_manager_unittest.cc', |
560 'wm/cursor_manager_unittest.cc', | 562 'wm/cursor_manager_unittest.cc', |
561 'wm/custom_frame_view_ash_unittest.cc', | 563 'wm/custom_frame_view_ash_unittest.cc', |
| 564 'wm/drag_window_resizer_unittest.cc', |
562 'wm/frame_painter_unittest.cc', | 565 'wm/frame_painter_unittest.cc', |
563 'wm/panel_layout_manager_unittest.cc', | 566 'wm/panel_layout_manager_unittest.cc', |
564 'wm/power_button_controller_unittest.cc', | 567 'wm/power_button_controller_unittest.cc', |
565 'wm/screen_dimmer_unittest.cc', | 568 'wm/screen_dimmer_unittest.cc', |
566 'wm/session_state_controller_impl2_unittest.cc', | 569 'wm/session_state_controller_impl2_unittest.cc', |
567 'wm/shelf_layout_manager_unittest.cc', | 570 'wm/shelf_layout_manager_unittest.cc', |
568 'wm/system_gesture_event_filter_unittest.cc', | 571 'wm/system_gesture_event_filter_unittest.cc', |
569 'wm/system_modal_container_layout_manager_unittest.cc', | 572 'wm/system_modal_container_layout_manager_unittest.cc', |
570 'wm/toplevel_window_event_handler_unittest.cc', | 573 'wm/toplevel_window_event_handler_unittest.cc', |
571 'wm/user_activity_detector_unittest.cc', | 574 'wm/user_activity_detector_unittest.cc', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 'shell/cocoa/app-Info.plist', | 708 'shell/cocoa/app-Info.plist', |
706 ], | 709 ], |
707 'xcode_settings': { | 710 'xcode_settings': { |
708 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 711 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
709 }, | 712 }, |
710 }], | 713 }], |
711 ], | 714 ], |
712 }, | 715 }, |
713 ], | 716 ], |
714 } | 717 } |
OLD | NEW |