| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |