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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
629 'wm/workspace/multi_window_resize_controller.h', | 629 'wm/workspace/multi_window_resize_controller.h', |
630 'wm/workspace/phantom_window_controller.cc', | 630 'wm/workspace/phantom_window_controller.cc', |
631 'wm/workspace/phantom_window_controller.h', | 631 'wm/workspace/phantom_window_controller.h', |
632 'wm/workspace/snap_sizer.cc', | 632 'wm/workspace/snap_sizer.cc', |
633 'wm/workspace/snap_sizer.h', | 633 'wm/workspace/snap_sizer.h', |
634 'wm/workspace/snap_types.h', | 634 'wm/workspace/snap_types.h', |
635 'wm/workspace/workspace_event_handler.cc', | 635 'wm/workspace/workspace_event_handler.cc', |
636 'wm/workspace/workspace_event_handler.h', | 636 'wm/workspace/workspace_event_handler.h', |
637 'wm/workspace/workspace_layout_manager.cc', | 637 'wm/workspace/workspace_layout_manager.cc', |
638 'wm/workspace/workspace_layout_manager.h', | 638 'wm/workspace/workspace_layout_manager.h', |
| 639 'wm/workspace/workspace_layout_manager_backdrop.cc', |
| 640 'wm/workspace/workspace_layout_manager_backdrop.h', |
639 'wm/workspace/workspace_types.h', | 641 'wm/workspace/workspace_types.h', |
640 'wm/workspace/workspace_window_resizer.cc', | 642 'wm/workspace/workspace_window_resizer.cc', |
641 'wm/workspace/workspace_window_resizer.h', | 643 'wm/workspace/workspace_window_resizer.h', |
642 ], | 644 ], |
643 'conditions': [ | 645 'conditions': [ |
644 ['OS=="win"', { | 646 ['OS=="win"', { |
645 'sources/': [ | 647 'sources/': [ |
646 ['exclude', 'host/window_tree_host_factory.cc'], | 648 ['exclude', 'host/window_tree_host_factory.cc'], |
647 ['exclude', 'sticky_keys/sticky_keys_controller.cc'], | 649 ['exclude', 'sticky_keys/sticky_keys_controller.cc'], |
648 ['exclude', 'sticky_keys/sticky_keys_controller.h'], | 650 ['exclude', 'sticky_keys/sticky_keys_controller.h'], |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1112 }, | 1114 }, |
1113 }, | 1115 }, |
1114 'dependencies': [ | 1116 'dependencies': [ |
1115 '../sandbox/sandbox.gyp:sandbox', | 1117 '../sandbox/sandbox.gyp:sandbox', |
1116 ], | 1118 ], |
1117 }], | 1119 }], |
1118 ], | 1120 ], |
1119 }, | 1121 }, |
1120 ], | 1122 ], |
1121 } | 1123 } |
OLD | NEW |