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

Unified Diff: remoting/android/remoting_apk_tmpl.gni

Issue 2252123002: [Remoting Android] Remove Cardboard Code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's Feedback - Removed unused const and strings Created 4 years, 4 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: remoting/android/remoting_apk_tmpl.gni
diff --git a/remoting/android/remoting_apk_tmpl.gni b/remoting/android/remoting_apk_tmpl.gni
index 0cc28b49290c56bb09f11dc78b9555e6d639cc92..6f1dbb871513605718b13dd8dd189774b69124f1 100644
--- a/remoting/android/remoting_apk_tmpl.gni
+++ b/remoting/android/remoting_apk_tmpl.gni
@@ -12,10 +12,5 @@ template("remoting_apk_tmpl") {
android_manifest = "$root_gen_dir/remoting/android/AndroidManifest.xml"
android_manifest_dep = "//remoting/android:remoting_apk_manifest"
shared_libraries = [ "//remoting/android:remoting_client_jni" ]
-
- if (remoting_enable_cardboard && current_cpu == "arm") {
- deps += [ "//remoting/android:remoting_cardboard_extract_native_lib" ]
- loadable_modules = [ "$root_out_dir/libvrtoolkit.so" ]
- }
}
}
« no previous file with comments | « remoting/android/java/src/org/chromium/chromoting/cardboard/TextureHelper.java ('k') | remoting/remoting_options.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698