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

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

Issue 2906883003: Deprecate per notification type delegates. (Closed)
Patch Set: rebase 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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 "notifications/notification_database.cc", 1050 "notifications/notification_database.cc",
1051 "notifications/notification_database.h", 1051 "notifications/notification_database.h",
1052 "notifications/notification_database_data_conversions.cc", 1052 "notifications/notification_database_data_conversions.cc",
1053 "notifications/notification_database_data_conversions.h", 1053 "notifications/notification_database_data_conversions.h",
1054 "notifications/notification_event_dispatcher_impl.cc", 1054 "notifications/notification_event_dispatcher_impl.cc",
1055 "notifications/notification_event_dispatcher_impl.h", 1055 "notifications/notification_event_dispatcher_impl.h",
1056 "notifications/notification_id_generator.cc", 1056 "notifications/notification_id_generator.cc",
1057 "notifications/notification_id_generator.h", 1057 "notifications/notification_id_generator.h",
1058 "notifications/notification_message_filter.cc", 1058 "notifications/notification_message_filter.cc",
1059 "notifications/notification_message_filter.h", 1059 "notifications/notification_message_filter.h",
1060 "notifications/page_notification_delegate.cc",
1061 "notifications/page_notification_delegate.h",
1062 "notifications/platform_notification_context_impl.cc", 1060 "notifications/platform_notification_context_impl.cc",
1063 "notifications/platform_notification_context_impl.h", 1061 "notifications/platform_notification_context_impl.h",
1064 "notifications/type_converters.cc", 1062 "notifications/type_converters.cc",
1065 "notifications/type_converters.h", 1063 "notifications/type_converters.h",
1066 "payments/payment_app_context_impl.cc", 1064 "payments/payment_app_context_impl.cc",
1067 "payments/payment_app_context_impl.h", 1065 "payments/payment_app_context_impl.h",
1068 "payments/payment_app_database.cc", 1066 "payments/payment_app_database.cc",
1069 "payments/payment_app_database.h", 1067 "payments/payment_app_database.h",
1070 "payments/payment_app_provider_impl.cc", 1068 "payments/payment_app_provider_impl.cc",
1071 "payments/payment_app_provider_impl.h", 1069 "payments/payment_app_provider_impl.h",
(...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after
2151 if (!is_component_build) { 2149 if (!is_component_build) {
2152 public_deps = [ 2150 public_deps = [
2153 ":browser", 2151 ":browser",
2154 ] 2152 ]
2155 } else { 2153 } else {
2156 public_deps = [ 2154 public_deps = [
2157 "//third_party/leveldatabase", 2155 "//third_party/leveldatabase",
2158 ] 2156 ]
2159 } 2157 }
2160 } 2158 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698