| 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 12 matching lines...) Expand all Loading... |
| 23 'attachment_broker_unprivileged.cc', | 23 'attachment_broker_unprivileged.cc', |
| 24 'attachment_broker_unprivileged.h', | 24 'attachment_broker_unprivileged.h', |
| 25 'attachment_broker_unprivileged_mac.cc', | 25 'attachment_broker_unprivileged_mac.cc', |
| 26 'attachment_broker_unprivileged_mac.h', | 26 'attachment_broker_unprivileged_mac.h', |
| 27 'attachment_broker_unprivileged_win.cc', | 27 'attachment_broker_unprivileged_win.cc', |
| 28 'attachment_broker_unprivileged_win.h', | 28 'attachment_broker_unprivileged_win.h', |
| 29 'brokerable_attachment.cc', | 29 'brokerable_attachment.cc', |
| 30 'brokerable_attachment.h', | 30 'brokerable_attachment.h', |
| 31 'brokerable_attachment_mac.cc', | 31 'brokerable_attachment_mac.cc', |
| 32 'brokerable_attachment_win.cc', | 32 'brokerable_attachment_win.cc', |
| 33 'export_template.h', |
| 33 'handle_attachment_win.cc', | 34 'handle_attachment_win.cc', |
| 34 'handle_attachment_win.h', | 35 'handle_attachment_win.h', |
| 35 'handle_win.cc', | 36 'handle_win.cc', |
| 36 'handle_win.h', | 37 'handle_win.h', |
| 37 'ipc_channel.cc', | 38 'ipc_channel.cc', |
| 38 'ipc_channel.h', | 39 'ipc_channel.h', |
| 39 'ipc_channel_factory.cc', | 40 'ipc_channel_factory.cc', |
| 40 'ipc_channel_factory.h', | 41 'ipc_channel_factory.h', |
| 41 'ipc_channel_common.cc', | 42 'ipc_channel_common.cc', |
| 42 'ipc_channel_handle.h', | 43 'ipc_channel_handle.h', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 62 'ipc_message.cc', | 63 'ipc_message.cc', |
| 63 'ipc_message.h', | 64 'ipc_message.h', |
| 64 'ipc_message_attachment.cc', | 65 'ipc_message_attachment.cc', |
| 65 'ipc_message_attachment.h', | 66 'ipc_message_attachment.h', |
| 66 'ipc_message_attachment_set.cc', | 67 'ipc_message_attachment_set.cc', |
| 67 'ipc_message_attachment_set.h', | 68 'ipc_message_attachment_set.h', |
| 68 'ipc_message_generator.cc', | 69 'ipc_message_generator.cc', |
| 69 'ipc_message_generator.h', | 70 'ipc_message_generator.h', |
| 70 'ipc_message_macros.h', | 71 'ipc_message_macros.h', |
| 71 'ipc_message_start.h', | 72 'ipc_message_start.h', |
| 73 'ipc_message_templates.h', |
| 74 'ipc_message_templates_impl.h', |
| 72 'ipc_message_utils.cc', | 75 'ipc_message_utils.cc', |
| 73 'ipc_message_utils.h', | 76 'ipc_message_utils.h', |
| 74 'ipc_param_traits.h', | 77 'ipc_param_traits.h', |
| 75 'ipc_platform_file.cc', | 78 'ipc_platform_file.cc', |
| 76 'ipc_platform_file.h', | 79 'ipc_platform_file.h', |
| 77 'ipc_platform_file_attachment_posix.cc', | 80 'ipc_platform_file_attachment_posix.cc', |
| 78 'ipc_platform_file_attachment_posix.h', | 81 'ipc_platform_file_attachment_posix.h', |
| 79 'ipc_sender.h', | 82 'ipc_sender.h', |
| 80 'ipc_switches.cc', | 83 'ipc_switches.cc', |
| 81 'ipc_switches.h', | 84 'ipc_switches.h', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 ['OS == "win" or OS == "ios"', { | 124 ['OS == "win" or OS == "ios"', { |
| 122 'sources!': [ | 125 'sources!': [ |
| 123 'unix_domain_socket_util.cc', | 126 'unix_domain_socket_util.cc', |
| 124 ], | 127 ], |
| 125 }], | 128 }], |
| 126 ], | 129 ], |
| 127 }], | 130 }], |
| 128 ], | 131 ], |
| 129 }, | 132 }, |
| 130 } | 133 } |
| OLD | NEW |