Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2155)

Side by Side Diff: remoting/remoting_nacl.gyp

Issue 1547533002: remoting: use VerifyHostPinHash() in place on IsPinValid() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restore modp_b64_nacl as well Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW
« remoting/remoting_host_mac.gypi ('K') | « remoting/remoting_host_mac.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698