| 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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 'wm/gestures/shelf_gesture_handler.cc', | 379 'wm/gestures/shelf_gesture_handler.cc', |
| 380 'wm/gestures/shelf_gesture_handler.h', | 380 'wm/gestures/shelf_gesture_handler.h', |
| 381 'wm/gestures/system_pinch_handler.cc', | 381 'wm/gestures/system_pinch_handler.cc', |
| 382 'wm/gestures/system_pinch_handler.h', | 382 'wm/gestures/system_pinch_handler.h', |
| 383 'wm/gestures/tray_gesture_handler.cc', | 383 'wm/gestures/tray_gesture_handler.cc', |
| 384 'wm/gestures/tray_gesture_handler.h', | 384 'wm/gestures/tray_gesture_handler.h', |
| 385 'wm/gestures/two_finger_drag_handler.cc', | 385 'wm/gestures/two_finger_drag_handler.cc', |
| 386 'wm/gestures/two_finger_drag_handler.h', | 386 'wm/gestures/two_finger_drag_handler.h', |
| 387 'wm/image_cursors.cc', | 387 'wm/image_cursors.cc', |
| 388 'wm/image_cursors.h', | 388 'wm/image_cursors.h', |
| 389 'wm/lock_state_controller.cc', |
| 390 'wm/lock_state_controller.h', |
| 391 'wm/lock_state_controller_impl2.cc', |
| 392 'wm/lock_state_controller_impl2.h', |
| 393 'wm/lock_state_observer.h', |
| 389 'wm/maximize_bubble_controller.cc', | 394 'wm/maximize_bubble_controller.cc', |
| 390 'wm/maximize_bubble_controller.h', | 395 'wm/maximize_bubble_controller.h', |
| 391 'wm/overlay_event_filter.cc', | 396 'wm/overlay_event_filter.cc', |
| 392 'wm/overlay_event_filter.h', | 397 'wm/overlay_event_filter.h', |
| 393 'wm/panels/panel_frame_view.cc', | 398 'wm/panels/panel_frame_view.cc', |
| 394 'wm/panels/panel_frame_view.h', | 399 'wm/panels/panel_frame_view.h', |
| 395 'wm/panels/panel_layout_manager.cc', | 400 'wm/panels/panel_layout_manager.cc', |
| 396 'wm/panels/panel_layout_manager.h', | 401 'wm/panels/panel_layout_manager.h', |
| 397 'wm/panels/panel_window_resizer.cc', | 402 'wm/panels/panel_window_resizer.cc', |
| 398 'wm/panels/panel_window_resizer.h', | 403 'wm/panels/panel_window_resizer.h', |
| 399 'wm/partial_screenshot_view.cc', | 404 'wm/partial_screenshot_view.cc', |
| 400 'wm/partial_screenshot_view.h', | 405 'wm/partial_screenshot_view.h', |
| 401 'wm/power_button_controller.cc', | 406 'wm/power_button_controller.cc', |
| 402 'wm/power_button_controller.h', | 407 'wm/power_button_controller.h', |
| 403 'wm/property_util.cc', | 408 'wm/property_util.cc', |
| 404 'wm/property_util.h', | 409 'wm/property_util.h', |
| 405 'wm/resize_shadow.cc', | 410 'wm/resize_shadow.cc', |
| 406 'wm/resize_shadow.h', | 411 'wm/resize_shadow.h', |
| 407 'wm/resize_shadow_controller.cc', | 412 'wm/resize_shadow_controller.cc', |
| 408 'wm/resize_shadow_controller.h', | 413 'wm/resize_shadow_controller.h', |
| 409 'wm/root_window_layout_manager.cc', | 414 'wm/root_window_layout_manager.cc', |
| 410 'wm/root_window_layout_manager.h', | 415 'wm/root_window_layout_manager.h', |
| 411 'wm/screen_dimmer.cc', | 416 'wm/screen_dimmer.cc', |
| 412 'wm/screen_dimmer.h', | 417 'wm/screen_dimmer.h', |
| 413 'wm/session_state_animator.cc', | 418 'wm/session_state_animator.cc', |
| 414 'wm/session_state_animator.h', | 419 'wm/session_state_animator.h', |
| 415 'wm/session_state_controller.cc', | |
| 416 'wm/session_state_controller.h', | |
| 417 'wm/session_state_controller_impl.cc', | 420 'wm/session_state_controller_impl.cc', |
| 418 'wm/session_state_controller_impl.h', | 421 'wm/session_state_controller_impl.h', |
| 419 'wm/session_state_controller_impl2.cc', | |
| 420 'wm/session_state_controller_impl2.h', | |
| 421 'wm/session_state_observer.h', | |
| 422 'wm/stacking_controller.cc', | 422 'wm/stacking_controller.cc', |
| 423 'wm/stacking_controller.h', | 423 'wm/stacking_controller.h', |
| 424 'wm/status_area_layout_manager.cc', | 424 'wm/status_area_layout_manager.cc', |
| 425 'wm/status_area_layout_manager.h', | 425 'wm/status_area_layout_manager.h', |
| 426 'wm/system_background_controller.cc', | 426 'wm/system_background_controller.cc', |
| 427 'wm/system_background_controller.h', | 427 'wm/system_background_controller.h', |
| 428 'wm/system_gesture_event_filter.cc', | 428 'wm/system_gesture_event_filter.cc', |
| 429 'wm/system_gesture_event_filter.h', | 429 'wm/system_gesture_event_filter.h', |
| 430 'wm/system_modal_container_event_filter.cc', | 430 'wm/system_modal_container_event_filter.cc', |
| 431 'wm/system_modal_container_event_filter.h', | 431 'wm/system_modal_container_event_filter.h', |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 'test/ash_unittests.cc', | 681 'test/ash_unittests.cc', |
| 682 'tooltips/tooltip_controller_unittest.cc', | 682 'tooltips/tooltip_controller_unittest.cc', |
| 683 'touch/touch_observer_hud_unittest.cc', | 683 'touch/touch_observer_hud_unittest.cc', |
| 684 'wm/activation_controller_unittest.cc', | 684 'wm/activation_controller_unittest.cc', |
| 685 'wm/ash_activation_controller_unittest.cc', | 685 'wm/ash_activation_controller_unittest.cc', |
| 686 'wm/ash_native_cursor_manager_unittest.cc', | 686 'wm/ash_native_cursor_manager_unittest.cc', |
| 687 'wm/base_layout_manager_unittest.cc', | 687 'wm/base_layout_manager_unittest.cc', |
| 688 'wm/custom_frame_view_ash_unittest.cc', | 688 'wm/custom_frame_view_ash_unittest.cc', |
| 689 'wm/drag_window_resizer_unittest.cc', | 689 'wm/drag_window_resizer_unittest.cc', |
| 690 'wm/frame_painter_unittest.cc', | 690 'wm/frame_painter_unittest.cc', |
| 691 'wm/lock_state_controller_impl2_unittest.cc', |
| 691 'wm/panels/panel_layout_manager_unittest.cc', | 692 'wm/panels/panel_layout_manager_unittest.cc', |
| 692 'wm/panels/panel_window_resizer_unittest.cc', | 693 'wm/panels/panel_window_resizer_unittest.cc', |
| 693 'wm/partial_screenshot_view_unittest.cc', | 694 'wm/partial_screenshot_view_unittest.cc', |
| 694 'wm/power_button_controller_unittest.cc', | 695 'wm/power_button_controller_unittest.cc', |
| 695 'wm/screen_dimmer_unittest.cc', | 696 'wm/screen_dimmer_unittest.cc', |
| 696 'wm/session_state_controller_impl2_unittest.cc', | |
| 697 'wm/stacking_controller_unittest.cc', | 697 'wm/stacking_controller_unittest.cc', |
| 698 'wm/system_gesture_event_filter_unittest.cc', | 698 'wm/system_gesture_event_filter_unittest.cc', |
| 699 'wm/system_modal_container_layout_manager_unittest.cc', | 699 'wm/system_modal_container_layout_manager_unittest.cc', |
| 700 'wm/toplevel_window_event_handler_unittest.cc', | 700 'wm/toplevel_window_event_handler_unittest.cc', |
| 701 'wm/user_activity_detector_unittest.cc', | 701 'wm/user_activity_detector_unittest.cc', |
| 702 'wm/video_detector_unittest.cc', | 702 'wm/video_detector_unittest.cc', |
| 703 'wm/window_animations_unittest.cc', | 703 'wm/window_animations_unittest.cc', |
| 704 'wm/window_cycle_controller_unittest.cc', | 704 'wm/window_cycle_controller_unittest.cc', |
| 705 'wm/window_manager_unittest.cc', | 705 'wm/window_manager_unittest.cc', |
| 706 'wm/window_modality_controller_unittest.cc', | 706 'wm/window_modality_controller_unittest.cc', |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 851 'shell/cocoa/app-Info.plist', | 851 'shell/cocoa/app-Info.plist', |
| 852 ], | 852 ], |
| 853 'xcode_settings': { | 853 'xcode_settings': { |
| 854 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 854 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 855 }, | 855 }, |
| 856 }], | 856 }], |
| 857 ], | 857 ], |
| 858 }, | 858 }, |
| 859 ], | 859 ], |
| 860 } | 860 } |
| OLD | NEW |