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