| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'includes': [ | 6 'includes': [ |
| 7 '../build/common_untrusted.gypi', | 7 '../build/common_untrusted.gypi', |
| 8 'remoting_srcs.gypi', | 8 'remoting_srcs.gypi', |
| 9 ], | 9 ], |
| 10 | 10 |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 'base/url_request_context_getter.cc', | 124 'base/url_request_context_getter.cc', |
| 125 'protocol/chromium_socket_factory.cc', | 125 'protocol/chromium_socket_factory.cc', |
| 126 ], | 126 ], |
| 127 | 127 |
| 128 # Include normalizing_input_filter_mac.cc excluded by the filename | 128 # Include normalizing_input_filter_mac.cc excluded by the filename |
| 129 # exclusion rules. Must be in target_conditions to make sure it's | 129 # exclusion rules. Must be in target_conditions to make sure it's |
| 130 # evaluated after the filename rules. | 130 # evaluated after the filename rules. |
| 131 'target_conditions': [ | 131 'target_conditions': [ |
| 132 ['1==1', { | 132 ['1==1', { |
| 133 'sources/': [ | 133 'sources/': [ |
| 134 [ 'include', 'client/plugin/normalizing_input_filter_mac.cc' ], | 134 [ 'include', 'client/normalizing_input_filter_mac.cc' ], |
| 135 ], | 135 ], |
| 136 }], | 136 }], |
| 137 ], | 137 ], |
| 138 }, # end of target 'remoting_client_plugin_lib_nacl' | 138 }, # end of target 'remoting_client_plugin_lib_nacl' |
| 139 | 139 |
| 140 { | 140 { |
| 141 'target_name': 'remoting_client_plugin_nacl', | 141 'target_name': 'remoting_client_plugin_nacl', |
| 142 'type': 'none', | 142 'type': 'none', |
| 143 'variables': { | 143 'variables': { |
| 144 'nacl_untrusted_build': 1, | 144 'nacl_untrusted_build': 1, |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 '-lppapi_cpp', | 231 '-lppapi_cpp', |
| 232 '-lpthread', | 232 '-lpthread', |
| 233 '-lnacl_io', | 233 '-lnacl_io', |
| 234 ], | 234 ], |
| 235 'sources': [ | 235 'sources': [ |
| 236 'client/plugin/pepper_module.cc', | 236 'client/plugin/pepper_module.cc', |
| 237 ], | 237 ], |
| 238 }, # end of target 'remoting_client_plugin_nacl' | 238 }, # end of target 'remoting_client_plugin_nacl' |
| 239 ] | 239 ] |
| 240 } | 240 } |
| OLD | NEW |