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

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

Issue 2690203003: Convert push_messaging IPC msgs into mojo interfaces (Closed)
Patch Set: code rebase Created 3 years, 10 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("//ppapi/features/features.gni") 7 import("//ppapi/features/features.gni")
8 import("//third_party/WebKit/public/public_features.gni") 8 import("//third_party/WebKit/public/public_features.gni")
9 9
10 if (is_component_build) { 10 if (is_component_build) {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "memory/child_memory_coordinator_impl_android.cc", 121 "memory/child_memory_coordinator_impl_android.cc",
122 "memory/child_memory_coordinator_impl_android.h", 122 "memory/child_memory_coordinator_impl_android.h",
123 "memory/child_memory_message_filter.cc", 123 "memory/child_memory_message_filter.cc",
124 "memory/child_memory_message_filter.h", 124 "memory/child_memory_message_filter.h",
125 "notifications/notification_data_conversions.cc", 125 "notifications/notification_data_conversions.cc",
126 "notifications/notification_data_conversions.h", 126 "notifications/notification_data_conversions.h",
127 "notifications/notification_dispatcher.cc", 127 "notifications/notification_dispatcher.cc",
128 "notifications/notification_dispatcher.h", 128 "notifications/notification_dispatcher.h",
129 "notifications/notification_manager.cc", 129 "notifications/notification_manager.cc",
130 "notifications/notification_manager.h", 130 "notifications/notification_manager.h",
131 "push_messaging/push_dispatcher.cc",
132 "push_messaging/push_dispatcher.h",
133 "push_messaging/push_provider.cc", 131 "push_messaging/push_provider.cc",
134 "push_messaging/push_provider.h", 132 "push_messaging/push_provider.h",
135 "quota_dispatcher.cc", 133 "quota_dispatcher.cc",
136 "quota_dispatcher.h", 134 "quota_dispatcher.h",
137 "quota_message_filter.cc", 135 "quota_message_filter.cc",
138 "quota_message_filter.h", 136 "quota_message_filter.h",
139 "request_extra_data.cc", 137 "request_extra_data.cc",
140 "request_extra_data.h", 138 "request_extra_data.h",
141 "resource_dispatcher.cc", 139 "resource_dispatcher.cc",
142 "resource_dispatcher.h", 140 "resource_dispatcher.h",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 295
298 # See comment at the top of //content/BUILD.gn for how this works. 296 # See comment at the top of //content/BUILD.gn for how this works.
299 group("for_content_tests") { 297 group("for_content_tests") {
300 visibility = [ "//content/test/*" ] 298 visibility = [ "//content/test/*" ]
301 if (!is_component_build) { 299 if (!is_component_build) {
302 public_deps = [ 300 public_deps = [
303 ":child", 301 ":child",
304 ] 302 ]
305 } 303 }
306 } 304 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698