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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2921263002: Remove many delegates, let's see what breaks
Patch Set: compile Created 3 years, 6 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 | chrome/browser/extensions/api/notifications/extension_notification_handler.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 "net/url_info.h", 747 "net/url_info.h",
748 "net_benchmarking.cc", 748 "net_benchmarking.cc",
749 "net_benchmarking.h", 749 "net_benchmarking.h",
750 "notifications/alert_dispatcher_mac.h", 750 "notifications/alert_dispatcher_mac.h",
751 "notifications/desktop_notification_profile_util.cc", 751 "notifications/desktop_notification_profile_util.cc",
752 "notifications/desktop_notification_profile_util.h", 752 "notifications/desktop_notification_profile_util.h",
753 "notifications/login_state_notification_blocker_chromeos.cc", 753 "notifications/login_state_notification_blocker_chromeos.cc",
754 "notifications/login_state_notification_blocker_chromeos.h", 754 "notifications/login_state_notification_blocker_chromeos.h",
755 "notifications/message_center_display_service.cc", 755 "notifications/message_center_display_service.cc",
756 "notifications/message_center_display_service.h", 756 "notifications/message_center_display_service.h",
757 "notifications/native_notification_delegate.cc",
758 "notifications/native_notification_delegate.h",
759 "notifications/native_notification_display_service.cc", 757 "notifications/native_notification_display_service.cc",
760 "notifications/native_notification_display_service.h", 758 "notifications/native_notification_display_service.h",
761 "notifications/non_persistent_notification_handler.cc", 759 "notifications/non_persistent_notification_handler.cc",
762 "notifications/non_persistent_notification_handler.h", 760 "notifications/non_persistent_notification_handler.h",
763 "notifications/notification.cc", 761 "notifications/notification.cc",
764 "notifications/notification.h", 762 "notifications/notification.h",
765 "notifications/notification_common.cc", 763 "notifications/notification_common.cc",
766 "notifications/notification_common.h", 764 "notifications/notification_common.h",
767 "notifications/notification_delegate.h", 765 "notifications/notification_delegate.h",
768 "notifications/notification_display_service.cc", 766 "notifications/notification_display_service.cc",
769 "notifications/notification_display_service.h", 767 "notifications/notification_display_service.h",
770 "notifications/notification_display_service_factory.cc", 768 "notifications/notification_display_service_factory.cc",
771 "notifications/notification_display_service_factory.h", 769 "notifications/notification_display_service_factory.h",
772 "notifications/notification_handler.h", 770 "notifications/notification_handler.h",
773 "notifications/notification_object_proxy.cc",
774 "notifications/notification_object_proxy.h",
775 "notifications/notification_permission_context.cc", 771 "notifications/notification_permission_context.cc",
776 "notifications/notification_permission_context.h", 772 "notifications/notification_permission_context.h",
777 "notifications/notification_platform_bridge.h", 773 "notifications/notification_platform_bridge.h",
778 "notifications/notification_platform_bridge_mac.h", 774 "notifications/notification_platform_bridge_mac.h",
779 "notifications/notification_platform_bridge_mac.mm", 775 "notifications/notification_platform_bridge_mac.mm",
780 "notifications/notification_ui_manager.h", 776 "notifications/notification_ui_manager.h",
781 "notifications/notifier_state_tracker.cc", 777 "notifications/notifier_state_tracker.cc",
782 "notifications/notifier_state_tracker.h", 778 "notifications/notifier_state_tracker.h",
783 "notifications/notifier_state_tracker_factory.cc", 779 "notifications/notifier_state_tracker_factory.cc",
784 "notifications/notifier_state_tracker_factory.h", 780 "notifications/notifier_state_tracker_factory.h",
785 "notifications/persistent_notification_delegate.cc",
786 "notifications/persistent_notification_delegate.h",
787 "notifications/persistent_notification_handler.cc", 781 "notifications/persistent_notification_handler.cc",
788 "notifications/persistent_notification_handler.h", 782 "notifications/persistent_notification_handler.h",
789 "notifications/platform_notification_service_impl.cc", 783 "notifications/platform_notification_service_impl.cc",
790 "notifications/platform_notification_service_impl.h", 784 "notifications/platform_notification_service_impl.h",
791 "notifications/web_notification_delegate.cc", 785 "notifications/web_notification_delegate.cc",
792 "notifications/web_notification_delegate.h", 786 "notifications/web_notification_delegate.h",
793 "ntp_snippets/bookmark_last_visit_updater.cc", 787 "ntp_snippets/bookmark_last_visit_updater.cc",
794 "ntp_snippets/bookmark_last_visit_updater.h", 788 "ntp_snippets/bookmark_last_visit_updater.h",
795 "ntp_snippets/content_suggestions_notifier_service_factory.cc", 789 "ntp_snippets/content_suggestions_notifier_service_factory.cc",
796 "ntp_snippets/content_suggestions_notifier_service_factory.h", 790 "ntp_snippets/content_suggestions_notifier_service_factory.h",
(...skipping 3977 matching lines...) Expand 10 before | Expand all | Expand 10 after
4774 "//components/search_engines", 4768 "//components/search_engines",
4775 "//rlz:rlz_lib", 4769 "//rlz:rlz_lib",
4776 ] 4770 ]
4777 } 4771 }
4778 } 4772 }
4779 4773
4780 service_manifest("preferences_forwarder_manifest") { 4774 service_manifest("preferences_forwarder_manifest") {
4781 name = "preferences_forwarder" 4775 name = "preferences_forwarder"
4782 source = "prefs/forwarder_manifest.json" 4776 source = "prefs/forwarder_manifest.json"
4783 } 4777 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/notifications/extension_notification_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698