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

Side by Side Diff: ipc/BUILD.gn

Issue 2504063002: Revert of Remove IPC::BrokerableAttachment. (Closed)
Patch Set: Created 4 years, 1 month 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 | « components/nacl/loader/nacl_ipc_adapter.cc ('k') | ipc/brokerable_attachment.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 (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") {
11 sources = [ 11 sources = [
12 "brokerable_attachment.cc",
13 "brokerable_attachment.h",
12 "export_template.h", 14 "export_template.h",
13 "handle_attachment_win.cc", 15 "handle_attachment_win.cc",
14 "handle_attachment_win.h", 16 "handle_attachment_win.h",
15 "handle_win.cc", 17 "handle_win.cc",
16 "handle_win.h", 18 "handle_win.h",
17 "ipc_channel.cc", 19 "ipc_channel.cc",
18 "ipc_channel.h", 20 "ipc_channel.h",
19 "ipc_channel_common.cc", 21 "ipc_channel_common.cc",
20 "ipc_channel_factory.cc", 22 "ipc_channel_factory.cc",
21 "ipc_channel_factory.h", 23 "ipc_channel_factory.h",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 ":ipc", 251 ":ipc",
250 ] 252 ]
251 deps = [ 253 deps = [
252 "//base", 254 "//base",
253 "//base/test:test_support", 255 "//base/test:test_support",
254 "//mojo/edk/test:test_support", 256 "//mojo/edk/test:test_support",
255 "//testing/gtest", 257 "//testing/gtest",
256 ] 258 ]
257 } 259 }
258 } 260 }
OLDNEW
« no previous file with comments | « components/nacl/loader/nacl_ipc_adapter.cc ('k') | ipc/brokerable_attachment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698