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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 'wm/gestures/shelf_gesture_handler.h', | 561 'wm/gestures/shelf_gesture_handler.h', |
562 'wm/gestures/tray_gesture_handler.cc', | 562 'wm/gestures/tray_gesture_handler.cc', |
563 'wm/gestures/tray_gesture_handler.h', | 563 'wm/gestures/tray_gesture_handler.h', |
564 'wm/immersive_fullscreen_controller.cc', | 564 'wm/immersive_fullscreen_controller.cc', |
565 'wm/immersive_fullscreen_controller.h', | 565 'wm/immersive_fullscreen_controller.h', |
566 'wm/immersive_revealed_lock.cc', | 566 'wm/immersive_revealed_lock.cc', |
567 'wm/immersive_revealed_lock.h', | 567 'wm/immersive_revealed_lock.h', |
568 'wm/lock_state_controller.cc', | 568 'wm/lock_state_controller.cc', |
569 'wm/lock_state_controller.h', | 569 'wm/lock_state_controller.h', |
570 'wm/lock_state_observer.h', | 570 'wm/lock_state_observer.h', |
| 571 'wm/maximize_mode/internal_input_device_list.h', |
| 572 'wm/maximize_mode/internal_input_device_list_x11.cc', |
| 573 'wm/maximize_mode/internal_input_device_list_x11.h', |
571 'wm/maximize_mode/maximize_mode_controller.cc', | 574 'wm/maximize_mode/maximize_mode_controller.cc', |
572 'wm/maximize_mode/maximize_mode_controller.h', | 575 'wm/maximize_mode/maximize_mode_controller.h', |
573 'wm/maximize_mode/maximize_mode_event_blocker.cc', | 576 'wm/maximize_mode/maximize_mode_event_blocker.cc', |
574 'wm/maximize_mode/maximize_mode_event_blocker.h', | 577 'wm/maximize_mode/maximize_mode_event_blocker.h', |
575 'wm/maximize_mode/maximize_mode_window_manager.cc', | 578 'wm/maximize_mode/maximize_mode_window_manager.cc', |
576 'wm/maximize_mode/maximize_mode_window_manager.h', | 579 'wm/maximize_mode/maximize_mode_window_manager.h', |
577 'wm/maximize_mode/maximize_mode_window_state.cc', | 580 'wm/maximize_mode/maximize_mode_window_state.cc', |
578 'wm/maximize_mode/maximize_mode_window_state.h', | 581 'wm/maximize_mode/maximize_mode_window_state.h', |
579 'wm/maximize_mode/workspace_backdrop_delegate.cc', | 582 'wm/maximize_mode/workspace_backdrop_delegate.cc', |
580 'wm/maximize_mode/workspace_backdrop_delegate.h', | 583 'wm/maximize_mode/workspace_backdrop_delegate.h', |
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1189 'ash_shell_lib', | 1192 'ash_shell_lib', |
1190 'ash_test_support', | 1193 'ash_test_support', |
1191 ], | 1194 ], |
1192 'sources': [ | 1195 'sources': [ |
1193 'shell/window_watcher_unittest.cc', | 1196 'shell/window_watcher_unittest.cc', |
1194 'test/ash_unittests.cc', | 1197 'test/ash_unittests.cc', |
1195 ], | 1198 ], |
1196 }, | 1199 }, |
1197 ], | 1200 ], |
1198 } | 1201 } |
OLD | NEW |