| 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 29 matching lines...) Expand all Loading... |
| 40 'ipc_message_attachment.h', | 40 'ipc_message_attachment.h', |
| 41 'ipc_message_attachment_set.cc', | 41 'ipc_message_attachment_set.cc', |
| 42 'ipc_message_attachment_set.h', | 42 'ipc_message_attachment_set.h', |
| 43 'ipc_message_macros.h', | 43 'ipc_message_macros.h', |
| 44 'ipc_message_start.h', | 44 'ipc_message_start.h', |
| 45 'ipc_message_utils.cc', | 45 'ipc_message_utils.cc', |
| 46 'ipc_message_utils.h', | 46 'ipc_message_utils.h', |
| 47 'ipc_param_traits.h', | 47 'ipc_param_traits.h', |
| 48 'ipc_platform_file.cc', | 48 'ipc_platform_file.cc', |
| 49 'ipc_platform_file.h', | 49 'ipc_platform_file.h', |
| 50 'ipc_platform_file_attachment.cc', | 50 'ipc_platform_file_attachment_posix.cc', |
| 51 'ipc_platform_file_attachment.h', | 51 'ipc_platform_file_attachment_posix.h', |
| 52 'ipc_sender.h', | 52 'ipc_sender.h', |
| 53 'ipc_switches.cc', | 53 'ipc_switches.cc', |
| 54 'ipc_switches.h', | 54 'ipc_switches.h', |
| 55 'ipc_sync_channel.cc', | 55 'ipc_sync_channel.cc', |
| 56 'ipc_sync_channel.h', | 56 'ipc_sync_channel.h', |
| 57 'ipc_sync_message.cc', | 57 'ipc_sync_message.cc', |
| 58 'ipc_sync_message.h', | 58 'ipc_sync_message.h', |
| 59 'ipc_sync_message_filter.cc', | 59 'ipc_sync_message_filter.cc', |
| 60 'ipc_sync_message_filter.h', | 60 'ipc_sync_message_filter.h', |
| 61 'message_filter.cc', | 61 'message_filter.cc', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 88 ['OS == "win" or OS == "ios"', { | 88 ['OS == "win" or OS == "ios"', { |
| 89 'sources!': [ | 89 'sources!': [ |
| 90 'unix_domain_socket_util.cc', | 90 'unix_domain_socket_util.cc', |
| 91 ], | 91 ], |
| 92 }], | 92 }], |
| 93 ], | 93 ], |
| 94 }], | 94 }], |
| 95 ], | 95 ], |
| 96 }, | 96 }, |
| 97 } | 97 } |
| OLD | NEW |