Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: ash/ash.gyp

Issue 2271223003: Revert "Adding the following stylus metrics:" (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ash/BUILD.gn ('k') | ash/shell.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 'wm/screen_dimmer.cc', 769 'wm/screen_dimmer.cc',
770 'wm/screen_dimmer.h', 770 'wm/screen_dimmer.h',
771 'wm/screen_pinning_controller.cc', 771 'wm/screen_pinning_controller.cc',
772 'wm/screen_pinning_controller.h', 772 'wm/screen_pinning_controller.h',
773 'wm/session_state_animator.cc', 773 'wm/session_state_animator.cc',
774 'wm/session_state_animator.h', 774 'wm/session_state_animator.h',
775 'wm/session_state_animator_impl.cc', 775 'wm/session_state_animator_impl.cc',
776 'wm/session_state_animator_impl.h', 776 'wm/session_state_animator_impl.h',
777 'wm/stacking_controller.cc', 777 'wm/stacking_controller.cc',
778 'wm/stacking_controller.h', 778 'wm/stacking_controller.h',
779 'wm/stylus_metrics_recorder.cc',
780 'wm/stylus_metrics_recorder.h',
781 'wm/system_background_controller.cc', 779 'wm/system_background_controller.cc',
782 'wm/system_background_controller.h', 780 'wm/system_background_controller.h',
783 'wm/system_gesture_event_filter.cc', 781 'wm/system_gesture_event_filter.cc',
784 'wm/system_gesture_event_filter.h', 782 'wm/system_gesture_event_filter.h',
785 'wm/system_modal_container_event_filter.cc', 783 'wm/system_modal_container_event_filter.cc',
786 'wm/system_modal_container_event_filter.h', 784 'wm/system_modal_container_event_filter.h',
787 'wm/system_modal_container_event_filter_delegate.h', 785 'wm/system_modal_container_event_filter_delegate.h',
788 'wm/system_modal_container_layout_manager.cc', 786 'wm/system_modal_container_layout_manager.cc',
789 'wm/system_modal_container_layout_manager.h', 787 'wm/system_modal_container_layout_manager.h',
790 'wm/toplevel_window_event_handler.cc', 788 'wm/toplevel_window_event_handler.cc',
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 'accelerators/magnifier_key_scroller.h', 1186 'accelerators/magnifier_key_scroller.h',
1189 'accelerators/spoken_feedback_toggler.cc', 1187 'accelerators/spoken_feedback_toggler.cc',
1190 'accelerators/spoken_feedback_toggler.h', 1188 'accelerators/spoken_feedback_toggler.h',
1191 'display/resolution_notification_controller.cc', 1189 'display/resolution_notification_controller.cc',
1192 'display/resolution_notification_controller.h', 1190 'display/resolution_notification_controller.h',
1193 'touch/touch_transformer_controller.cc', 1191 'touch/touch_transformer_controller.cc',
1194 'touch/touch_transformer_controller.h', 1192 'touch/touch_transformer_controller.h',
1195 'touch/touchscreen_util.cc', 1193 'touch/touchscreen_util.cc',
1196 'touch/touchscreen_util.h', 1194 'touch/touchscreen_util.h',
1197 'virtual_keyboard_controller.cc', 1195 'virtual_keyboard_controller.cc',
1198 'virtual_keyboard_controller.h', 1196 'virtual_keyboard_controller.h'
1199 'wm/stylus_metrics_recorder.cc',
1200 'wm/stylus_metrics_recorder.h'
1201 ], 1197 ],
1202 }], 1198 }],
1203 ], 1199 ],
1204 }, 1200 },
1205 { 1201 {
1206 # GN version: //ash:ash_with_content 1202 # GN version: //ash:ash_with_content
1207 'target_name': 'ash_with_content', 1203 'target_name': 'ash_with_content',
1208 'type': '<(component)', 1204 'type': '<(component)',
1209 'dependencies': [ 1205 'dependencies': [
1210 '../base/base.gyp:base', 1206 '../base/base.gyp:base',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1510 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1515 ], 1511 ],
1516 } 1512 }
1517 ], 1513 ],
1518 ], 1514 ],
1519 }, 1515 },
1520 ], 1516 ],
1521 }], 1517 }],
1522 ], 1518 ],
1523 } 1519 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698