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

Side by Side Diff: ipc/ipc.gypi

Issue 1317093007: ipc: Make a new class PlaceholderBrokerableAttachment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More rebase errors. Created 5 years, 3 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/handle_attachment_win.cc ('k') | ipc/ipc_channel_reader.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 { 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'ipc_sync_message_filter.cc', 80 'ipc_sync_message_filter.cc',
81 'ipc_sync_message_filter.h', 81 'ipc_sync_message_filter.h',
82 'message_filter.cc', 82 'message_filter.cc',
83 'message_filter.h', 83 'message_filter.h',
84 'message_filter_router.cc', 84 'message_filter_router.cc',
85 'message_filter_router.h', 85 'message_filter_router.h',
86 'param_traits_log_macros.h', 86 'param_traits_log_macros.h',
87 'param_traits_macros.h', 87 'param_traits_macros.h',
88 'param_traits_read_macros.h', 88 'param_traits_read_macros.h',
89 'param_traits_write_macros.h', 89 'param_traits_write_macros.h',
90 'placeholder_brokerable_attachment.cc',
91 'placeholder_brokerable_attachment.h',
90 'struct_constructor_macros.h', 92 'struct_constructor_macros.h',
91 'struct_destructor_macros.h', 93 'struct_destructor_macros.h',
92 'unix_domain_socket_util.cc', 94 'unix_domain_socket_util.cc',
93 'unix_domain_socket_util.h', 95 'unix_domain_socket_util.h',
94 ], 96 ],
95 'defines': [ 97 'defines': [
96 'IPC_IMPLEMENTATION', 98 'IPC_IMPLEMENTATION',
97 ], 99 ],
98 'include_dirs': [ 100 'include_dirs': [
99 '..', 101 '..',
100 ], 102 ],
101 'target_conditions': [ 103 'target_conditions': [
102 ['>(nacl_untrusted_build)==1', { 104 ['>(nacl_untrusted_build)==1', {
103 'sources!': [ 105 'sources!': [
104 'ipc_channel.cc', 106 'ipc_channel.cc',
105 'ipc_channel_posix.cc', 107 'ipc_channel_posix.cc',
106 'unix_domain_socket_util.cc', 108 'unix_domain_socket_util.cc',
107 ], 109 ],
108 }], 110 }],
109 ['OS == "win" or OS == "ios"', { 111 ['OS == "win" or OS == "ios"', {
110 'sources!': [ 112 'sources!': [
111 'unix_domain_socket_util.cc', 113 'unix_domain_socket_util.cc',
112 ], 114 ],
113 }], 115 }],
114 ], 116 ],
115 }], 117 }],
116 ], 118 ],
117 }, 119 },
118 } 120 }
OLDNEW
« no previous file with comments | « ipc/handle_attachment_win.cc ('k') | ipc/ipc_channel_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698