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 754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
765 'wm/screen_pinning_controller.cc', | 765 'wm/screen_pinning_controller.cc', |
766 'wm/screen_pinning_controller.h', | 766 'wm/screen_pinning_controller.h', |
767 'wm/session_state_animator.cc', | 767 'wm/session_state_animator.cc', |
768 'wm/session_state_animator.h', | 768 'wm/session_state_animator.h', |
769 'wm/session_state_animator_impl.cc', | 769 'wm/session_state_animator_impl.cc', |
770 'wm/session_state_animator_impl.h', | 770 'wm/session_state_animator_impl.h', |
771 'wm/stacking_controller.cc', | 771 'wm/stacking_controller.cc', |
772 'wm/stacking_controller.h', | 772 'wm/stacking_controller.h', |
773 'wm/status_area_layout_manager.cc', | 773 'wm/status_area_layout_manager.cc', |
774 'wm/status_area_layout_manager.h', | 774 'wm/status_area_layout_manager.h', |
775 'wm/stylus_metrics_recorder.cc', | |
776 'wm/stylus_metrics_recorder.h', | |
oshima
2016/08/23 21:40:57
if these are for cros, please exclude them on othe
xiaoyinh(OOO Sep 11-29)
2016/08/23 22:43:01
Done.
| |
775 'wm/system_background_controller.cc', | 777 'wm/system_background_controller.cc', |
776 'wm/system_background_controller.h', | 778 'wm/system_background_controller.h', |
777 'wm/system_gesture_event_filter.cc', | 779 'wm/system_gesture_event_filter.cc', |
778 'wm/system_gesture_event_filter.h', | 780 'wm/system_gesture_event_filter.h', |
779 'wm/system_modal_container_event_filter.cc', | 781 'wm/system_modal_container_event_filter.cc', |
780 'wm/system_modal_container_event_filter.h', | 782 'wm/system_modal_container_event_filter.h', |
781 'wm/system_modal_container_event_filter_delegate.h', | 783 'wm/system_modal_container_event_filter_delegate.h', |
782 'wm/system_modal_container_layout_manager.cc', | 784 'wm/system_modal_container_layout_manager.cc', |
783 'wm/system_modal_container_layout_manager.h', | 785 'wm/system_modal_container_layout_manager.h', |
784 'wm/toplevel_window_event_handler.cc', | 786 'wm/toplevel_window_event_handler.cc', |
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1508 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1507 ], | 1509 ], |
1508 } | 1510 } |
1509 ], | 1511 ], |
1510 ], | 1512 ], |
1511 }, | 1513 }, |
1512 ], | 1514 ], |
1513 }], | 1515 }], |
1514 ], | 1516 ], |
1515 } | 1517 } |
OLD | NEW |