Chromium Code Reviews| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 210 '-lbase_nacl', | 210 '-lbase_nacl', |
| 211 '-lurl_nacl', | 211 '-lurl_nacl', |
| 212 | 212 |
| 213 # Third-party libraries. | 213 # Third-party libraries. |
| 214 '-lremoting_webrtc_nacl', | 214 '-lremoting_webrtc_nacl', |
| 215 '-lyuv_nacl', | 215 '-lyuv_nacl', |
| 216 '-lvpx_nacl', | 216 '-lvpx_nacl', |
| 217 '-ljingle_p2p_constants_nacl', | 217 '-ljingle_p2p_constants_nacl', |
| 218 '-ljingle_nacl', | 218 '-ljingle_nacl', |
| 219 '-lexpat_nacl', | 219 '-lexpat_nacl', |
| 220 '-lmodp_b64_nacl', | |
|
Sergey Ulanov
2015/12/22 18:28:53
Still need this
tfarina
2015/12/23 15:32:00
Done.
| |
| 221 '-lopus_nacl', | 220 '-lopus_nacl', |
| 222 '-lboringssl_nacl', | 221 '-lboringssl_nacl', |
| 223 '-licui18n_nacl', | 222 '-licui18n_nacl', |
| 224 '-licuuc_nacl', | 223 '-licuuc_nacl', |
| 225 '-licudata_nacl', | 224 '-licudata_nacl', |
| 226 '-lprotobuf_lite_nacl', | 225 '-lprotobuf_lite_nacl', |
| 227 | 226 |
| 228 # Base NaCl libraries. | 227 # Base NaCl libraries. |
| 229 '-lppapi_cpp', | 228 '-lppapi_cpp', |
| 230 '-lpthread', | 229 '-lpthread', |
| 231 '-lnacl_io', | 230 '-lnacl_io', |
| 232 ], | 231 ], |
| 233 'sources': [ | 232 'sources': [ |
| 234 'client/plugin/pepper_module.cc', | 233 'client/plugin/pepper_module.cc', |
| 235 ], | 234 ], |
| 236 }, # end of target 'remoting_client_plugin_nacl' | 235 }, # end of target 'remoting_client_plugin_nacl' |
| 237 ] | 236 ] |
| 238 } | 237 } |
| OLD | NEW |