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

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

Issue 2917923004: Move handler processing to NotificationDisplayService
Patch Set: 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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 "notifications/native_notification_delegate.h", 758 "notifications/native_notification_delegate.h",
759 "notifications/native_notification_display_service.cc", 759 "notifications/native_notification_display_service.cc",
760 "notifications/native_notification_display_service.h", 760 "notifications/native_notification_display_service.h",
761 "notifications/non_persistent_notification_handler.cc", 761 "notifications/non_persistent_notification_handler.cc",
762 "notifications/non_persistent_notification_handler.h", 762 "notifications/non_persistent_notification_handler.h",
763 "notifications/notification.cc", 763 "notifications/notification.cc",
764 "notifications/notification.h", 764 "notifications/notification.h",
765 "notifications/notification_common.cc", 765 "notifications/notification_common.cc",
766 "notifications/notification_common.h", 766 "notifications/notification_common.h",
767 "notifications/notification_delegate.h", 767 "notifications/notification_delegate.h",
768 "notifications/notification_display_service.cc",
768 "notifications/notification_display_service.h", 769 "notifications/notification_display_service.h",
769 "notifications/notification_display_service_factory.cc", 770 "notifications/notification_display_service_factory.cc",
770 "notifications/notification_display_service_factory.h", 771 "notifications/notification_display_service_factory.h",
771 "notifications/notification_handler.h", 772 "notifications/notification_handler.h",
772 "notifications/notification_object_proxy.cc", 773 "notifications/notification_object_proxy.cc",
773 "notifications/notification_object_proxy.h", 774 "notifications/notification_object_proxy.h",
774 "notifications/notification_permission_context.cc", 775 "notifications/notification_permission_context.cc",
775 "notifications/notification_permission_context.h", 776 "notifications/notification_permission_context.h",
776 "notifications/notification_platform_bridge.h", 777 "notifications/notification_platform_bridge.h",
777 "notifications/notification_platform_bridge_mac.h", 778 "notifications/notification_platform_bridge_mac.h",
(...skipping 4009 matching lines...) Expand 10 before | Expand all | Expand 10 after
4787 "media/pepper_cdm_test_constants.cc", 4788 "media/pepper_cdm_test_constants.cc",
4788 "media/pepper_cdm_test_constants.h", 4789 "media/pepper_cdm_test_constants.h",
4789 ] 4790 ]
4790 } 4791 }
4791 } 4792 }
4792 4793
4793 service_manifest("preferences_forwarder_manifest") { 4794 service_manifest("preferences_forwarder_manifest") {
4794 name = "preferences_forwarder" 4795 name = "preferences_forwarder"
4795 source = "prefs/forwarder_manifest.json" 4796 source = "prefs/forwarder_manifest.json"
4796 } 4797 }
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