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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
533 'wm/resize_shadow.cc', | 533 'wm/resize_shadow.cc', |
534 'wm/resize_shadow.h', | 534 'wm/resize_shadow.h', |
535 'wm/resize_shadow_controller.cc', | 535 'wm/resize_shadow_controller.cc', |
536 'wm/resize_shadow_controller.h', | 536 'wm/resize_shadow_controller.h', |
537 'wm/root_window_layout_manager.cc', | 537 'wm/root_window_layout_manager.cc', |
538 'wm/root_window_layout_manager.h', | 538 'wm/root_window_layout_manager.h', |
539 'wm/screen_dimmer.cc', | 539 'wm/screen_dimmer.cc', |
540 'wm/screen_dimmer.h', | 540 'wm/screen_dimmer.h', |
541 'wm/session_state_animator.cc', | 541 'wm/session_state_animator.cc', |
542 'wm/session_state_animator.h', | 542 'wm/session_state_animator.h', |
543 'wm/solo_window_tracker.cc', | |
544 'wm/solo_window_tracker.h', | |
545 'wm/stacking_controller.cc', | 543 'wm/stacking_controller.cc', |
546 'wm/stacking_controller.h', | 544 'wm/stacking_controller.h', |
547 'wm/status_area_layout_manager.cc', | 545 'wm/status_area_layout_manager.cc', |
548 'wm/status_area_layout_manager.h', | 546 'wm/status_area_layout_manager.h', |
549 'wm/system_background_controller.cc', | 547 'wm/system_background_controller.cc', |
550 'wm/system_background_controller.h', | 548 'wm/system_background_controller.h', |
551 'wm/system_gesture_event_filter.cc', | 549 'wm/system_gesture_event_filter.cc', |
552 'wm/system_gesture_event_filter.h', | 550 'wm/system_gesture_event_filter.h', |
553 'wm/system_modal_container_event_filter.cc', | 551 'wm/system_modal_container_event_filter.cc', |
554 'wm/system_modal_container_event_filter.h', | 552 'wm/system_modal_container_event_filter.h', |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
852 'wm/header_painter_unittest.cc', | 850 'wm/header_painter_unittest.cc', |
853 'wm/immersive_fullscreen_controller_unittest.cc', | 851 'wm/immersive_fullscreen_controller_unittest.cc', |
854 'wm/lock_state_controller_unittest.cc', | 852 'wm/lock_state_controller_unittest.cc', |
855 'wm/mru_window_tracker_unittest.cc', | 853 'wm/mru_window_tracker_unittest.cc', |
856 'wm/overview/window_selector_unittest.cc', | 854 'wm/overview/window_selector_unittest.cc', |
857 'wm/panels/panel_layout_manager_unittest.cc', | 855 'wm/panels/panel_layout_manager_unittest.cc', |
858 'wm/panels/panel_window_resizer_unittest.cc', | 856 'wm/panels/panel_window_resizer_unittest.cc', |
859 'wm/partial_screenshot_view_unittest.cc', | 857 'wm/partial_screenshot_view_unittest.cc', |
860 'wm/resize_shadow_and_cursor_unittest.cc', | 858 'wm/resize_shadow_and_cursor_unittest.cc', |
861 'wm/screen_dimmer_unittest.cc', | 859 'wm/screen_dimmer_unittest.cc', |
862 'wm/solo_window_tracker_unittest.cc', | |
863 'wm/stacking_controller_unittest.cc', | 860 'wm/stacking_controller_unittest.cc', |
864 'wm/system_gesture_event_filter_unittest.cc', | 861 'wm/system_gesture_event_filter_unittest.cc', |
865 'wm/system_modal_container_layout_manager_unittest.cc', | 862 'wm/system_modal_container_layout_manager_unittest.cc', |
866 'wm/toplevel_window_event_handler_unittest.cc', | 863 'wm/toplevel_window_event_handler_unittest.cc', |
867 'wm/user_activity_detector_unittest.cc', | 864 'wm/user_activity_detector_unittest.cc', |
868 'wm/video_detector_unittest.cc', | 865 'wm/video_detector_unittest.cc', |
869 'wm/window_animations_unittest.cc', | 866 'wm/window_animations_unittest.cc', |
870 'wm/window_cycle_controller_unittest.cc', | 867 'wm/window_cycle_controller_unittest.cc', |
871 'wm/window_manager_unittest.cc', | 868 'wm/window_manager_unittest.cc', |
872 'wm/window_modality_controller_unittest.cc', | 869 'wm/window_modality_controller_unittest.cc', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1010 }, | 1007 }, |
1011 }, | 1008 }, |
1012 'dependencies': [ | 1009 'dependencies': [ |
1013 '../sandbox/sandbox.gyp:sandbox', | 1010 '../sandbox/sandbox.gyp:sandbox', |
1014 ], | 1011 ], |
1015 }], | 1012 }], |
1016 ], | 1013 ], |
1017 }, | 1014 }, |
1018 ], | 1015 ], |
1019 } | 1016 } |
OLD | NEW |