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

Unified Diff: libsrtp/libsrtp.gyp

Issue 9117020: update libsrtp gyp file (Closed) Base URL: https://src.chromium.org/svn/trunk/deps/third_party/
Patch Set: Created 8 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libsrtp/libsrtp.gyp
===================================================================
--- libsrtp/libsrtp.gyp (revision 118772)
+++ libsrtp/libsrtp.gyp (working copy)
@@ -107,34 +107,34 @@
'srtp/include/ut_sim.h',
# headers
- 'srtp/crypto/aes_cbc.h',
- 'srtp/crypto/aes.h',
- 'srtp/crypto/aes_icm.h',
- 'srtp/crypto/alloc.h',
- 'srtp/crypto/auth.h',
- 'srtp/crypto/cipher.h',
- 'srtp/crypto/config.h',
- 'srtp/crypto/cryptoalg.h',
- 'srtp/crypto/crypto.h',
- 'srtp/crypto/crypto_kernel.h',
- 'srtp/crypto/crypto_math.h',
- 'srtp/crypto/crypto_types.h',
- 'srtp/crypto/datatypes.h',
- 'srtp/crypto/err.h',
- 'srtp/crypto/gf2_8.h',
- 'srtp/crypto/hmac.h',
- 'srtp/crypto/integers.h',
- 'srtp/crypto/kernel_compat.h',
- 'srtp/crypto/key.h',
- 'srtp/crypto/null_auth.h',
- 'srtp/crypto/null_cipher.h',
- 'srtp/crypto/prng.h',
- 'srtp/crypto/rand_source.h',
- 'srtp/crypto/rdb.h',
- 'srtp/crypto/rdbx.h',
- 'srtp/crypto/sha1.h',
- 'srtp/crypto/stat.h',
- 'srtp/crypto/xfm.h',
+ 'srtp/crypto/include/aes_cbc.h',
+ 'srtp/crypto/include/aes.h',
+ 'srtp/crypto/include/aes_icm.h',
+ 'srtp/crypto/include/alloc.h',
+ 'srtp/crypto/include/auth.h',
+ 'srtp/crypto/include/cipher.h',
+ 'srtp/crypto/include/config.h',
+ 'srtp/crypto/include/cryptoalg.h',
+ 'srtp/crypto/include/crypto.h',
+ 'srtp/crypto/include/crypto_kernel.h',
+ 'srtp/crypto/include/crypto_math.h',
+ 'srtp/crypto/include/crypto_types.h',
+ 'srtp/crypto/include/datatypes.h',
+ 'srtp/crypto/include/err.h',
+ 'srtp/crypto/include/gf2_8.h',
+ 'srtp/crypto/include/hmac.h',
+ 'srtp/crypto/include/integers.h',
+ 'srtp/crypto/include/kernel_compat.h',
+ 'srtp/crypto/include/key.h',
+ 'srtp/crypto/include/null_auth.h',
+ 'srtp/crypto/include/null_cipher.h',
+ 'srtp/crypto/include/prng.h',
+ 'srtp/crypto/include/rand_source.h',
+ 'srtp/crypto/include/rdb.h',
+ 'srtp/crypto/include/rdbx.h',
+ 'srtp/crypto/include/sha1.h',
+ 'srtp/crypto/include/stat.h',
+ 'srtp/crypto/include/xfm.h',
# sources
'srtp/srtp/ekt.c',
@@ -155,7 +155,6 @@
'srtp/crypto/kernel/key.c',
'srtp/crypto/math/datatypes.c',
'srtp/crypto/math/gf2_8.c',
- 'srtp/crypto/math/math.c',
Sergey Ulanov 2012/01/24 04:56:56 Why remove math.c?
mallinath 2012/01/24 06:28:57 math.c is not used when it's compiled and also it
'srtp/crypto/math/stat.c',
'srtp/crypto/replay/rdb.c',
'srtp/crypto/replay/rdbx.c',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698