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

Side by Side Diff: ash/ash.gyp

Issue 2311393004: Laser tool blocks events from propagating. (Closed)
Patch Set: Fixed patch set 1 errors. 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 | « no previous file | ash/common/palette_delegate.h » ('j') | ash/common/palette_delegate.h » ('J')
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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'common/system/chromeos/palette/palette_utils.cc', 240 'common/system/chromeos/palette/palette_utils.cc',
241 'common/system/chromeos/palette/palette_utils.h', 241 'common/system/chromeos/palette/palette_utils.h',
242 'common/system/chromeos/palette/tools/capture_region_mode.cc', 242 'common/system/chromeos/palette/tools/capture_region_mode.cc',
243 'common/system/chromeos/palette/tools/capture_region_mode.h', 243 'common/system/chromeos/palette/tools/capture_region_mode.h',
244 'common/system/chromeos/palette/tools/capture_screen_action.cc', 244 'common/system/chromeos/palette/tools/capture_screen_action.cc',
245 'common/system/chromeos/palette/tools/capture_screen_action.h', 245 'common/system/chromeos/palette/tools/capture_screen_action.h',
246 'common/system/chromeos/palette/tools/create_note_action.cc', 246 'common/system/chromeos/palette/tools/create_note_action.cc',
247 'common/system/chromeos/palette/tools/create_note_action.h', 247 'common/system/chromeos/palette/tools/create_note_action.h',
248 'common/system/chromeos/palette/tools/laser_pointer_mode.cc', 248 'common/system/chromeos/palette/tools/laser_pointer_mode.cc',
249 'common/system/chromeos/palette/tools/laser_pointer_mode.h', 249 'common/system/chromeos/palette/tools/laser_pointer_mode.h',
250 'common/system/chromeos/palette/tools/laser_pointer_points.cc',
251 'common/system/chromeos/palette/tools/laser_pointer_points.h',
252 'common/system/chromeos/palette/tools/laser_pointer_view.cc',
253 'common/system/chromeos/palette/tools/laser_pointer_view.h',
254 'common/system/chromeos/palette/tools/magnifier_mode.cc', 250 'common/system/chromeos/palette/tools/magnifier_mode.cc',
255 'common/system/chromeos/palette/tools/magnifier_mode.h', 251 'common/system/chromeos/palette/tools/magnifier_mode.h',
256 'common/system/chromeos/power/battery_notification.cc', 252 'common/system/chromeos/power/battery_notification.cc',
257 'common/system/chromeos/power/battery_notification.h', 253 'common/system/chromeos/power/battery_notification.h',
258 'common/system/chromeos/power/dual_role_notification.cc', 254 'common/system/chromeos/power/dual_role_notification.cc',
259 'common/system/chromeos/power/dual_role_notification.h', 255 'common/system/chromeos/power/dual_role_notification.h',
260 'common/system/chromeos/power/power_status.cc', 256 'common/system/chromeos/power/power_status.cc',
261 'common/system/chromeos/power/power_status.h', 257 'common/system/chromeos/power/power_status.h',
262 'common/system/chromeos/power/power_status_view.cc', 258 'common/system/chromeos/power/power_status_view.cc',
263 'common/system/chromeos/power/power_status_view.h', 259 'common/system/chromeos/power/power_status_view.h',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'host/ash_window_tree_host_unified.h', 620 'host/ash_window_tree_host_unified.h',
625 'host/ash_window_tree_host_win.cc', 621 'host/ash_window_tree_host_win.cc',
626 'host/ash_window_tree_host_win.h', 622 'host/ash_window_tree_host_win.h',
627 'host/ash_window_tree_host_x11.cc', 623 'host/ash_window_tree_host_x11.cc',
628 'host/ash_window_tree_host_x11.h', 624 'host/ash_window_tree_host_x11.h',
629 'host/root_window_transformer.h', 625 'host/root_window_transformer.h',
630 'host/transformer_helper.cc', 626 'host/transformer_helper.cc',
631 'host/transformer_helper.h', 627 'host/transformer_helper.h',
632 'ime/input_method_event_handler.cc', 628 'ime/input_method_event_handler.cc',
633 'ime/input_method_event_handler.h', 629 'ime/input_method_event_handler.h',
630 'laser/laser_pointer_controller.h',
631 'laser/laser_pointer_controller.cc',
632 'laser/laser_pointer_points.h',
633 'laser/laser_pointer_points.cc',
634 'laser/laser_pointer_view.h',
635 'laser/laser_pointer_view.cc',
634 'link_handler_model.cc', 636 'link_handler_model.cc',
635 'link_handler_model.h', 637 'link_handler_model.h',
636 'link_handler_model_factory.cc', 638 'link_handler_model_factory.cc',
637 'link_handler_model_factory.h', 639 'link_handler_model_factory.h',
638 'magnifier/magnification_controller.cc', 640 'magnifier/magnification_controller.cc',
639 'magnifier/magnification_controller.h', 641 'magnifier/magnification_controller.h',
640 'magnifier/partial_magnification_controller.cc', 642 'magnifier/partial_magnification_controller.cc',
641 'magnifier/partial_magnification_controller.h', 643 'magnifier/partial_magnification_controller.h',
642 'metrics/desktop_task_switch_metric_recorder.cc', 644 'metrics/desktop_task_switch_metric_recorder.cc',
643 'metrics/desktop_task_switch_metric_recorder.h', 645 'metrics/desktop_task_switch_metric_recorder.h',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 'common/shelf/shelf_model_unittest.cc', 960 'common/shelf/shelf_model_unittest.cc',
959 'common/shelf/shelf_tooltip_manager_unittest.cc', 961 'common/shelf/shelf_tooltip_manager_unittest.cc',
960 'common/shelf/shelf_window_watcher_unittest.cc', 962 'common/shelf/shelf_window_watcher_unittest.cc',
961 'common/system/chromeos/brightness/tray_brightness_unittest.cc', 963 'common/system/chromeos/brightness/tray_brightness_unittest.cc',
962 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', 964 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
963 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc', 965 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc',
964 'common/system/chromeos/palette/mock_palette_tool_delegate.cc', 966 'common/system/chromeos/palette/mock_palette_tool_delegate.cc',
965 'common/system/chromeos/palette/mock_palette_tool_delegate.h', 967 'common/system/chromeos/palette/mock_palette_tool_delegate.h',
966 'common/system/chromeos/palette/palette_tool_manager_unittest.cc', 968 'common/system/chromeos/palette/palette_tool_manager_unittest.cc',
967 'common/system/chromeos/palette/tools/create_note_unittest.cc', 969 'common/system/chromeos/palette/tools/create_note_unittest.cc',
968 'common/system/chromeos/palette/tools/laser_pointer_mode_test_api.cc',
969 'common/system/chromeos/palette/tools/laser_pointer_mode_test_api.h',
970 'common/system/chromeos/palette/tools/laser_pointer_points_test_api.cc',
971 'common/system/chromeos/palette/tools/laser_pointer_points_test_api.h',
972 'common/system/chromeos/palette/tools/laser_pointer_unittest.cc',
973 'common/system/chromeos/palette/tools/screenshot_unittest.cc', 970 'common/system/chromeos/palette/tools/screenshot_unittest.cc',
974 'common/system/chromeos/power/power_status_unittest.cc', 971 'common/system/chromeos/power/power_status_unittest.cc',
975 'common/system/chromeos/power/power_status_view_unittest.cc', 972 'common/system/chromeos/power/power_status_view_unittest.cc',
976 'common/system/chromeos/power/tray_power_unittest.cc', 973 'common/system/chromeos/power/tray_power_unittest.cc',
977 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', 974 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
978 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ', 975 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ',
979 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', 976 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
980 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', 977 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc',
981 'common/system/date/date_view_unittest.cc', 978 'common/system/date/date_view_unittest.cc',
982 'common/system/ime/tray_ime_chromeos_unittest.cc', 979 'common/system/ime/tray_ime_chromeos_unittest.cc',
(...skipping 23 matching lines...) Expand all
1006 'display/screen_ash_unittest.cc', 1003 'display/screen_ash_unittest.cc',
1007 'display/screen_position_controller_unittest.cc', 1004 'display/screen_position_controller_unittest.cc',
1008 'display/unified_mouse_warp_controller_unittest.cc', 1005 'display/unified_mouse_warp_controller_unittest.cc',
1009 'display/window_tree_host_manager_unittest.cc', 1006 'display/window_tree_host_manager_unittest.cc',
1010 'drag_drop/drag_drop_controller_unittest.cc', 1007 'drag_drop/drag_drop_controller_unittest.cc',
1011 'drag_drop/drag_drop_tracker_unittest.cc', 1008 'drag_drop/drag_drop_tracker_unittest.cc',
1012 'extended_desktop_unittest.cc', 1009 'extended_desktop_unittest.cc',
1013 'focus_cycler_unittest.cc', 1010 'focus_cycler_unittest.cc',
1014 'frame/caption_buttons/frame_size_button_unittest.cc', 1011 'frame/caption_buttons/frame_size_button_unittest.cc',
1015 'host/ash_window_tree_host_x11_unittest.cc', 1012 'host/ash_window_tree_host_x11_unittest.cc',
1013 'laser/laser_pointer_controller_test_api.cc',
James Cook 2016/09/14 17:52:25 The test_api sources should go in the ash_test_sup
sammiequon 2016/09/14 21:44:08 Done.
1014 'laser/laser_pointer_controller_test_api.h',
1015 'laser/laser_pointer_points_test_api.cc',
1016 'laser/laser_pointer_points_test_api.h',
1017 'laser/laser_pointer_controller_unittest.cc',
1016 'magnifier/magnification_controller_unittest.cc', 1018 'magnifier/magnification_controller_unittest.cc',
1017 'magnifier/partial_magnification_controller_unittest.cc', 1019 'magnifier/partial_magnification_controller_unittest.cc',
1018 'metrics/desktop_task_switch_metric_recorder_unittest.cc', 1020 'metrics/desktop_task_switch_metric_recorder_unittest.cc',
1019 'metrics/task_switch_metrics_recorder_unittest.cc', 1021 'metrics/task_switch_metrics_recorder_unittest.cc',
1020 'metrics/task_switch_time_tracker_unittest.cc', 1022 'metrics/task_switch_time_tracker_unittest.cc',
1021 'metrics/user_metrics_recorder_unittest.cc', 1023 'metrics/user_metrics_recorder_unittest.cc',
1022 'root_window_controller_unittest.cc', 1024 'root_window_controller_unittest.cc',
1023 'rotator/screen_rotation_animation_unittest.cc', 1025 'rotator/screen_rotation_animation_unittest.cc',
1024 'screen_util_unittest.cc', 1026 'screen_util_unittest.cc',
1025 'shelf/shelf_layout_manager_unittest.cc', 1027 'shelf/shelf_layout_manager_unittest.cc',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1520 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1519 ], 1521 ],
1520 } 1522 }
1521 ], 1523 ],
1522 ], 1524 ],
1523 }, 1525 },
1524 ], 1526 ],
1525 }], 1527 }],
1526 ], 1528 ],
1527 } 1529 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/palette_delegate.h » ('j') | ash/common/palette_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698