| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 '../ui/events/keycodes/dom/keycode_converter.cc', | 116 '../ui/events/keycodes/dom/keycode_converter.cc', |
| 117 '<@(remoting_base_sources)', | 117 '<@(remoting_base_sources)', |
| 118 '<@(remoting_codec_sources)', | 118 '<@(remoting_codec_sources)', |
| 119 '<@(remoting_client_plugin_sources)', | 119 '<@(remoting_client_plugin_sources)', |
| 120 '<@(remoting_client_sources)', | 120 '<@(remoting_client_sources)', |
| 121 '<@(remoting_protocol_sources)', | 121 '<@(remoting_protocol_sources)', |
| 122 '<@(remoting_signaling_sources)', | 122 '<@(remoting_signaling_sources)', |
| 123 ], | 123 ], |
| 124 'sources!': [ | 124 'sources!': [ |
| 125 'base/url_request_context_getter.cc', | 125 'base/url_request_context_getter.cc', |
| 126 'protocol/chromium_socket_factory.cc', | |
| 127 'protocol/chromium_port_allocator_factory.cc', | |
| 128 'protocol/webrtc_transport.cc', | |
| 129 ], | 126 ], |
| 130 | 127 |
| 131 # Include normalizing_input_filter_*.cc excluded by the filename | 128 # Include normalizing_input_filter_*.cc excluded by the filename |
| 132 # 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 |
| 133 # evaluated after the filename rules. | 130 # evaluated after the filename rules. |
| 134 'target_conditions': [ | 131 'target_conditions': [ |
| 135 ['1==1', { | 132 ['1==1', { |
| 136 'sources/': [ | 133 'sources/': [ |
| 137 [ 'include', 'client/normalizing_input_filter_mac.cc' ], | 134 [ 'include', 'client/normalizing_input_filter_mac.cc' ], |
| 138 [ 'include', 'client/normalizing_input_filter_win.cc' ], | 135 [ 'include', 'client/normalizing_input_filter_win.cc' ], |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 '-lppapi_cpp', | 229 '-lppapi_cpp', |
| 233 '-lpthread', | 230 '-lpthread', |
| 234 '-lnacl_io', | 231 '-lnacl_io', |
| 235 ], | 232 ], |
| 236 'sources': [ | 233 'sources': [ |
| 237 'client/plugin/pepper_module.cc', | 234 'client/plugin/pepper_module.cc', |
| 238 ], | 235 ], |
| 239 }, # end of target 'remoting_client_plugin_nacl' | 236 }, # end of target 'remoting_client_plugin_nacl' |
| 240 ] | 237 ] |
| 241 } | 238 } |
| OLD | NEW |