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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 'wm/system_gesture_event_filter.h', | 590 'wm/system_gesture_event_filter.h', |
591 'wm/system_modal_container_event_filter.cc', | 591 'wm/system_modal_container_event_filter.cc', |
592 'wm/system_modal_container_event_filter.h', | 592 'wm/system_modal_container_event_filter.h', |
593 'wm/system_modal_container_event_filter_delegate.h', | 593 'wm/system_modal_container_event_filter_delegate.h', |
594 'wm/system_modal_container_layout_manager.cc', | 594 'wm/system_modal_container_layout_manager.cc', |
595 'wm/system_modal_container_layout_manager.h', | 595 'wm/system_modal_container_layout_manager.h', |
596 'wm/toplevel_window_event_handler.cc', | 596 'wm/toplevel_window_event_handler.cc', |
597 'wm/toplevel_window_event_handler.h', | 597 'wm/toplevel_window_event_handler.h', |
598 'wm/video_detector.cc', | 598 'wm/video_detector.cc', |
599 'wm/video_detector.h', | 599 'wm/video_detector.h', |
600 'wm/virtual_keyboard_container_layout_manager.cc', | |
601 'wm/virtual_keyboard_container_layout_manager.h', | |
602 'wm/window_animations.cc', | 600 'wm/window_animations.cc', |
603 'wm/window_animations.h', | 601 'wm/window_animations.h', |
604 'wm/window_cycle_controller.cc', | 602 'wm/window_cycle_controller.cc', |
605 'wm/window_cycle_controller.h', | 603 'wm/window_cycle_controller.h', |
606 'wm/window_cycle_list.cc', | 604 'wm/window_cycle_list.cc', |
607 'wm/window_cycle_list.h', | 605 'wm/window_cycle_list.h', |
608 'wm/window_positioner.cc', | 606 'wm/window_positioner.cc', |
609 'wm/window_positioner.h', | 607 'wm/window_positioner.h', |
610 'wm/window_properties.cc', | 608 'wm/window_properties.cc', |
611 'wm/window_properties.h', | 609 'wm/window_properties.h', |
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1303 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1301 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1304 ], | 1302 ], |
1305 } | 1303 } |
1306 ], | 1304 ], |
1307 ], | 1305 ], |
1308 }, | 1306 }, |
1309 ], | 1307 ], |
1310 }], | 1308 }], |
1311 ], | 1309 ], |
1312 } | 1310 } |
OLD | NEW |