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

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: Fixes for chromium and x86 builds 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
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..919e573de2508f3e525d523b7bb26dcd78184619 100644
--- a/webrtc/system_wrappers/system_wrappers.gyp
+++ b/webrtc/system_wrappers/system_wrappers.gyp
@@ -123,6 +123,13 @@
'defines': [
'WEBRTC_THREAD_RR',
],
+ 'conditions': [
+ ['build_with_chromium==0', {
+ 'dependencies': [
+ 'cpu_features_webrtc.gyp:cpu_features_linux',
+ ],
+ }],
+ ],
'link_settings': {
'libraries': [ '-lrt', ],
},

Powered by Google App Engine
This is Rietveld 408576698