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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 'wm/gestures/shelf_gesture_handler.h', | 567 'wm/gestures/shelf_gesture_handler.h', |
568 'wm/gestures/tray_gesture_handler.cc', | 568 'wm/gestures/tray_gesture_handler.cc', |
569 'wm/gestures/tray_gesture_handler.h', | 569 'wm/gestures/tray_gesture_handler.h', |
570 'wm/immersive_fullscreen_controller.cc', | 570 'wm/immersive_fullscreen_controller.cc', |
571 'wm/immersive_fullscreen_controller.h', | 571 'wm/immersive_fullscreen_controller.h', |
572 'wm/immersive_revealed_lock.cc', | 572 'wm/immersive_revealed_lock.cc', |
573 'wm/immersive_revealed_lock.h', | 573 'wm/immersive_revealed_lock.h', |
574 'wm/lock_state_controller.cc', | 574 'wm/lock_state_controller.cc', |
575 'wm/lock_state_controller.h', | 575 'wm/lock_state_controller.h', |
576 'wm/lock_state_observer.h', | 576 'wm/lock_state_observer.h', |
| 577 'wm/maximize_mode/internal_input_device_list.h', |
| 578 'wm/maximize_mode/internal_input_device_list_x11.cc', |
| 579 'wm/maximize_mode/internal_input_device_list_x11.h', |
577 'wm/maximize_mode/maximize_mode_controller.cc', | 580 'wm/maximize_mode/maximize_mode_controller.cc', |
578 'wm/maximize_mode/maximize_mode_controller.h', | 581 'wm/maximize_mode/maximize_mode_controller.h', |
579 'wm/maximize_mode/maximize_mode_event_blocker.cc', | 582 'wm/maximize_mode/maximize_mode_event_blocker.cc', |
580 'wm/maximize_mode/maximize_mode_event_blocker.h', | 583 'wm/maximize_mode/maximize_mode_event_blocker.h', |
581 'wm/maximize_mode/maximize_mode_window_manager.cc', | 584 'wm/maximize_mode/maximize_mode_window_manager.cc', |
582 'wm/maximize_mode/maximize_mode_window_manager.h', | 585 'wm/maximize_mode/maximize_mode_window_manager.h', |
583 'wm/maximize_mode/maximize_mode_window_state.cc', | 586 'wm/maximize_mode/maximize_mode_window_state.cc', |
584 'wm/maximize_mode/maximize_mode_window_state.h', | 587 'wm/maximize_mode/maximize_mode_window_state.h', |
585 'wm/maximize_mode/workspace_backdrop_delegate.cc', | 588 'wm/maximize_mode/workspace_backdrop_delegate.cc', |
586 'wm/maximize_mode/workspace_backdrop_delegate.h', | 589 'wm/maximize_mode/workspace_backdrop_delegate.h', |
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1214 'conditions': [ | 1217 'conditions': [ |
1215 ['chromeos==1', { | 1218 ['chromeos==1', { |
1216 'dependencies': [ | 1219 'dependencies': [ |
1217 '../ui/display/display.gyp:display', | 1220 '../ui/display/display.gyp:display', |
1218 ], | 1221 ], |
1219 }], | 1222 }], |
1220 ], | 1223 ], |
1221 }, | 1224 }, |
1222 ], | 1225 ], |
1223 } | 1226 } |
OLD | NEW |