| 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 19 matching lines...) Expand all Loading... |
| 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', |
| 42 'ipc_message_filter_router.cc', |
| 43 'ipc_message_filter_router.h', |
| 40 'ipc_message_macros.h', | 44 'ipc_message_macros.h', |
| 41 'ipc_message_start.h', | 45 'ipc_message_start.h', |
| 42 'ipc_message_utils.cc', | 46 'ipc_message_utils.cc', |
| 43 'ipc_message_utils.h', | 47 'ipc_message_utils.h', |
| 44 'ipc_param_traits.h', | 48 'ipc_param_traits.h', |
| 45 'ipc_platform_file.cc', | 49 'ipc_platform_file.cc', |
| 46 'ipc_platform_file.h', | 50 'ipc_platform_file.h', |
| 47 'ipc_sender.h', | 51 'ipc_sender.h', |
| 48 'ipc_switches.cc', | 52 'ipc_switches.cc', |
| 49 'ipc_switches.h', | 53 'ipc_switches.h', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |