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

Unified Diff: remoting/remoting_android.gypi

Issue 1829543002: [remoting android] Trim Cardboard library from APK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « remoting/android/remoting_apk_tmpl.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_android.gypi
diff --git a/remoting/remoting_android.gypi b/remoting/remoting_android.gypi
index 96c1ce5c97355254ea6fc0e58917ae10748dbc9b..7a79a72efc14727fbbf159d176b2fe5abe98aa4d 100644
--- a/remoting/remoting_android.gypi
+++ b/remoting/remoting_android.gypi
@@ -186,7 +186,7 @@
},
'includes': [ '../build/java_apk.gypi' ],
'conditions': [
- ['target_arch == "arm"', {
+ ['enable_cardboard == 1 and target_arch == "arm"', {
'dependencies': [ 'remoting_cardboard_extract_native_lib' ],
'variables': {
'extra_native_libs': [ '<(SHARED_LIB_DIR)/libvrtoolkit.so' ],
« no previous file with comments | « remoting/android/remoting_apk_tmpl.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698