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

Side by Side Diff: ipc/ipc.gypi

Issue 2067233002: Revert of Use Mojo pipes to signal sync IPC events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/ipc.gyp ('k') | ipc/ipc_nacl.gyp » ('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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'mach_port_attachment_mac.cc', 91 'mach_port_attachment_mac.cc',
92 'mach_port_attachment_mac.h', 92 'mach_port_attachment_mac.h',
93 'mach_port_mac.cc', 93 'mach_port_mac.cc',
94 'mach_port_mac.h', 94 'mach_port_mac.h',
95 'message_filter.cc', 95 'message_filter.cc',
96 'message_filter.h', 96 'message_filter.h',
97 'message_filter_router.cc', 97 'message_filter_router.cc',
98 'message_filter_router.h', 98 'message_filter_router.h',
99 'message_router.cc', 99 'message_router.cc',
100 'message_router.h', 100 'message_router.h',
101 'mojo_event.cc',
102 'mojo_event.h',
103 'param_traits_log_macros.h', 101 'param_traits_log_macros.h',
104 'param_traits_macros.h', 102 'param_traits_macros.h',
105 'param_traits_read_macros.h', 103 'param_traits_read_macros.h',
106 'param_traits_write_macros.h', 104 'param_traits_write_macros.h',
107 'placeholder_brokerable_attachment.cc', 105 'placeholder_brokerable_attachment.cc',
108 'placeholder_brokerable_attachment.h', 106 'placeholder_brokerable_attachment.h',
109 'struct_constructor_macros.h', 107 'struct_constructor_macros.h',
110 'struct_destructor_macros.h', 108 'struct_destructor_macros.h',
111 'unix_domain_socket_util.cc', 109 'unix_domain_socket_util.cc',
112 'unix_domain_socket_util.h', 110 'unix_domain_socket_util.h',
(...skipping 15 matching lines...) Expand all
128 ['OS == "win" or OS == "ios"', { 126 ['OS == "win" or OS == "ios"', {
129 'sources!': [ 127 'sources!': [
130 'unix_domain_socket_util.cc', 128 'unix_domain_socket_util.cc',
131 ], 129 ],
132 }], 130 }],
133 ], 131 ],
134 }], 132 }],
135 ], 133 ],
136 }, 134 },
137 } 135 }
OLDNEW
« no previous file with comments | « ipc/ipc.gyp ('k') | ipc/ipc_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698