| 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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 'wm/video_detector.h', | 651 'wm/video_detector.h', |
| 652 'wm/window_animations.cc', | 652 'wm/window_animations.cc', |
| 653 'wm/window_animations.h', | 653 'wm/window_animations.h', |
| 654 'wm/window_positioner.cc', | 654 'wm/window_positioner.cc', |
| 655 'wm/window_positioner.h', | 655 'wm/window_positioner.h', |
| 656 'wm/window_state.cc', | 656 'wm/window_state.cc', |
| 657 'wm/window_state.h', | 657 'wm/window_state.h', |
| 658 'wm/window_state_delegate.cc', | 658 'wm/window_state_delegate.cc', |
| 659 'wm/window_state_delegate.h', | 659 'wm/window_state_delegate.h', |
| 660 'wm/window_state_observer.h', | 660 'wm/window_state_observer.h', |
| 661 'wm/window_state_util.cc', |
| 662 'wm/window_state_util.h', |
| 661 'wm/window_properties.cc', | 663 'wm/window_properties.cc', |
| 662 'wm/window_properties.h', | 664 'wm/window_properties.h', |
| 663 'wm/window_resizer.cc', | 665 'wm/window_resizer.cc', |
| 664 'wm/window_resizer.h', | 666 'wm/window_resizer.h', |
| 665 'wm/window_util.cc', | 667 'wm/window_util.cc', |
| 666 'wm/window_util.h', | 668 'wm/window_util.h', |
| 667 'wm/wm_event.cc', | 669 'wm/wm_event.cc', |
| 668 'wm/wm_event.h', | 670 'wm/wm_event.h', |
| 669 'wm/wm_types.cc', | 671 'wm/wm_types.cc', |
| 670 'wm/wm_types.h', | 672 'wm/wm_types.h', |
| (...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1186 }], | 1188 }], |
| 1187 ['chromeos==1', { | 1189 ['chromeos==1', { |
| 1188 'dependencies': [ | 1190 'dependencies': [ |
| 1189 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1191 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1190 ], | 1192 ], |
| 1191 }], | 1193 }], |
| 1192 ], | 1194 ], |
| 1193 }, | 1195 }, |
| 1194 ], | 1196 ], |
| 1195 } | 1197 } |
| OLD | NEW |