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

Side by Side Diff: ash/ash.gyp

Issue 2361563002: chromeos: Laser tool blocks events from propagating. (Closed)
Patch Set: Created 4 years, 3 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/aura/wm_shell_aura.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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'common/system/chromeos/palette/tools/capture_screen_action.cc', 250 'common/system/chromeos/palette/tools/capture_screen_action.cc',
251 'common/system/chromeos/palette/tools/capture_screen_action.h', 251 'common/system/chromeos/palette/tools/capture_screen_action.h',
252 'common/system/chromeos/palette/tools/create_note_action.cc', 252 'common/system/chromeos/palette/tools/create_note_action.cc',
253 'common/system/chromeos/palette/tools/create_note_action.h', 253 'common/system/chromeos/palette/tools/create_note_action.h',
254 'common/system/chromeos/palette/tools/magnifier_mode.cc', 254 'common/system/chromeos/palette/tools/magnifier_mode.cc',
255 'common/system/chromeos/palette/tools/magnifier_mode.h', 255 'common/system/chromeos/palette/tools/magnifier_mode.h',
256 'common/system/chromeos/power/battery_notification.cc', 256 'common/system/chromeos/power/battery_notification.cc',
257 'common/system/chromeos/power/battery_notification.h', 257 'common/system/chromeos/power/battery_notification.h',
258 'common/system/chromeos/palette/tools/laser_pointer_mode.cc', 258 'common/system/chromeos/palette/tools/laser_pointer_mode.cc',
259 'common/system/chromeos/palette/tools/laser_pointer_mode.h', 259 'common/system/chromeos/palette/tools/laser_pointer_mode.h',
260 'common/system/chromeos/palette/tools/laser_pointer_points.cc',
261 'common/system/chromeos/palette/tools/laser_pointer_points.h',
262 'common/system/chromeos/palette/tools/laser_pointer_view.cc',
263 'common/system/chromeos/palette/tools/laser_pointer_view.h',
264 'common/system/chromeos/power/dual_role_notification.cc', 260 'common/system/chromeos/power/dual_role_notification.cc',
265 'common/system/chromeos/power/dual_role_notification.h', 261 'common/system/chromeos/power/dual_role_notification.h',
266 'common/system/chromeos/power/power_status.cc', 262 'common/system/chromeos/power/power_status.cc',
267 'common/system/chromeos/power/power_status.h', 263 'common/system/chromeos/power/power_status.h',
268 'common/system/chromeos/power/power_status_view.cc', 264 'common/system/chromeos/power/power_status_view.cc',
269 'common/system/chromeos/power/power_status_view.h', 265 'common/system/chromeos/power/power_status_view.h',
270 'common/system/chromeos/power/tray_power.cc', 266 'common/system/chromeos/power/tray_power.cc',
271 'common/system/chromeos/power/tray_power.h', 267 'common/system/chromeos/power/tray_power.h',
272 'common/system/chromeos/screen_security/screen_capture_observer.h', 268 'common/system/chromeos/screen_security/screen_capture_observer.h',
273 'common/system/chromeos/screen_security/screen_capture_tray_item.cc', 269 'common/system/chromeos/screen_security/screen_capture_tray_item.cc',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 'host/transformer_helper.cc', 628 'host/transformer_helper.cc',
633 'host/transformer_helper.h', 629 'host/transformer_helper.h',
634 'ime/input_method_event_handler.cc', 630 'ime/input_method_event_handler.cc',
635 'ime/input_method_event_handler.h', 631 'ime/input_method_event_handler.h',
636 'link_handler_model.cc', 632 'link_handler_model.cc',
637 'link_handler_model.h', 633 'link_handler_model.h',
638 'link_handler_model_factory.cc', 634 'link_handler_model_factory.cc',
639 'link_handler_model_factory.h', 635 'link_handler_model_factory.h',
640 'magnifier/magnification_controller.cc', 636 'magnifier/magnification_controller.cc',
641 'magnifier/magnification_controller.h', 637 'magnifier/magnification_controller.h',
642 'magnifier/partial_magnification_controller.cc',
643 'magnifier/partial_magnification_controller.h',
644 'metrics/desktop_task_switch_metric_recorder.cc', 638 'metrics/desktop_task_switch_metric_recorder.cc',
645 'metrics/desktop_task_switch_metric_recorder.h', 639 'metrics/desktop_task_switch_metric_recorder.h',
646 'metrics/task_switch_metrics_recorder.cc', 640 'metrics/task_switch_metrics_recorder.cc',
647 'metrics/task_switch_metrics_recorder.h', 641 'metrics/task_switch_metrics_recorder.h',
648 'metrics/task_switch_time_tracker.cc', 642 'metrics/task_switch_time_tracker.cc',
649 'metrics/task_switch_time_tracker.h', 643 'metrics/task_switch_time_tracker.h',
650 'metrics/user_metrics_recorder.cc', 644 'metrics/user_metrics_recorder.cc',
651 'metrics/user_metrics_recorder.h', 645 'metrics/user_metrics_recorder.h',
652 'root_window_controller.cc', 646 'root_window_controller.cc',
653 'root_window_controller.h', 647 'root_window_controller.h',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 'common/shelf/shelf_tooltip_manager_unittest.cc', 958 'common/shelf/shelf_tooltip_manager_unittest.cc',
965 'common/shelf/shelf_window_watcher_unittest.cc', 959 'common/shelf/shelf_window_watcher_unittest.cc',
966 'common/system/chromeos/brightness/tray_brightness_unittest.cc', 960 'common/system/chromeos/brightness/tray_brightness_unittest.cc',
967 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', 961 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
968 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc', 962 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc',
969 'common/system/chromeos/palette/mock_palette_tool_delegate.cc', 963 'common/system/chromeos/palette/mock_palette_tool_delegate.cc',
970 'common/system/chromeos/palette/mock_palette_tool_delegate.h', 964 'common/system/chromeos/palette/mock_palette_tool_delegate.h',
971 'common/system/chromeos/palette/palette_tool_manager_unittest.cc', 965 'common/system/chromeos/palette/palette_tool_manager_unittest.cc',
972 'common/system/chromeos/palette/tools/create_note_unittest.cc', 966 'common/system/chromeos/palette/tools/create_note_unittest.cc',
973 'common/system/chromeos/palette/tools/screenshot_unittest.cc', 967 'common/system/chromeos/palette/tools/screenshot_unittest.cc',
974 'common/system/chromeos/palette/tools/laser_pointer_mode_test_api.cc',
975 'common/system/chromeos/palette/tools/laser_pointer_mode_test_api.h',
976 'common/system/chromeos/palette/tools/laser_pointer_points_test_api.cc',
977 'common/system/chromeos/palette/tools/laser_pointer_points_test_api.h',
978 'common/system/chromeos/palette/tools/laser_pointer_unittest.cc',
979 'common/system/chromeos/power/power_status_unittest.cc', 968 'common/system/chromeos/power/power_status_unittest.cc',
980 'common/system/chromeos/power/power_status_view_unittest.cc', 969 'common/system/chromeos/power/power_status_view_unittest.cc',
981 'common/system/chromeos/power/tray_power_unittest.cc', 970 'common/system/chromeos/power/tray_power_unittest.cc',
982 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', 971 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
983 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ', 972 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ',
984 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', 973 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
985 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', 974 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc',
986 'common/system/date/date_view_unittest.cc', 975 'common/system/date/date_view_unittest.cc',
987 'common/system/ime/tray_ime_chromeos_unittest.cc', 976 'common/system/ime/tray_ime_chromeos_unittest.cc',
988 'common/system/tray/system_tray_unittest.cc', 977 'common/system/tray/system_tray_unittest.cc',
(...skipping 23 matching lines...) Expand all
1012 'display/screen_position_controller_unittest.cc', 1001 'display/screen_position_controller_unittest.cc',
1013 'display/unified_mouse_warp_controller_unittest.cc', 1002 'display/unified_mouse_warp_controller_unittest.cc',
1014 'display/window_tree_host_manager_unittest.cc', 1003 'display/window_tree_host_manager_unittest.cc',
1015 'drag_drop/drag_drop_controller_unittest.cc', 1004 'drag_drop/drag_drop_controller_unittest.cc',
1016 'drag_drop/drag_drop_tracker_unittest.cc', 1005 'drag_drop/drag_drop_tracker_unittest.cc',
1017 'extended_desktop_unittest.cc', 1006 'extended_desktop_unittest.cc',
1018 'focus_cycler_unittest.cc', 1007 'focus_cycler_unittest.cc',
1019 'frame/caption_buttons/frame_size_button_unittest.cc', 1008 'frame/caption_buttons/frame_size_button_unittest.cc',
1020 'host/ash_window_tree_host_x11_unittest.cc', 1009 'host/ash_window_tree_host_x11_unittest.cc',
1021 'magnifier/magnification_controller_unittest.cc', 1010 'magnifier/magnification_controller_unittest.cc',
1022 'magnifier/partial_magnification_controller_unittest.cc',
1023 'metrics/desktop_task_switch_metric_recorder_unittest.cc', 1011 'metrics/desktop_task_switch_metric_recorder_unittest.cc',
1024 'metrics/task_switch_metrics_recorder_unittest.cc', 1012 'metrics/task_switch_metrics_recorder_unittest.cc',
1025 'metrics/task_switch_time_tracker_unittest.cc', 1013 'metrics/task_switch_time_tracker_unittest.cc',
1026 'metrics/user_metrics_recorder_unittest.cc', 1014 'metrics/user_metrics_recorder_unittest.cc',
1027 'root_window_controller_unittest.cc', 1015 'root_window_controller_unittest.cc',
1028 'rotator/screen_rotation_animation_unittest.cc', 1016 'rotator/screen_rotation_animation_unittest.cc',
1029 'screen_util_unittest.cc', 1017 'screen_util_unittest.cc',
1030 'shelf/shelf_layout_manager_unittest.cc', 1018 'shelf/shelf_layout_manager_unittest.cc',
1031 'shelf/shelf_unittest.cc', 1019 'shelf/shelf_unittest.cc',
1032 'shelf/shelf_view_unittest.cc', 1020 'shelf/shelf_view_unittest.cc',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1513 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1526 ], 1514 ],
1527 } 1515 }
1528 ], 1516 ],
1529 ], 1517 ],
1530 }, 1518 },
1531 ], 1519 ],
1532 }], 1520 }],
1533 ], 1521 ],
1534 } 1522 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698