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

Side by Side Diff: ipc/ipc.gypi

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: rebase 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.mojom » ('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 23 matching lines...) Expand all
34 'handle_attachment_win.cc', 34 'handle_attachment_win.cc',
35 'handle_attachment_win.h', 35 'handle_attachment_win.h',
36 'handle_win.cc', 36 'handle_win.cc',
37 'handle_win.h', 37 'handle_win.h',
38 'ipc_channel.cc', 38 'ipc_channel.cc',
39 'ipc_channel.h', 39 'ipc_channel.h',
40 'ipc_channel_factory.cc', 40 'ipc_channel_factory.cc',
41 'ipc_channel_factory.h', 41 'ipc_channel_factory.h',
42 'ipc_channel_common.cc', 42 'ipc_channel_common.cc',
43 'ipc_channel_handle.h', 43 'ipc_channel_handle.h',
44 'ipc_channel_mojo.cc',
45 'ipc_channel_mojo.h',
44 'ipc_channel_nacl.cc', 46 'ipc_channel_nacl.cc',
45 'ipc_channel_nacl.h', 47 'ipc_channel_nacl.h',
46 'ipc_channel_posix.cc', 48 'ipc_channel_posix.cc',
47 'ipc_channel_posix.h', 49 'ipc_channel_posix.h',
48 'ipc_channel_proxy.cc', 50 'ipc_channel_proxy.cc',
49 'ipc_channel_proxy.h', 51 'ipc_channel_proxy.h',
50 'ipc_channel_reader.cc', 52 'ipc_channel_reader.cc',
51 'ipc_channel_reader.h', 53 'ipc_channel_reader.h',
52 'ipc_channel_win.cc', 54 'ipc_channel_win.cc',
53 'ipc_channel_win.h', 55 'ipc_channel_win.h',
54 'ipc_descriptors.h', 56 'ipc_descriptors.h',
55 'ipc_endpoint.cc', 57 'ipc_endpoint.cc',
56 'ipc_endpoint.h', 58 'ipc_endpoint.h',
57 'ipc_export.h', 59 'ipc_export.h',
58 'ipc_handle_win.cc', 60 'ipc_handle_win.cc',
59 'ipc_handle_win.h', 61 'ipc_handle_win.h',
60 'ipc_listener.h', 62 'ipc_listener.h',
61 'ipc_logging.cc', 63 'ipc_logging.cc',
62 'ipc_logging.h', 64 'ipc_logging.h',
63 'ipc_message.cc', 65 'ipc_message.cc',
64 'ipc_message.h', 66 'ipc_message.h',
65 'ipc_message_attachment.cc', 67 'ipc_message_attachment.cc',
66 'ipc_message_attachment.h', 68 'ipc_message_attachment.h',
67 'ipc_message_attachment_set.cc', 69 'ipc_message_attachment_set.cc',
68 'ipc_message_attachment_set.h', 70 'ipc_message_attachment_set.h',
69 'ipc_message_generator.cc', 71 'ipc_message_generator.cc',
70 'ipc_message_generator.h', 72 'ipc_message_generator.h',
71 'ipc_message_macros.h', 73 'ipc_message_macros.h',
74 'ipc_message_pipe_reader.cc',
75 'ipc_message_pipe_reader.h',
72 'ipc_message_start.h', 76 'ipc_message_start.h',
73 'ipc_message_templates.h', 77 'ipc_message_templates.h',
74 'ipc_message_templates_impl.h', 78 'ipc_message_templates_impl.h',
75 'ipc_message_utils.cc', 79 'ipc_message_utils.cc',
76 'ipc_message_utils.h', 80 'ipc_message_utils.h',
81 'ipc_mojo_bootstrap.cc',
82 'ipc_mojo_bootstrap.h',
83 'ipc_mojo_handle_attachment.cc',
84 'ipc_mojo_handle_attachment.h',
85 'ipc_mojo_message_helper.cc',
86 'ipc_mojo_message_helper.h',
87 'ipc_mojo_param_traits.cc',
88 'ipc_mojo_param_traits.h',
77 'ipc_param_traits.h', 89 'ipc_param_traits.h',
78 'ipc_platform_file.cc', 90 'ipc_platform_file.cc',
79 'ipc_platform_file.h', 91 'ipc_platform_file.h',
80 'ipc_platform_file_attachment_posix.cc', 92 'ipc_platform_file_attachment_posix.cc',
81 'ipc_platform_file_attachment_posix.h', 93 'ipc_platform_file_attachment_posix.h',
82 'ipc_sender.h', 94 'ipc_sender.h',
83 'ipc_switches.cc', 95 'ipc_switches.cc',
84 'ipc_switches.h', 96 'ipc_switches.h',
85 'ipc_sync_channel.cc', 97 'ipc_sync_channel.cc',
86 'ipc_sync_channel.h', 98 'ipc_sync_channel.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 ['OS == "win" or OS == "ios"', { 140 ['OS == "win" or OS == "ios"', {
129 'sources!': [ 141 'sources!': [
130 'unix_domain_socket_util.cc', 142 'unix_domain_socket_util.cc',
131 ], 143 ],
132 }], 144 }],
133 ], 145 ],
134 }], 146 }],
135 ], 147 ],
136 }, 148 },
137 } 149 }
OLDNEW
« no previous file with comments | « ipc/ipc.gyp ('k') | ipc/ipc.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698