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_dimmer.cc', | 765 'wm/screen_dimmer.cc', |
766 'wm/screen_dimmer.h', | 766 'wm/screen_dimmer.h', |
767 'wm/screen_pinning_controller.cc', | 767 'wm/screen_pinning_controller.cc', |
768 'wm/screen_pinning_controller.h', | 768 'wm/screen_pinning_controller.h', |
769 'wm/session_state_animator.cc', | 769 'wm/session_state_animator.cc', |
770 'wm/session_state_animator.h', | 770 'wm/session_state_animator.h', |
771 'wm/session_state_animator_impl.cc', | 771 'wm/session_state_animator_impl.cc', |
772 'wm/session_state_animator_impl.h', | 772 'wm/session_state_animator_impl.h', |
773 'wm/stacking_controller.cc', | 773 'wm/stacking_controller.cc', |
774 'wm/stacking_controller.h', | 774 'wm/stacking_controller.h', |
775 'wm/stylus_metrics_recorder.cc', | |
776 'wm/stylus_metrics_recorder.h', | |
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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1183 'accelerators/magnifier_key_scroller.h', | 1185 'accelerators/magnifier_key_scroller.h', |
1184 'accelerators/spoken_feedback_toggler.cc', | 1186 'accelerators/spoken_feedback_toggler.cc', |
1185 'accelerators/spoken_feedback_toggler.h', | 1187 'accelerators/spoken_feedback_toggler.h', |
1186 'display/resolution_notification_controller.cc', | 1188 'display/resolution_notification_controller.cc', |
1187 'display/resolution_notification_controller.h', | 1189 'display/resolution_notification_controller.h', |
1188 'touch/touch_transformer_controller.cc', | 1190 'touch/touch_transformer_controller.cc', |
1189 'touch/touch_transformer_controller.h', | 1191 'touch/touch_transformer_controller.h', |
1190 'touch/touchscreen_util.cc', | 1192 'touch/touchscreen_util.cc', |
1191 'touch/touchscreen_util.h', | 1193 'touch/touchscreen_util.h', |
1192 'virtual_keyboard_controller.cc', | 1194 'virtual_keyboard_controller.cc', |
1193 'virtual_keyboard_controller.h' | 1195 'virtual_keyboard_controller.h', |
1196 » 'wm/stylus_metrics_recorder.cc', | |
jdufault
2016/08/23 23:09:53
Use spaces instead of tabs.
xiaoyinh(OOO Sep 11-29)
2016/08/23 23:45:41
Done.
| |
1197 » 'wm/stylus_metrics_recorder.h' | |
1194 ], | 1198 ], |
1195 }], | 1199 }], |
1196 ], | 1200 ], |
1197 }, | 1201 }, |
1198 { | 1202 { |
1199 # GN version: //ash:ash_with_content | 1203 # GN version: //ash:ash_with_content |
1200 'target_name': 'ash_with_content', | 1204 'target_name': 'ash_with_content', |
1201 'type': '<(component)', | 1205 'type': '<(component)', |
1202 'dependencies': [ | 1206 'dependencies': [ |
1203 '../base/base.gyp:base', | 1207 '../base/base.gyp:base', |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1510 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1507 ], | 1511 ], |
1508 } | 1512 } |
1509 ], | 1513 ], |
1510 ], | 1514 ], |
1511 }, | 1515 }, |
1512 ], | 1516 ], |
1513 }], | 1517 }], |
1514 ], | 1518 ], |
1515 } | 1519 } |
OLD | NEW |