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

Side by Side Diff: ash/ash.gyp

Issue 2271373002: mash: Port mojo:ash_sysui's ContextMenuMus to mojo:ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments 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/accelerators/accelerator_controller_delegate_aura.cc ('k') | ash/common/shell_delegate.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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 'common/system/user/user_card_view.cc', 404 'common/system/user/user_card_view.cc',
405 'common/system/user/user_card_view.h', 405 'common/system/user/user_card_view.h',
406 'common/system/user/user_observer.h', 406 'common/system/user/user_observer.h',
407 'common/system/user/user_view.cc', 407 'common/system/user/user_view.cc',
408 'common/system/user/user_view.h', 408 'common/system/user/user_view.h',
409 'common/system/volume_control_delegate.h', 409 'common/system/volume_control_delegate.h',
410 'common/system/web_notification/ash_popup_alignment_delegate.cc', 410 'common/system/web_notification/ash_popup_alignment_delegate.cc',
411 'common/system/web_notification/ash_popup_alignment_delegate.h', 411 'common/system/web_notification/ash_popup_alignment_delegate.h',
412 'common/system/web_notification/web_notification_tray.cc', 412 'common/system/web_notification/web_notification_tray.cc',
413 'common/system/web_notification/web_notification_tray.h', 413 'common/system/web_notification/web_notification_tray.h',
414 'common/wallpaper/wallpaper_delegate.h',
414 'common/wm/always_on_top_controller.cc', 415 'common/wm/always_on_top_controller.cc',
415 'common/wm/always_on_top_controller.h', 416 'common/wm/always_on_top_controller.h',
416 'common/wm/background_animator.cc', 417 'common/wm/background_animator.cc',
417 'common/wm/background_animator.h', 418 'common/wm/background_animator.h',
418 'common/wm/container_finder.cc', 419 'common/wm/container_finder.cc',
419 'common/wm/container_finder.h', 420 'common/wm/container_finder.h',
420 'common/wm/default_state.cc', 421 'common/wm/default_state.cc',
421 'common/wm/default_state.h', 422 'common/wm/default_state.h',
422 'common/wm/default_window_resizer.cc', 423 'common/wm/default_window_resizer.cc',
423 'common/wm/default_window_resizer.h', 424 'common/wm/default_window_resizer.h',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'common/wm_root_window_controller_observer.h', 533 'common/wm_root_window_controller_observer.h',
533 'common/wm_shell.cc', 534 'common/wm_shell.cc',
534 'common/wm_shell.h', 535 'common/wm_shell.h',
535 'common/wm_transient_window_observer.h', 536 'common/wm_transient_window_observer.h',
536 'common/wm_window.h', 537 'common/wm_window.h',
537 'common/wm_window_observer.h', 538 'common/wm_window_observer.h',
538 'common/wm_window_property.h', 539 'common/wm_window_property.h',
539 'common/wm_window_tracker.h', 540 'common/wm_window_tracker.h',
540 'debug.cc', 541 'debug.cc',
541 'debug.h', 542 'debug.h',
542 'default_user_wallpaper_delegate.cc', 543 'default_wallpaper_delegate.cc',
543 'default_user_wallpaper_delegate.h', 544 'default_wallpaper_delegate.h',
544 'desktop_background/desktop_background_controller.cc', 545 'desktop_background/desktop_background_controller.cc',
545 'desktop_background/desktop_background_controller.h', 546 'desktop_background/desktop_background_controller.h',
546 'desktop_background/desktop_background_controller_observer.h', 547 'desktop_background/desktop_background_controller_observer.h',
547 'desktop_background/desktop_background_view.cc', 548 'desktop_background/desktop_background_view.cc',
548 'desktop_background/desktop_background_view.h', 549 'desktop_background/desktop_background_view.h',
549 'desktop_background/desktop_background_widget_controller.cc', 550 'desktop_background/desktop_background_widget_controller.cc',
550 'desktop_background/desktop_background_widget_controller.h', 551 'desktop_background/desktop_background_widget_controller.h',
551 'desktop_background/user_wallpaper_delegate.h',
552 'display/cursor_window_controller.cc', 552 'display/cursor_window_controller.cc',
553 'display/cursor_window_controller.h', 553 'display/cursor_window_controller.h',
554 'display/display_animator.h', 554 'display/display_animator.h',
555 'display/display_animator_chromeos.cc', 555 'display/display_animator_chromeos.cc',
556 'display/display_animator_chromeos.h', 556 'display/display_animator_chromeos.h',
557 'display/display_change_observer_chromeos.cc', 557 'display/display_change_observer_chromeos.cc',
558 'display/display_change_observer_chromeos.h', 558 'display/display_change_observer_chromeos.h',
559 'display/display_color_manager_chromeos.cc', 559 'display/display_color_manager_chromeos.cc',
560 'display/display_color_manager_chromeos.h', 560 'display/display_color_manager_chromeos.h',
561 'display/display_configuration_controller.cc', 561 'display/display_configuration_controller.cc',
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 'test/test_shell_delegate.cc', 882 'test/test_shell_delegate.cc',
883 'test/test_shell_delegate.h', 883 'test/test_shell_delegate.h',
884 'test/test_suite.cc', 884 'test/test_suite.cc',
885 'test/test_suite.h', 885 'test/test_suite.h',
886 'test/test_suite_init.h', 886 'test/test_suite_init.h',
887 'test/test_suite_init.mm', 887 'test/test_suite_init.mm',
888 'test/test_system_tray_delegate.cc', 888 'test/test_system_tray_delegate.cc',
889 'test/test_system_tray_delegate.h', 889 'test/test_system_tray_delegate.h',
890 'test/test_system_tray_item.cc', 890 'test/test_system_tray_item.cc',
891 'test/test_system_tray_item.h', 891 'test/test_system_tray_item.h',
892 'test/test_user_wallpaper_delegate.cc', 892 'test/test_wallpaper_delegate.cc',
893 'test/test_user_wallpaper_delegate.h', 893 'test/test_wallpaper_delegate.h',
894 'test/tray_cast_test_api.cc', 894 'test/tray_cast_test_api.cc',
895 'test/tray_cast_test_api.h', 895 'test/tray_cast_test_api.h',
896 'test/ui_controls_factory_ash.cc', 896 'test/ui_controls_factory_ash.cc',
897 'test/ui_controls_factory_ash.h', 897 'test/ui_controls_factory_ash.h',
898 'test/user_metrics_recorder_test_api.cc', 898 'test/user_metrics_recorder_test_api.cc',
899 'test/user_metrics_recorder_test_api.h', 899 'test/user_metrics_recorder_test_api.h',
900 ], 900 ],
901 'ash_test_support_with_content_sources': [ 901 'ash_test_support_with_content_sources': [
902 'test/content/test_shell_content_state.cc', 902 'test/content/test_shell_content_state.cc',
903 'test/content/test_shell_content_state.h', 903 'test/content/test_shell_content_state.h',
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1514 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1515 ], 1515 ],
1516 } 1516 }
1517 ], 1517 ],
1518 ], 1518 ],
1519 }, 1519 },
1520 ], 1520 ],
1521 }], 1521 }],
1522 ], 1522 ],
1523 } 1523 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller_delegate_aura.cc ('k') | ash/common/shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698