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

Unified Diff: libsrtp.gyp

Issue 222553004: Add support for arm64 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp.git@master
Patch Set: Created 6 years, 9 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 | « README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libsrtp.gyp
diff --git a/libsrtp.gyp b/libsrtp.gyp
index 5385da89815d291d7d66a558ea0edd9795afd62e..a642d6e003f7d61198a3341bc7d67e4cb3229ba8 100644
--- a/libsrtp.gyp
+++ b/libsrtp.gyp
@@ -46,7 +46,7 @@
'CPU_CISC',
],
}],
- ['target_arch=="arm" or target_arch=="armv7"', {
+ ['target_arch=="arm" or target_arch=="armv7" or target_arch=="arm64"', {
'defines': [
# TODO(leozwang): CPU_RISC doesn't work properly on android/arm
# platform for unknown reasons, need to investigate the root cause
@@ -154,7 +154,7 @@
# sources
'srtp/srtp/ekt.c',
'srtp/srtp/srtp.c',
-
+
'srtp/crypto/cipher/aes.c',
'srtp/crypto/cipher/aes_cbc.c',
'srtp/crypto/cipher/aes_icm.c',
« no previous file with comments | « README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698