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

Unified Diff: webrtc/system_wrappers/system_wrappers.gyp

Issue 1820133002: Implement CPU feature detection for ARM Linux. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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 | « webrtc/system_wrappers/source/cpu_features_linux.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/system_wrappers/system_wrappers.gyp
diff --git a/webrtc/system_wrappers/system_wrappers.gyp b/webrtc/system_wrappers/system_wrappers.gyp
index 0ae941761d1af59f94346d5a6314d79de61f7f2b..5182363a67a217f7d5bef954031b738a63c78240 100644
--- a/webrtc/system_wrappers/system_wrappers.gyp
+++ b/webrtc/system_wrappers/system_wrappers.gyp
@@ -123,6 +123,9 @@
'defines': [
'WEBRTC_THREAD_RR',
],
+ 'dependencies': [
+ 'cpu_features_webrtc.gyp:cpu_features_linux',
kjellander_webrtc 2016/03/30 19:11:17 I'm not sure if this will compile fine with Chromi
+ ],
'link_settings': {
'libraries': [ '-lrt', ],
},
« no previous file with comments | « webrtc/system_wrappers/source/cpu_features_linux.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698