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

Side by Side Diff: ipc/ipc.gypi

Issue 1270683002: ipc: Make a common subclass for Channel and ProxyChannel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More rebase errors. Created 5 years, 4 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 | « ipc/attachment_broker_unprivileged.cc ('k') | ipc/ipc_channel.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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'ipc_target': 0, 8 'ipc_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 25 matching lines...) Expand all
36 'ipc_channel_nacl.h', 36 'ipc_channel_nacl.h',
37 'ipc_channel_posix.cc', 37 'ipc_channel_posix.cc',
38 'ipc_channel_posix.h', 38 'ipc_channel_posix.h',
39 'ipc_channel_proxy.cc', 39 'ipc_channel_proxy.cc',
40 'ipc_channel_proxy.h', 40 'ipc_channel_proxy.h',
41 'ipc_channel_reader.cc', 41 'ipc_channel_reader.cc',
42 'ipc_channel_reader.h', 42 'ipc_channel_reader.h',
43 'ipc_channel_win.cc', 43 'ipc_channel_win.cc',
44 'ipc_channel_win.h', 44 'ipc_channel_win.h',
45 'ipc_descriptors.h', 45 'ipc_descriptors.h',
46 'ipc_endpoint.cc',
47 'ipc_endpoint.h',
46 'ipc_export.h', 48 'ipc_export.h',
47 'ipc_handle_win.cc', 49 'ipc_handle_win.cc',
48 'ipc_handle_win.h', 50 'ipc_handle_win.h',
49 'ipc_listener.h', 51 'ipc_listener.h',
50 'ipc_logging.cc', 52 'ipc_logging.cc',
51 'ipc_logging.h', 53 'ipc_logging.h',
52 'ipc_message.cc', 54 'ipc_message.cc',
53 'ipc_message.h', 55 'ipc_message.h',
54 'ipc_message_attachment.cc', 56 'ipc_message_attachment.cc',
55 'ipc_message_attachment.h', 57 'ipc_message_attachment.h',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 ['OS == "win" or OS == "ios"', { 107 ['OS == "win" or OS == "ios"', {
106 'sources!': [ 108 'sources!': [
107 'unix_domain_socket_util.cc', 109 'unix_domain_socket_util.cc',
108 ], 110 ],
109 }], 111 }],
110 ], 112 ],
111 }], 113 }],
112 ], 114 ],
113 }, 115 },
114 } 116 }
OLDNEW
« no previous file with comments | « ipc/attachment_broker_unprivileged.cc ('k') | ipc/ipc_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698