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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl', | 109 '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl', |
110 '../third_party/libvpx/libvpx_nacl.gyp:libvpx_nacl', | 110 '../third_party/libvpx/libvpx_nacl.gyp:libvpx_nacl', |
111 '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl', | 111 '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl', |
112 '../third_party/opus/opus_nacl.gyp:opus_nacl', | 112 '../third_party/opus/opus_nacl.gyp:opus_nacl', |
113 'remoting_proto_nacl', | 113 'remoting_proto_nacl', |
114 'remoting_webrtc_nacl', | 114 'remoting_webrtc_nacl', |
115 ], | 115 ], |
116 'sources': [ | 116 'sources': [ |
117 '../ui/events/keycodes/dom4/keycode_converter.cc', | 117 '../ui/events/keycodes/dom4/keycode_converter.cc', |
118 '<@(remoting_base_sources)', | 118 '<@(remoting_base_sources)', |
119 '<@(remoting_codec_sources)', | |
120 '<@(remoting_client_plugin_sources)', | 119 '<@(remoting_client_plugin_sources)', |
121 '<@(remoting_client_sources)', | 120 '<@(remoting_client_sources)', |
122 '<@(remoting_protocol_sources)', | 121 '<@(remoting_protocol_sources)', |
123 ], | 122 ], |
124 'sources!': [ | 123 'sources!': [ |
125 'base/url_request_context_getter.cc', | 124 'base/url_request_context_getter.cc', |
126 'protocol/chromium_socket_factory.cc', | 125 'protocol/chromium_socket_factory.cc', |
127 ], | 126 ], |
128 | 127 |
129 # Include normalizing_input_filter_mac.cc excluded by the filename | 128 # Include normalizing_input_filter_mac.cc excluded by the filename |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 '-lppapi_cpp', | 232 '-lppapi_cpp', |
234 '-lpthread', | 233 '-lpthread', |
235 '-lnacl_io', | 234 '-lnacl_io', |
236 ], | 235 ], |
237 'sources': [ | 236 'sources': [ |
238 'client/plugin/pepper_module.cc', | 237 'client/plugin/pepper_module.cc', |
239 ], | 238 ], |
240 }, # end of target 'remoting_client_plugin_nacl' | 239 }, # end of target 'remoting_client_plugin_nacl' |
241 ] | 240 ] |
242 } | 241 } |
OLD | NEW |