| 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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 'wm/image_cursors.h', | 549 'wm/image_cursors.h', |
| 550 'wm/immersive_fullscreen_controller.cc', | 550 'wm/immersive_fullscreen_controller.cc', |
| 551 'wm/immersive_fullscreen_controller.h', | 551 'wm/immersive_fullscreen_controller.h', |
| 552 'wm/immersive_revealed_lock.cc', | 552 'wm/immersive_revealed_lock.cc', |
| 553 'wm/immersive_revealed_lock.h', | 553 'wm/immersive_revealed_lock.h', |
| 554 'wm/lock_state_controller.cc', | 554 'wm/lock_state_controller.cc', |
| 555 'wm/lock_state_controller.h', | 555 'wm/lock_state_controller.h', |
| 556 'wm/lock_state_observer.h', | 556 'wm/lock_state_observer.h', |
| 557 'wm/maximize_mode/maximize_mode_controller.cc', | 557 'wm/maximize_mode/maximize_mode_controller.cc', |
| 558 'wm/maximize_mode/maximize_mode_controller.h', | 558 'wm/maximize_mode/maximize_mode_controller.h', |
| 559 'wm/maximize_mode/maximize_mode_event_blocker.cc', |
| 560 'wm/maximize_mode/maximize_mode_event_blocker.h', |
| 559 'wm/maximize_mode/maximize_mode_window_manager.cc', | 561 'wm/maximize_mode/maximize_mode_window_manager.cc', |
| 560 'wm/maximize_mode/maximize_mode_window_manager.h', | 562 'wm/maximize_mode/maximize_mode_window_manager.h', |
| 561 'wm/maximize_mode/maximize_mode_window_state.cc', | 563 'wm/maximize_mode/maximize_mode_window_state.cc', |
| 562 'wm/maximize_mode/maximize_mode_window_state.h', | 564 'wm/maximize_mode/maximize_mode_window_state.h', |
| 563 'wm/maximize_mode/workspace_backdrop_delegate.cc', | 565 'wm/maximize_mode/workspace_backdrop_delegate.cc', |
| 564 'wm/maximize_mode/workspace_backdrop_delegate.h', | 566 'wm/maximize_mode/workspace_backdrop_delegate.h', |
| 565 'wm/mru_window_tracker.cc', | 567 'wm/mru_window_tracker.cc', |
| 566 'wm/mru_window_tracker.h', | 568 'wm/mru_window_tracker.h', |
| 567 'wm/overlay_event_filter.cc', | 569 'wm/overlay_event_filter.cc', |
| 568 'wm/overlay_event_filter.h', | 570 'wm/overlay_event_filter.h', |
| (...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1142 }], | 1144 }], |
| 1143 ['chromeos==1', { | 1145 ['chromeos==1', { |
| 1144 'dependencies': [ | 1146 'dependencies': [ |
| 1145 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1147 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1146 ], | 1148 ], |
| 1147 }], | 1149 }], |
| 1148 ], | 1150 ], |
| 1149 }, | 1151 }, |
| 1150 ], | 1152 ], |
| 1151 } | 1153 } |
| OLD | NEW |