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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
529 'wm/window_animations.cc', | 529 'wm/window_animations.cc', |
530 'wm/window_animations.h', | 530 'wm/window_animations.h', |
531 'wm/window_cycle_controller.cc', | 531 'wm/window_cycle_controller.cc', |
532 'wm/window_cycle_controller.h', | 532 'wm/window_cycle_controller.h', |
533 'wm/window_cycle_list.cc', | 533 'wm/window_cycle_list.cc', |
534 'wm/window_cycle_list.h', | 534 'wm/window_cycle_list.h', |
535 'wm/window_positioner.cc', | 535 'wm/window_positioner.cc', |
536 'wm/window_positioner.h', | 536 'wm/window_positioner.h', |
537 'wm/window_state.cc', | 537 'wm/window_state.cc', |
538 'wm/window_state.h', | 538 'wm/window_state.h', |
| 539 'wm/window_state_delegate.cc', |
| 540 'wm/window_state_delegate.h', |
539 'wm/window_state_observer.h', | 541 'wm/window_state_observer.h', |
540 'wm/window_properties.cc', | 542 'wm/window_properties.cc', |
541 'wm/window_properties.h', | 543 'wm/window_properties.h', |
542 'wm/window_resizer.cc', | 544 'wm/window_resizer.cc', |
543 'wm/window_resizer.h', | 545 'wm/window_resizer.h', |
544 'wm/window_util.cc', | 546 'wm/window_util.cc', |
545 'wm/window_util.h', | 547 'wm/window_util.h', |
546 'wm/wm_types.cc', | 548 'wm/wm_types.cc', |
547 'wm/wm_types.h', | 549 'wm/wm_types.h', |
548 'wm/workspace_controller.cc', | 550 'wm/workspace_controller.cc', |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
953 }, | 955 }, |
954 }, | 956 }, |
955 'dependencies': [ | 957 'dependencies': [ |
956 '../sandbox/sandbox.gyp:sandbox', | 958 '../sandbox/sandbox.gyp:sandbox', |
957 ], | 959 ], |
958 }], | 960 }], |
959 ], | 961 ], |
960 }, | 962 }, |
961 ], | 963 ], |
962 } | 964 } |
OLD | NEW |