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

Side by Side Diff: content/public/common/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
« no previous file with comments | « content/public/browser/push_messaging_service.cc ('k') | content/renderer/BUILD.gn » ('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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.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("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "presentation_connection_message.cc", 184 "presentation_connection_message.cc",
185 "presentation_connection_message.h", 185 "presentation_connection_message.h",
186 "presentation_constants.cc", 186 "presentation_constants.cc",
187 "presentation_constants.h", 187 "presentation_constants.h",
188 "presentation_session.cc", 188 "presentation_session.cc",
189 "presentation_session.h", 189 "presentation_session.h",
190 "previews_state.h", 190 "previews_state.h",
191 "process_type.h", 191 "process_type.h",
192 "push_messaging_status.cc", 192 "push_messaging_status.cc",
193 "push_messaging_status.h", 193 "push_messaging_status.h",
194 "push_subscription_options.h",
194 "quarantine.h", 195 "quarantine.h",
195 "referrer.cc", 196 "referrer.cc",
196 "referrer.h", 197 "referrer.h",
197 "renderer_preferences.cc", 198 "renderer_preferences.cc",
198 "renderer_preferences.h", 199 "renderer_preferences.h",
199 "request_context_frame_type.h", 200 "request_context_frame_type.h",
200 "request_context_type.h", 201 "request_context_type.h",
201 "resource_devtools_info.cc", 202 "resource_devtools_info.cc",
202 "resource_devtools_info.h", 203 "resource_devtools_info.h",
203 "resource_request_body.cc", 204 "resource_request_body.cc",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 sources = [ 335 sources = [
335 "window_container_type.mojom", 336 "window_container_type.mojom",
336 ] 337 ]
337 } 338 }
338 339
339 mojom("service_names") { 340 mojom("service_names") {
340 sources = [ 341 sources = [
341 "service_names.mojom", 342 "service_names.mojom",
342 ] 343 ]
343 } 344 }
OLDNEW
« no previous file with comments | « content/public/browser/push_messaging_service.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698