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

Side by Side Diff: ipc/ipc.gypi

Issue 245443005: Move IPC::MessageFilter and router to a separate file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gn build Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « ipc/BUILD.gn ('k') | ipc/ipc_channel_proxy.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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'ipc_platform_file.h', 46 'ipc_platform_file.h',
47 'ipc_sender.h', 47 'ipc_sender.h',
48 'ipc_switches.cc', 48 'ipc_switches.cc',
49 'ipc_switches.h', 49 'ipc_switches.h',
50 'ipc_sync_channel.cc', 50 'ipc_sync_channel.cc',
51 'ipc_sync_channel.h', 51 'ipc_sync_channel.h',
52 'ipc_sync_message.cc', 52 'ipc_sync_message.cc',
53 'ipc_sync_message.h', 53 'ipc_sync_message.h',
54 'ipc_sync_message_filter.cc', 54 'ipc_sync_message_filter.cc',
55 'ipc_sync_message_filter.h', 55 'ipc_sync_message_filter.h',
56 'message_filter.cc',
57 'message_filter.h',
58 'message_filter_router.cc',
59 'message_filter_router.h',
56 'param_traits_log_macros.h', 60 'param_traits_log_macros.h',
57 'param_traits_macros.h', 61 'param_traits_macros.h',
58 'param_traits_read_macros.h', 62 'param_traits_read_macros.h',
59 'param_traits_write_macros.h', 63 'param_traits_write_macros.h',
60 'struct_constructor_macros.h', 64 'struct_constructor_macros.h',
61 'struct_destructor_macros.h', 65 'struct_destructor_macros.h',
62 'unix_domain_socket_util.cc', 66 'unix_domain_socket_util.cc',
63 'unix_domain_socket_util.h', 67 'unix_domain_socket_util.h',
64 ], 68 ],
65 'defines': [ 69 'defines': [
(...skipping 15 matching lines...) Expand all
81 'sources!': [ 85 'sources!': [
82 'ipc_channel_factory.cc', 86 'ipc_channel_factory.cc',
83 'unix_domain_socket_util.cc', 87 'unix_domain_socket_util.cc',
84 ], 88 ],
85 }], 89 }],
86 ], 90 ],
87 }], 91 }],
88 ], 92 ],
89 }, 93 },
90 } 94 }
OLDNEW
« no previous file with comments | « ipc/BUILD.gn ('k') | ipc/ipc_channel_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698