| 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.cc', | 10 'accelerators/accelerator_commands.cc', |
| (...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 'wm/system_gesture_event_filter.h', | 596 'wm/system_gesture_event_filter.h', |
| 597 'wm/system_modal_container_event_filter.cc', | 597 'wm/system_modal_container_event_filter.cc', |
| 598 'wm/system_modal_container_event_filter.h', | 598 'wm/system_modal_container_event_filter.h', |
| 599 'wm/system_modal_container_event_filter_delegate.h', | 599 'wm/system_modal_container_event_filter_delegate.h', |
| 600 'wm/system_modal_container_layout_manager.cc', | 600 'wm/system_modal_container_layout_manager.cc', |
| 601 'wm/system_modal_container_layout_manager.h', | 601 'wm/system_modal_container_layout_manager.h', |
| 602 'wm/toplevel_window_event_handler.cc', | 602 'wm/toplevel_window_event_handler.cc', |
| 603 'wm/toplevel_window_event_handler.h', | 603 'wm/toplevel_window_event_handler.h', |
| 604 'wm/video_detector.cc', | 604 'wm/video_detector.cc', |
| 605 'wm/video_detector.h', | 605 'wm/video_detector.h', |
| 606 'wm/virtual_keyboard_container_layout_manager.cc', | |
| 607 'wm/virtual_keyboard_container_layout_manager.h', | |
| 608 'wm/window_animations.cc', | 606 'wm/window_animations.cc', |
| 609 'wm/window_animations.h', | 607 'wm/window_animations.h', |
| 610 'wm/window_cycle_controller.cc', | 608 'wm/window_cycle_controller.cc', |
| 611 'wm/window_cycle_controller.h', | 609 'wm/window_cycle_controller.h', |
| 612 'wm/window_cycle_list.cc', | 610 'wm/window_cycle_list.cc', |
| 613 'wm/window_cycle_list.h', | 611 'wm/window_cycle_list.h', |
| 614 'wm/window_positioner.cc', | 612 'wm/window_positioner.cc', |
| 615 'wm/window_positioner.h', | 613 'wm/window_positioner.h', |
| 616 'wm/window_properties.cc', | 614 'wm/window_properties.cc', |
| 617 'wm/window_properties.h', | 615 'wm/window_properties.h', |
| (...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1310 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1308 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1311 ], | 1309 ], |
| 1312 } | 1310 } |
| 1313 ], | 1311 ], |
| 1314 ], | 1312 ], |
| 1315 }, | 1313 }, |
| 1316 ], | 1314 ], |
| 1317 }], | 1315 }], |
| 1318 ], | 1316 ], |
| 1319 } | 1317 } |
| OLD | NEW |