| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'ipc_channel_proxy.cc', | 50 'ipc_channel_proxy.cc', |
| 51 'ipc_channel_proxy.h', | 51 'ipc_channel_proxy.h', |
| 52 'ipc_channel_reader.cc', | 52 'ipc_channel_reader.cc', |
| 53 'ipc_channel_reader.h', | 53 'ipc_channel_reader.h', |
| 54 'ipc_channel_win.cc', | 54 'ipc_channel_win.cc', |
| 55 'ipc_channel_win.h', | 55 'ipc_channel_win.h', |
| 56 'ipc_descriptors.h', | 56 'ipc_descriptors.h', |
| 57 'ipc_endpoint.cc', | 57 'ipc_endpoint.cc', |
| 58 'ipc_endpoint.h', | 58 'ipc_endpoint.h', |
| 59 'ipc_export.h', | 59 'ipc_export.h', |
| 60 'ipc_handle_win.cc', | |
| 61 'ipc_handle_win.h', | |
| 62 'ipc_listener.h', | 60 'ipc_listener.h', |
| 63 'ipc_logging.cc', | 61 'ipc_logging.cc', |
| 64 'ipc_logging.h', | 62 'ipc_logging.h', |
| 65 'ipc_message.cc', | 63 'ipc_message.cc', |
| 66 'ipc_message.h', | 64 'ipc_message.h', |
| 67 'ipc_message_attachment.cc', | 65 'ipc_message_attachment.cc', |
| 68 'ipc_message_attachment.h', | 66 'ipc_message_attachment.h', |
| 69 'ipc_message_attachment_set.cc', | 67 'ipc_message_attachment_set.cc', |
| 70 'ipc_message_attachment_set.h', | 68 'ipc_message_attachment_set.h', |
| 71 'ipc_message_generator.cc', | 69 'ipc_message_generator.cc', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 ['OS == "win" or OS == "ios"', { | 138 ['OS == "win" or OS == "ios"', { |
| 141 'sources!': [ | 139 'sources!': [ |
| 142 'unix_domain_socket_util.cc', | 140 'unix_domain_socket_util.cc', |
| 143 ], | 141 ], |
| 144 }], | 142 }], |
| 145 ], | 143 ], |
| 146 }], | 144 }], |
| 147 ], | 145 ], |
| 148 }, | 146 }, |
| 149 } | 147 } |
| OLD | NEW |