| 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 'targets': [ | 10 'targets': [ |
| (...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 'wm/gestures/overview_gesture_handler.cc', | 557 'wm/gestures/overview_gesture_handler.cc', |
| 558 'wm/gestures/overview_gesture_handler.h', | 558 'wm/gestures/overview_gesture_handler.h', |
| 559 'wm/gestures/shelf_gesture_handler.cc', | 559 'wm/gestures/shelf_gesture_handler.cc', |
| 560 'wm/gestures/shelf_gesture_handler.h', | 560 'wm/gestures/shelf_gesture_handler.h', |
| 561 'wm/gestures/tray_gesture_handler.cc', | 561 'wm/gestures/tray_gesture_handler.cc', |
| 562 'wm/gestures/tray_gesture_handler.h', | 562 'wm/gestures/tray_gesture_handler.h', |
| 563 'wm/immersive_fullscreen_controller.cc', | 563 'wm/immersive_fullscreen_controller.cc', |
| 564 'wm/immersive_fullscreen_controller.h', | 564 'wm/immersive_fullscreen_controller.h', |
| 565 'wm/immersive_revealed_lock.cc', | 565 'wm/immersive_revealed_lock.cc', |
| 566 'wm/immersive_revealed_lock.h', | 566 'wm/immersive_revealed_lock.h', |
| 567 'wm/lock_layout_manager.cc', |
| 568 'wm/lock_layout_manager.h', |
| 567 'wm/lock_state_controller.cc', | 569 'wm/lock_state_controller.cc', |
| 568 'wm/lock_state_controller.h', | 570 'wm/lock_state_controller.h', |
| 569 'wm/lock_state_observer.h', | 571 'wm/lock_state_observer.h', |
| 572 'wm/lock_window_state.cc', |
| 573 'wm/lock_window_state.h', |
| 570 'wm/maximize_mode/internal_input_device_list.h', | 574 'wm/maximize_mode/internal_input_device_list.h', |
| 571 'wm/maximize_mode/internal_input_device_list_x11.cc', | 575 'wm/maximize_mode/internal_input_device_list_x11.cc', |
| 572 'wm/maximize_mode/internal_input_device_list_x11.h', | 576 'wm/maximize_mode/internal_input_device_list_x11.h', |
| 573 'wm/maximize_mode/maximize_mode_controller.cc', | 577 'wm/maximize_mode/maximize_mode_controller.cc', |
| 574 'wm/maximize_mode/maximize_mode_controller.h', | 578 'wm/maximize_mode/maximize_mode_controller.h', |
| 575 'wm/maximize_mode/maximize_mode_event_blocker.cc', | 579 'wm/maximize_mode/maximize_mode_event_blocker.cc', |
| 576 'wm/maximize_mode/maximize_mode_event_blocker.h', | 580 'wm/maximize_mode/maximize_mode_event_blocker.h', |
| 577 'wm/maximize_mode/maximize_mode_window_manager.cc', | 581 'wm/maximize_mode/maximize_mode_window_manager.cc', |
| 578 'wm/maximize_mode/maximize_mode_window_manager.h', | 582 'wm/maximize_mode/maximize_mode_window_manager.h', |
| 579 'wm/maximize_mode/maximize_mode_window_state.cc', | 583 'wm/maximize_mode/maximize_mode_window_state.cc', |
| (...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1214 'conditions': [ | 1218 'conditions': [ |
| 1215 ['chromeos==1', { | 1219 ['chromeos==1', { |
| 1216 'dependencies': [ | 1220 'dependencies': [ |
| 1217 '../ui/display/display.gyp:display', | 1221 '../ui/display/display.gyp:display', |
| 1218 ], | 1222 ], |
| 1219 }], | 1223 }], |
| 1220 ], | 1224 ], |
| 1221 }, | 1225 }, |
| 1222 ], | 1226 ], |
| 1223 } | 1227 } |
| OLD | NEW |