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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
181 '../native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted' , | 181 '../native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted' , |
182 '../net/net_nacl.gyp:net_nacl', | 182 '../net/net_nacl.gyp:net_nacl', |
183 '../ppapi/native_client/native_client.gyp:ppapi_lib', | 183 '../ppapi/native_client/native_client.gyp:ppapi_lib', |
184 '../ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 184 '../ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
185 '../third_party/expat/expat_nacl.gyp:expat_nacl', | 185 '../third_party/expat/expat_nacl.gyp:expat_nacl', |
186 '../third_party/icu/icu_nacl.gyp:icudata_nacl', | 186 '../third_party/icu/icu_nacl.gyp:icudata_nacl', |
187 '../third_party/icu/icu_nacl.gyp:icui18n_nacl', | 187 '../third_party/icu/icu_nacl.gyp:icui18n_nacl', |
188 '../third_party/icu/icu_nacl.gyp:icuuc_nacl', | 188 '../third_party/icu/icu_nacl.gyp:icuuc_nacl', |
189 '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl', | 189 '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl', |
190 '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl', | 190 '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl', |
191 '../third_party/modp_b64/modp_b64_nacl.gyp:modp_b64_nacl', | |
Sergey Ulanov
2015/12/22 17:44:19
I think we still need this. It's not related to th
tfarina
2015/12/22 17:46:53
Thanks! Restored.
| |
192 '../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl', | 191 '../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl', |
193 '../url/url_nacl.gyp:url_nacl', | 192 '../url/url_nacl.gyp:url_nacl', |
194 'remoting_client_plugin_lib_nacl', | 193 'remoting_client_plugin_lib_nacl', |
195 'remoting_proto_nacl', | 194 'remoting_proto_nacl', |
196 'remoting_webrtc_nacl', | 195 'remoting_webrtc_nacl', |
197 ], | 196 ], |
198 'link_flags': [ | 197 'link_flags': [ |
199 '-lppapi_stub', | 198 '-lppapi_stub', |
200 | 199 |
201 # Plugin code. | 200 # Plugin code. |
202 '-lremoting_client_plugin_lib_nacl', | 201 '-lremoting_client_plugin_lib_nacl', |
203 '-lremoting_proto_nacl', | 202 '-lremoting_proto_nacl', |
204 | 203 |
205 # Chromium libraries. | 204 # Chromium libraries. |
206 '-ljingle_glue_nacl', | 205 '-ljingle_glue_nacl', |
207 '-lnet_nacl', | 206 '-lnet_nacl', |
208 '-lcrypto_nacl', | 207 '-lcrypto_nacl', |
209 '-lbase_i18n_nacl', | 208 '-lbase_i18n_nacl', |
210 '-lbase_nacl', | 209 '-lbase_nacl', |
211 '-lurl_nacl', | 210 '-lurl_nacl', |
212 | 211 |
213 # Third-party libraries. | 212 # Third-party libraries. |
214 '-lremoting_webrtc_nacl', | 213 '-lremoting_webrtc_nacl', |
215 '-lyuv_nacl', | 214 '-lyuv_nacl', |
216 '-lvpx_nacl', | 215 '-lvpx_nacl', |
217 '-ljingle_p2p_constants_nacl', | 216 '-ljingle_p2p_constants_nacl', |
218 '-ljingle_nacl', | 217 '-ljingle_nacl', |
219 '-lexpat_nacl', | 218 '-lexpat_nacl', |
220 '-lmodp_b64_nacl', | |
221 '-lopus_nacl', | 219 '-lopus_nacl', |
222 '-lboringssl_nacl', | 220 '-lboringssl_nacl', |
223 '-licui18n_nacl', | 221 '-licui18n_nacl', |
224 '-licuuc_nacl', | 222 '-licuuc_nacl', |
225 '-licudata_nacl', | 223 '-licudata_nacl', |
226 '-lprotobuf_lite_nacl', | 224 '-lprotobuf_lite_nacl', |
227 | 225 |
228 # Base NaCl libraries. | 226 # Base NaCl libraries. |
229 '-lppapi_cpp', | 227 '-lppapi_cpp', |
230 '-lpthread', | 228 '-lpthread', |
231 '-lnacl_io', | 229 '-lnacl_io', |
232 ], | 230 ], |
233 'sources': [ | 231 'sources': [ |
234 'client/plugin/pepper_module.cc', | 232 'client/plugin/pepper_module.cc', |
235 ], | 233 ], |
236 }, # end of target 'remoting_client_plugin_nacl' | 234 }, # end of target 'remoting_client_plugin_nacl' |
237 ] | 235 ] |
238 } | 236 } |
OLD | NEW |