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

Side by Side Diff: ipc/BUILD.gn

Issue 2389193004: Always use ChannelMojo for content child processes. (Closed)
Patch Set: Created 4 years, 2 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/zygote/zygote_linux.cc ('k') | ipc/ipc_channel_posix.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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/nacl/config.gni") 5 import("//build/config/nacl/config.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 component("ipc") { 10 component("ipc") {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "ipc_mojo_handle_attachment.h", 80 "ipc_mojo_handle_attachment.h",
81 "ipc_mojo_message_helper.cc", 81 "ipc_mojo_message_helper.cc",
82 "ipc_mojo_message_helper.h", 82 "ipc_mojo_message_helper.h",
83 "ipc_mojo_param_traits.cc", 83 "ipc_mojo_param_traits.cc",
84 "ipc_mojo_param_traits.h", 84 "ipc_mojo_param_traits.h",
85 "ipc_platform_file.cc", 85 "ipc_platform_file.cc",
86 "ipc_platform_file.h", 86 "ipc_platform_file.h",
87 "ipc_platform_file_attachment_posix.cc", 87 "ipc_platform_file_attachment_posix.cc",
88 "ipc_platform_file_attachment_posix.h", 88 "ipc_platform_file_attachment_posix.h",
89 "ipc_sender.h", 89 "ipc_sender.h",
90 "ipc_switches.cc",
91 "ipc_switches.h",
92 "ipc_sync_channel.cc", 90 "ipc_sync_channel.cc",
93 "ipc_sync_channel.h", 91 "ipc_sync_channel.h",
94 "ipc_sync_message.cc", 92 "ipc_sync_message.cc",
95 "ipc_sync_message.h", 93 "ipc_sync_message.h",
96 "ipc_sync_message_filter.cc", 94 "ipc_sync_message_filter.cc",
97 "ipc_sync_message_filter.h", 95 "ipc_sync_message_filter.h",
98 "mach_port_attachment_mac.cc", 96 "mach_port_attachment_mac.cc",
99 "mach_port_attachment_mac.h", 97 "mach_port_attachment_mac.h",
100 "mach_port_mac.cc", 98 "mach_port_mac.cc",
101 "mach_port_mac.h", 99 "mach_port_mac.h",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 public_deps = [ 289 public_deps = [
292 ":ipc", 290 ":ipc",
293 ] 291 ]
294 deps = [ 292 deps = [
295 "//base", 293 "//base",
296 "//base/test:test_support", 294 "//base/test:test_support",
297 "//testing/gtest", 295 "//testing/gtest",
298 ] 296 ]
299 } 297 }
300 } 298 }
OLDNEW
« no previous file with comments | « content/zygote/zygote_linux.cc ('k') | ipc/ipc_channel_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698