OLD | NEW |
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 18 matching lines...) Expand all Loading... |
29 'ipc_descriptors.h', | 29 'ipc_descriptors.h', |
30 'ipc_export.h', | 30 'ipc_export.h', |
31 'ipc_forwarding_message_filter.cc', | 31 'ipc_forwarding_message_filter.cc', |
32 'ipc_forwarding_message_filter.h', | 32 'ipc_forwarding_message_filter.h', |
33 'ipc_listener.h', | 33 'ipc_listener.h', |
34 'ipc_logging.cc', | 34 'ipc_logging.cc', |
35 'ipc_logging.h', | 35 'ipc_logging.h', |
36 'ipc_message.cc', | 36 'ipc_message.cc', |
37 'ipc_message.h', | 37 'ipc_message.h', |
38 'ipc_message_macros.h', | 38 'ipc_message_macros.h', |
| 39 'ipc_message_start.h', |
39 'ipc_message_utils.cc', | 40 'ipc_message_utils.cc', |
40 'ipc_message_utils.h', | 41 'ipc_message_utils.h', |
41 'ipc_param_traits.h', | 42 'ipc_param_traits.h', |
42 'ipc_platform_file.cc', | 43 'ipc_platform_file.cc', |
43 'ipc_platform_file.h', | 44 'ipc_platform_file.h', |
44 'ipc_sender.h', | 45 'ipc_sender.h', |
45 'ipc_switches.cc', | 46 'ipc_switches.cc', |
46 'ipc_switches.h', | 47 'ipc_switches.h', |
47 'ipc_sync_channel.cc', | 48 'ipc_sync_channel.cc', |
48 'ipc_sync_channel.h', | 49 'ipc_sync_channel.h', |
(...skipping 19 matching lines...) Expand all Loading... |
68 'sources!': [ | 69 'sources!': [ |
69 'ipc_channel.cc', | 70 'ipc_channel.cc', |
70 'ipc_channel_posix.cc', | 71 'ipc_channel_posix.cc', |
71 ], | 72 ], |
72 }], | 73 }], |
73 ], | 74 ], |
74 }], | 75 }], |
75 ], | 76 ], |
76 }, | 77 }, |
77 } | 78 } |
OLD | NEW |