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

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: small cleanup 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
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 19 matching lines...) Expand all
30 'ipc_channel_win.h', 30 'ipc_channel_win.h',
31 'ipc_descriptors.h', 31 'ipc_descriptors.h',
32 'ipc_export.h', 32 'ipc_export.h',
33 'ipc_forwarding_message_filter.cc', 33 'ipc_forwarding_message_filter.cc',
34 'ipc_forwarding_message_filter.h', 34 'ipc_forwarding_message_filter.h',
35 'ipc_listener.h', 35 'ipc_listener.h',
36 'ipc_logging.cc', 36 'ipc_logging.cc',
37 'ipc_logging.h', 37 'ipc_logging.h',
38 'ipc_message.cc', 38 'ipc_message.cc',
39 'ipc_message.h', 39 'ipc_message.h',
40 'ipc_message_filter.cc',
41 'ipc_message_filter.h',
40 'ipc_message_macros.h', 42 'ipc_message_macros.h',
41 'ipc_message_start.h', 43 'ipc_message_start.h',
42 'ipc_message_utils.cc', 44 'ipc_message_utils.cc',
43 'ipc_message_utils.h', 45 'ipc_message_utils.h',
44 'ipc_param_traits.h', 46 'ipc_param_traits.h',
45 'ipc_platform_file.cc', 47 'ipc_platform_file.cc',
46 'ipc_platform_file.h', 48 'ipc_platform_file.h',
47 'ipc_sender.h', 49 'ipc_sender.h',
48 'ipc_switches.cc', 50 'ipc_switches.cc',
49 'ipc_switches.h', 51 'ipc_switches.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'sources!': [ 83 'sources!': [
82 'ipc_channel_factory.cc', 84 'ipc_channel_factory.cc',
83 'unix_domain_socket_util.cc', 85 'unix_domain_socket_util.cc',
84 ], 86 ],
85 }], 87 }],
86 ], 88 ],
87 }], 89 }],
88 ], 90 ],
89 }, 91 },
90 } 92 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698