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

Side by Side Diff: ash/ash.gyp

Issue 2124173002: mash: Migrate popup_message to ash/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 years, 5 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/DEPS » ('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.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'common/focus_cycler.h', 70 'common/focus_cycler.h',
71 'common/keyboard/keyboard_ui.cc', 71 'common/keyboard/keyboard_ui.cc',
72 'common/keyboard/keyboard_ui.h', 72 'common/keyboard/keyboard_ui.h',
73 'common/keyboard/keyboard_ui_observer.h', 73 'common/keyboard/keyboard_ui_observer.h',
74 'common/login_status.h', 74 'common/login_status.h',
75 'common/material_design/material_design_controller.cc', 75 'common/material_design/material_design_controller.cc',
76 'common/material_design/material_design_controller.h', 76 'common/material_design/material_design_controller.h',
77 'common/metrics/user_metrics_action.h', 77 'common/metrics/user_metrics_action.h',
78 'common/multi_profile_uma.cc', 78 'common/multi_profile_uma.cc',
79 'common/multi_profile_uma.h', 79 'common/multi_profile_uma.h',
80 'common/popup_message.cc',
81 'common/popup_message.h',
80 'common/root_window_controller_common.cc', 82 'common/root_window_controller_common.cc',
81 'common/root_window_controller_common.h', 83 'common/root_window_controller_common.h',
82 'common/session/session_state_delegate.cc', 84 'common/session/session_state_delegate.cc',
83 'common/session/session_state_delegate.h', 85 'common/session/session_state_delegate.h',
84 'common/session/session_state_observer.cc', 86 'common/session/session_state_observer.cc',
85 'common/session/session_state_observer.h', 87 'common/session/session_state_observer.h',
86 'common/session/session_types.h', 88 'common/session/session_types.h',
87 'common/shelf/shelf_alignment_menu.cc', 89 'common/shelf/shelf_alignment_menu.cc',
88 'common/shelf/shelf_alignment_menu.h', 90 'common/shelf/shelf_alignment_menu.h',
89 'common/shelf/shelf_constants.cc', 91 'common/shelf/shelf_constants.cc',
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'metrics/desktop_task_switch_metric_recorder.h', 531 'metrics/desktop_task_switch_metric_recorder.h',
530 'metrics/task_switch_metrics_recorder.cc', 532 'metrics/task_switch_metrics_recorder.cc',
531 'metrics/task_switch_metrics_recorder.h', 533 'metrics/task_switch_metrics_recorder.h',
532 'metrics/task_switch_time_tracker.cc', 534 'metrics/task_switch_time_tracker.cc',
533 'metrics/task_switch_time_tracker.h', 535 'metrics/task_switch_time_tracker.h',
534 'metrics/user_metrics_recorder.cc', 536 'metrics/user_metrics_recorder.cc',
535 'metrics/user_metrics_recorder.h', 537 'metrics/user_metrics_recorder.h',
536 'pointer_watcher_delegate.h', 538 'pointer_watcher_delegate.h',
537 'pointer_watcher_delegate_aura.cc', 539 'pointer_watcher_delegate_aura.cc',
538 'pointer_watcher_delegate_aura.h', 540 'pointer_watcher_delegate_aura.h',
539 'popup_message.cc',
540 'popup_message.h',
541 'root_window_controller.cc', 541 'root_window_controller.cc',
542 'root_window_controller.h', 542 'root_window_controller.h',
543 'root_window_settings.cc', 543 'root_window_settings.cc',
544 'root_window_settings.h', 544 'root_window_settings.h',
545 'rotator/screen_rotation_animation.cc', 545 'rotator/screen_rotation_animation.cc',
546 'rotator/screen_rotation_animation.h', 546 'rotator/screen_rotation_animation.h',
547 'rotator/screen_rotation_animator.cc', 547 'rotator/screen_rotation_animator.cc',
548 'rotator/screen_rotation_animator.h', 548 'rotator/screen_rotation_animator.h',
549 'rotator/window_rotation.cc', 549 'rotator/window_rotation.cc',
550 'rotator/window_rotation.h', 550 'rotator/window_rotation.h',
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 'accelerators/accelerator_controller_unittest.cc', 890 'accelerators/accelerator_controller_unittest.cc',
891 'accelerators/accelerator_filter_unittest.cc', 891 'accelerators/accelerator_filter_unittest.cc',
892 'accelerators/accelerator_table_unittest.cc', 892 'accelerators/accelerator_table_unittest.cc',
893 'accelerators/magnifier_key_scroller_unittest.cc', 893 'accelerators/magnifier_key_scroller_unittest.cc',
894 'accelerators/spoken_feedback_toggler_unittest.cc', 894 'accelerators/spoken_feedback_toggler_unittest.cc',
895 'app_list/app_list_presenter_delegate_unittest.cc', 895 'app_list/app_list_presenter_delegate_unittest.cc',
896 'ash_touch_exploration_manager_chromeos_unittest.cc', 896 'ash_touch_exploration_manager_chromeos_unittest.cc',
897 'autoclick/autoclick_unittest.cc', 897 'autoclick/autoclick_unittest.cc',
898 'common/display/display_info_unittest.cc', 898 'common/display/display_info_unittest.cc',
899 'common/material_design/material_design_controller_unittest.cc', 899 'common/material_design/material_design_controller_unittest.cc',
900 'common/popup_message_unittest.cc',
900 'common/shelf/shelf_model_unittest.cc', 901 'common/shelf/shelf_model_unittest.cc',
901 'common/system/chromeos/power/power_status_unittest.cc', 902 'common/system/chromeos/power/power_status_unittest.cc',
902 'common/system/chromeos/power/power_status_view_unittest.cc', 903 'common/system/chromeos/power/power_status_view_unittest.cc',
903 'common/system/chromeos/power/tray_power_unittest.cc', 904 'common/system/chromeos/power/tray_power_unittest.cc',
904 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', 905 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
905 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ', 906 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ',
906 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', 907 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
907 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', 908 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc',
908 'common/system/date/date_view_unittest.cc', 909 'common/system/date/date_view_unittest.cc',
909 'common/system/ime/tray_ime_chromeos_unittest.cc', 910 'common/system/ime/tray_ime_chromeos_unittest.cc',
(...skipping 28 matching lines...) Expand all
938 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', 939 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc',
939 'frame/caption_buttons/frame_size_button_unittest.cc', 940 'frame/caption_buttons/frame_size_button_unittest.cc',
940 'frame/custom_frame_view_ash_unittest.cc', 941 'frame/custom_frame_view_ash_unittest.cc',
941 'frame/default_header_painter_unittest.cc', 942 'frame/default_header_painter_unittest.cc',
942 'host/ash_window_tree_host_x11_unittest.cc', 943 'host/ash_window_tree_host_x11_unittest.cc',
943 'magnifier/magnification_controller_unittest.cc', 944 'magnifier/magnification_controller_unittest.cc',
944 'metrics/desktop_task_switch_metric_recorder_unittest.cc', 945 'metrics/desktop_task_switch_metric_recorder_unittest.cc',
945 'metrics/task_switch_metrics_recorder_unittest.cc', 946 'metrics/task_switch_metrics_recorder_unittest.cc',
946 'metrics/task_switch_time_tracker_unittest.cc', 947 'metrics/task_switch_time_tracker_unittest.cc',
947 'metrics/user_metrics_recorder_unittest.cc', 948 'metrics/user_metrics_recorder_unittest.cc',
948 'popup_message_unittest.cc',
949 'root_window_controller_unittest.cc', 949 'root_window_controller_unittest.cc',
950 'rotator/screen_rotation_animation_unittest.cc', 950 'rotator/screen_rotation_animation_unittest.cc',
951 'screen_util_unittest.cc', 951 'screen_util_unittest.cc',
952 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 952 'shelf/scoped_observer_with_duplicated_sources_unittest.cc',
953 'shelf/shelf_button_pressed_metric_tracker_unittest.cc', 953 'shelf/shelf_button_pressed_metric_tracker_unittest.cc',
954 'shelf/shelf_layout_manager_unittest.cc', 954 'shelf/shelf_layout_manager_unittest.cc',
955 'shelf/shelf_locking_manager_unittest.cc', 955 'shelf/shelf_locking_manager_unittest.cc',
956 'shelf/shelf_navigator_unittest.cc', 956 'shelf/shelf_navigator_unittest.cc',
957 'shelf/shelf_tooltip_manager_unittest.cc', 957 'shelf/shelf_tooltip_manager_unittest.cc',
958 'shelf/shelf_unittest.cc', 958 'shelf/shelf_unittest.cc',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1451 ], 1451 ],
1452 } 1452 }
1453 ], 1453 ],
1454 ], 1454 ],
1455 }, 1455 },
1456 ], 1456 ],
1457 }], 1457 }],
1458 ], 1458 ],
1459 } 1459 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698