| 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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'ash_sources': [ | 9 'ash_sources': [ |
| 10 'accelerators/accelerator_commands_aura.cc', | 10 'accelerators/accelerator_commands_aura.cc', |
| (...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 'wm/dim_window.cc', | 704 'wm/dim_window.cc', |
| 705 'wm/dim_window.h', | 705 'wm/dim_window.h', |
| 706 'wm/drag_window_controller.cc', | 706 'wm/drag_window_controller.cc', |
| 707 'wm/drag_window_controller.h', | 707 'wm/drag_window_controller.h', |
| 708 'wm/drag_window_resizer.cc', | 708 'wm/drag_window_resizer.cc', |
| 709 'wm/drag_window_resizer.h', | 709 'wm/drag_window_resizer.h', |
| 710 'wm/event_client_impl.cc', | 710 'wm/event_client_impl.cc', |
| 711 'wm/event_client_impl.h', | 711 'wm/event_client_impl.h', |
| 712 'wm/gestures/overview_gesture_handler.cc', | 712 'wm/gestures/overview_gesture_handler.cc', |
| 713 'wm/gestures/overview_gesture_handler.h', | 713 'wm/gestures/overview_gesture_handler.h', |
| 714 'wm/gestures/shelf_gesture_handler.cc', | |
| 715 'wm/gestures/shelf_gesture_handler.h', | |
| 716 'wm/immersive_fullscreen_controller.cc', | 714 'wm/immersive_fullscreen_controller.cc', |
| 717 'wm/immersive_fullscreen_controller.h', | 715 'wm/immersive_fullscreen_controller.h', |
| 718 'wm/lock_layout_manager.cc', | 716 'wm/lock_layout_manager.cc', |
| 719 'wm/lock_layout_manager.h', | 717 'wm/lock_layout_manager.h', |
| 720 'wm/lock_state_controller.cc', | 718 'wm/lock_state_controller.cc', |
| 721 'wm/lock_state_controller.h', | 719 'wm/lock_state_controller.h', |
| 722 'wm/lock_window_state.cc', | 720 'wm/lock_window_state.cc', |
| 723 'wm/lock_window_state.h', | 721 'wm/lock_window_state.h', |
| 724 'wm/maximize_mode/maximize_mode_event_handler_aura.cc', | 722 'wm/maximize_mode/maximize_mode_event_handler_aura.cc', |
| 725 'wm/maximize_mode/maximize_mode_event_handler_aura.h', | 723 'wm/maximize_mode/maximize_mode_event_handler_aura.h', |
| (...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1485 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1483 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1486 ], | 1484 ], |
| 1487 } | 1485 } |
| 1488 ], | 1486 ], |
| 1489 ], | 1487 ], |
| 1490 }, | 1488 }, |
| 1491 ], | 1489 ], |
| 1492 }], | 1490 }], |
| 1493 ], | 1491 ], |
| 1494 } | 1492 } |
| OLD | NEW |