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

Side by Side Diff: content/renderer/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/common/BUILD.gn ('k') | content/renderer/push_messaging/push_messaging_client.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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "net_info_helper.cc", 283 "net_info_helper.cc",
284 "net_info_helper.h", 284 "net_info_helper.h",
285 "origin_trials/web_trial_token_validator_impl.cc", 285 "origin_trials/web_trial_token_validator_impl.cc",
286 "origin_trials/web_trial_token_validator_impl.h", 286 "origin_trials/web_trial_token_validator_impl.h",
287 "peripheral_content_heuristic.cc", 287 "peripheral_content_heuristic.cc",
288 "peripheral_content_heuristic.h", 288 "peripheral_content_heuristic.h",
289 "presentation/presentation_connection_proxy.cc", 289 "presentation/presentation_connection_proxy.cc",
290 "presentation/presentation_connection_proxy.h", 290 "presentation/presentation_connection_proxy.h",
291 "presentation/presentation_dispatcher.cc", 291 "presentation/presentation_dispatcher.cc",
292 "presentation/presentation_dispatcher.h", 292 "presentation/presentation_dispatcher.h",
293 "push_messaging/push_messaging_dispatcher.cc", 293 "push_messaging/push_messaging_client.cc",
294 "push_messaging/push_messaging_dispatcher.h", 294 "push_messaging/push_messaging_client.h",
295 "render_frame_impl.cc", 295 "render_frame_impl.cc",
296 "render_frame_impl.h", 296 "render_frame_impl.h",
297 "render_frame_proxy.cc", 297 "render_frame_proxy.cc",
298 "render_frame_proxy.h", 298 "render_frame_proxy.h",
299 "render_process.cc", 299 "render_process.cc",
300 "render_process.h", 300 "render_process.h",
301 "render_process_impl.cc", 301 "render_process_impl.cc",
302 "render_process_impl.h", 302 "render_process_impl.h",
303 "render_thread_impl.cc", 303 "render_thread_impl.cc",
304 "render_thread_impl.h", 304 "render_thread_impl.h",
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 # For the defines in mojo_media_config. 943 # For the defines in mojo_media_config.
944 public_configs = [ "//media/mojo/services:mojo_media_config" ] 944 public_configs = [ "//media/mojo/services:mojo_media_config" ]
945 } 945 }
946 946
947 if (!is_component_build) { 947 if (!is_component_build) {
948 public_deps = [ 948 public_deps = [
949 ":renderer", 949 ":renderer",
950 ] 950 ]
951 } 951 }
952 } 952 }
OLDNEW
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/renderer/push_messaging/push_messaging_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698