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