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

Side by Side Diff: ash/ash.gyp

Issue 2267023003: ash: Eliminate PointerWatcherDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « no previous file | ash/aura/pointer_watcher_adapter.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 10 matching lines...) Expand all
21 'accelerators/spoken_feedback_toggler.h', 21 'accelerators/spoken_feedback_toggler.h',
22 'app_list/app_list_presenter_delegate.cc', 22 'app_list/app_list_presenter_delegate.cc',
23 'app_list/app_list_presenter_delegate.h', 23 'app_list/app_list_presenter_delegate.h',
24 'app_list/app_list_presenter_delegate_factory.cc', 24 'app_list/app_list_presenter_delegate_factory.cc',
25 'app_list/app_list_presenter_delegate_factory.h', 25 'app_list/app_list_presenter_delegate_factory.h',
26 'ash_export.h', 26 'ash_export.h',
27 'ash_touch_exploration_manager_chromeos.cc', 27 'ash_touch_exploration_manager_chromeos.cc',
28 'ash_touch_exploration_manager_chromeos.h', 28 'ash_touch_exploration_manager_chromeos.h',
29 'aura/aura_layout_manager_adapter.cc', 29 'aura/aura_layout_manager_adapter.cc',
30 'aura/aura_layout_manager_adapter.h', 30 'aura/aura_layout_manager_adapter.h',
31 'aura/pointer_watcher_adapter.cc',
32 'aura/pointer_watcher_adapter.h',
31 'aura/wm_lookup_aura.cc', 33 'aura/wm_lookup_aura.cc',
32 'aura/wm_lookup_aura.h', 34 'aura/wm_lookup_aura.h',
33 'aura/wm_root_window_controller_aura.cc', 35 'aura/wm_root_window_controller_aura.cc',
34 'aura/wm_root_window_controller_aura.h', 36 'aura/wm_root_window_controller_aura.h',
35 'aura/wm_shelf_aura.cc', 37 'aura/wm_shelf_aura.cc',
36 'aura/wm_shelf_aura.h', 38 'aura/wm_shelf_aura.h',
37 'aura/wm_shell_aura.cc', 39 'aura/wm_shell_aura.cc',
38 'aura/wm_shell_aura.h', 40 'aura/wm_shell_aura.h',
39 'aura/wm_window_aura.cc', 41 'aura/wm_window_aura.cc',
40 'aura/wm_window_aura.h', 42 'aura/wm_window_aura.h',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'common/keyboard/keyboard_ui.h', 103 'common/keyboard/keyboard_ui.h',
102 'common/keyboard/keyboard_ui_observer.h', 104 'common/keyboard/keyboard_ui_observer.h',
103 'common/login_status.h', 105 'common/login_status.h',
104 'common/material_design/material_design_controller.cc', 106 'common/material_design/material_design_controller.cc',
105 'common/material_design/material_design_controller.h', 107 'common/material_design/material_design_controller.h',
106 'common/metrics/gesture_action_type.h', 108 'common/metrics/gesture_action_type.h',
107 'common/metrics/user_metrics_action.h', 109 'common/metrics/user_metrics_action.h',
108 'common/multi_profile_uma.cc', 110 'common/multi_profile_uma.cc',
109 'common/multi_profile_uma.h', 111 'common/multi_profile_uma.h',
110 'common/palette_delegate.h', 112 'common/palette_delegate.h',
111 'common/pointer_watcher_delegate.h',
112 'common/popup_message.cc', 113 'common/popup_message.cc',
113 'common/popup_message.h', 114 'common/popup_message.h',
114 'common/root_window_controller_common.cc', 115 'common/root_window_controller_common.cc',
115 'common/root_window_controller_common.h', 116 'common/root_window_controller_common.h',
116 'common/scoped_root_window_for_new_windows.cc', 117 'common/scoped_root_window_for_new_windows.cc',
117 'common/scoped_root_window_for_new_windows.h', 118 'common/scoped_root_window_for_new_windows.h',
118 'common/session/session_state_delegate.cc', 119 'common/session/session_state_delegate.cc',
119 'common/session/session_state_delegate.h', 120 'common/session/session_state_delegate.h',
120 'common/session/session_state_observer.cc', 121 'common/session/session_state_observer.cc',
121 'common/session/session_state_observer.h', 122 'common/session/session_state_observer.h',
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 'magnifier/partial_magnification_controller.cc', 621 'magnifier/partial_magnification_controller.cc',
621 'magnifier/partial_magnification_controller.h', 622 'magnifier/partial_magnification_controller.h',
622 'metrics/desktop_task_switch_metric_recorder.cc', 623 'metrics/desktop_task_switch_metric_recorder.cc',
623 'metrics/desktop_task_switch_metric_recorder.h', 624 'metrics/desktop_task_switch_metric_recorder.h',
624 'metrics/task_switch_metrics_recorder.cc', 625 'metrics/task_switch_metrics_recorder.cc',
625 'metrics/task_switch_metrics_recorder.h', 626 'metrics/task_switch_metrics_recorder.h',
626 'metrics/task_switch_time_tracker.cc', 627 'metrics/task_switch_time_tracker.cc',
627 'metrics/task_switch_time_tracker.h', 628 'metrics/task_switch_time_tracker.h',
628 'metrics/user_metrics_recorder.cc', 629 'metrics/user_metrics_recorder.cc',
629 'metrics/user_metrics_recorder.h', 630 'metrics/user_metrics_recorder.h',
630 'pointer_watcher_delegate_aura.cc',
631 'pointer_watcher_delegate_aura.h',
632 'root_window_controller.cc', 631 'root_window_controller.cc',
633 'root_window_controller.h', 632 'root_window_controller.h',
634 'root_window_settings.cc', 633 'root_window_settings.cc',
635 'root_window_settings.h', 634 'root_window_settings.h',
636 'rotator/screen_rotation_animation.cc', 635 'rotator/screen_rotation_animation.cc',
637 'rotator/screen_rotation_animation.h', 636 'rotator/screen_rotation_animation.h',
638 'rotator/screen_rotation_animator.cc', 637 'rotator/screen_rotation_animator.cc',
639 'rotator/screen_rotation_animator.h', 638 'rotator/screen_rotation_animator.h',
640 'rotator/window_rotation.cc', 639 'rotator/window_rotation.cc',
641 'rotator/window_rotation.h', 640 'rotator/window_rotation.h',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 'shell/content/shell_content_state_impl.h', 927 'shell/content/shell_content_state_impl.h',
929 ], 928 ],
930 'ash_unittests_sources': [ 929 'ash_unittests_sources': [
931 'accelerators/accelerator_commands_unittest.cc', 930 'accelerators/accelerator_commands_unittest.cc',
932 'accelerators/accelerator_controller_unittest.cc', 931 'accelerators/accelerator_controller_unittest.cc',
933 'accelerators/accelerator_filter_unittest.cc', 932 'accelerators/accelerator_filter_unittest.cc',
934 'accelerators/magnifier_key_scroller_unittest.cc', 933 'accelerators/magnifier_key_scroller_unittest.cc',
935 'accelerators/spoken_feedback_toggler_unittest.cc', 934 'accelerators/spoken_feedback_toggler_unittest.cc',
936 'app_list/app_list_presenter_delegate_unittest.cc', 935 'app_list/app_list_presenter_delegate_unittest.cc',
937 'ash_touch_exploration_manager_chromeos_unittest.cc', 936 'ash_touch_exploration_manager_chromeos_unittest.cc',
937 'aura/pointer_watcher_adapter_unittest.cc',
938 'autoclick/autoclick_unittest.cc', 938 'autoclick/autoclick_unittest.cc',
939 'common/accelerators/accelerator_table_unittest.cc', 939 'common/accelerators/accelerator_table_unittest.cc',
940 'common/display/display_info_unittest.cc', 940 'common/display/display_info_unittest.cc',
941 'common/frame/caption_buttons/frame_caption_button_container_view_unittest .cc', 941 'common/frame/caption_buttons/frame_caption_button_container_view_unittest .cc',
942 'common/frame/custom_frame_view_ash_unittest.cc', 942 'common/frame/custom_frame_view_ash_unittest.cc',
943 'common/frame/default_header_painter_unittest.cc', 943 'common/frame/default_header_painter_unittest.cc',
944 'common/material_design/material_design_controller_unittest.cc', 944 'common/material_design/material_design_controller_unittest.cc',
945 'common/popup_message_unittest.cc', 945 'common/popup_message_unittest.cc',
946 'common/shelf/shelf_background_animator_unittest.cc', 946 'common/shelf/shelf_background_animator_unittest.cc',
947 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc', 947 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 'drag_drop/drag_drop_tracker_unittest.cc', 994 'drag_drop/drag_drop_tracker_unittest.cc',
995 'extended_desktop_unittest.cc', 995 'extended_desktop_unittest.cc',
996 'focus_cycler_unittest.cc', 996 'focus_cycler_unittest.cc',
997 'frame/caption_buttons/frame_size_button_unittest.cc', 997 'frame/caption_buttons/frame_size_button_unittest.cc',
998 'host/ash_window_tree_host_x11_unittest.cc', 998 'host/ash_window_tree_host_x11_unittest.cc',
999 'magnifier/magnification_controller_unittest.cc', 999 'magnifier/magnification_controller_unittest.cc',
1000 'metrics/desktop_task_switch_metric_recorder_unittest.cc', 1000 'metrics/desktop_task_switch_metric_recorder_unittest.cc',
1001 'metrics/task_switch_metrics_recorder_unittest.cc', 1001 'metrics/task_switch_metrics_recorder_unittest.cc',
1002 'metrics/task_switch_time_tracker_unittest.cc', 1002 'metrics/task_switch_time_tracker_unittest.cc',
1003 'metrics/user_metrics_recorder_unittest.cc', 1003 'metrics/user_metrics_recorder_unittest.cc',
1004 'pointer_watcher_delegate_aura_unittest.cc',
1005 'root_window_controller_unittest.cc', 1004 'root_window_controller_unittest.cc',
1006 'rotator/screen_rotation_animation_unittest.cc', 1005 'rotator/screen_rotation_animation_unittest.cc',
1007 'screen_util_unittest.cc', 1006 'screen_util_unittest.cc',
1008 'shelf/shelf_layout_manager_unittest.cc', 1007 'shelf/shelf_layout_manager_unittest.cc',
1009 'shelf/shelf_unittest.cc', 1008 'shelf/shelf_unittest.cc',
1010 'shelf/shelf_view_unittest.cc', 1009 'shelf/shelf_view_unittest.cc',
1011 'shelf/shelf_widget_unittest.cc', 1010 'shelf/shelf_widget_unittest.cc',
1012 'shell_unittest.cc', 1011 'shell_unittest.cc',
1013 'sticky_keys/sticky_keys_overlay_unittest.cc', 1012 'sticky_keys/sticky_keys_overlay_unittest.cc',
1014 'sticky_keys/sticky_keys_unittest.cc', 1013 'sticky_keys/sticky_keys_unittest.cc',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
1500 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1499 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1501 ], 1500 ],
1502 } 1501 }
1503 ], 1502 ],
1504 ], 1503 ],
1505 }, 1504 },
1506 ], 1505 ],
1507 }], 1506 }],
1508 ], 1507 ],
1509 } 1508 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/pointer_watcher_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698