| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'mach_port_attachment_mac.cc', | 91 'mach_port_attachment_mac.cc', |
| 92 'mach_port_attachment_mac.h', | 92 'mach_port_attachment_mac.h', |
| 93 'mach_port_mac.cc', | 93 'mach_port_mac.cc', |
| 94 'mach_port_mac.h', | 94 'mach_port_mac.h', |
| 95 'message_filter.cc', | 95 'message_filter.cc', |
| 96 'message_filter.h', | 96 'message_filter.h', |
| 97 'message_filter_router.cc', | 97 'message_filter_router.cc', |
| 98 'message_filter_router.h', | 98 'message_filter_router.h', |
| 99 'message_router.cc', | 99 'message_router.cc', |
| 100 'message_router.h', | 100 'message_router.h', |
| 101 'mojo_event.cc', |
| 102 'mojo_event.h', |
| 101 'param_traits_log_macros.h', | 103 'param_traits_log_macros.h', |
| 102 'param_traits_macros.h', | 104 'param_traits_macros.h', |
| 103 'param_traits_read_macros.h', | 105 'param_traits_read_macros.h', |
| 104 'param_traits_write_macros.h', | 106 'param_traits_write_macros.h', |
| 105 'placeholder_brokerable_attachment.cc', | 107 'placeholder_brokerable_attachment.cc', |
| 106 'placeholder_brokerable_attachment.h', | 108 'placeholder_brokerable_attachment.h', |
| 107 'struct_constructor_macros.h', | 109 'struct_constructor_macros.h', |
| 108 'struct_destructor_macros.h', | 110 'struct_destructor_macros.h', |
| 109 'unix_domain_socket_util.cc', | 111 'unix_domain_socket_util.cc', |
| 110 'unix_domain_socket_util.h', | 112 'unix_domain_socket_util.h', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 126 ['OS == "win" or OS == "ios"', { | 128 ['OS == "win" or OS == "ios"', { |
| 127 'sources!': [ | 129 'sources!': [ |
| 128 'unix_domain_socket_util.cc', | 130 'unix_domain_socket_util.cc', |
| 129 ], | 131 ], |
| 130 }], | 132 }], |
| 131 ], | 133 ], |
| 132 }], | 134 }], |
| 133 ], | 135 ], |
| 134 }, | 136 }, |
| 135 } | 137 } |
| OLD | NEW |