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

Unified Diff: remoting/android/BUILD.gn

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
« no previous file with comments | « no previous file | remoting/android/client_java_tmpl.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/BUILD.gn
diff --git a/remoting/android/BUILD.gn b/remoting/android/BUILD.gn
index 2542aeabae83c7b0738b38233c810ff128043797..f1ab679e6d5a9afa7222d3f8ba0f727c935c4d67 100644
--- a/remoting/android/BUILD.gn
+++ b/remoting/android/BUILD.gn
@@ -91,11 +91,6 @@ remoting_localize("remoting_apk_manifest") {
"java/AndroidManifest.xml.jinja2",
]
locales = [ "en" ]
- if (remoting_enable_cardboard) {
- defines = [ "ENABLE_CARDBOARD=1" ]
- } else {
- defines = [ "ENABLE_CARDBOARD=0" ]
- }
variables = [ rebase_path(branding_path) ]
output = "$root_gen_dir/remoting/android/{{source_name_part}}"
}
@@ -118,21 +113,6 @@ remoting_android_client_java_tmpl("remoting_android_client_java") {
remoting_google_play_services_library = google_play_services_library
}
-if (current_cpu == "arm") {
- action("remoting_cardboard_extract_native_lib") {
- script = "//remoting/tools/extract_android_native_lib.py"
- sources = [
- "//third_party/cardboard-java/src/CardboardSample/libs/cardboard.jar",
- ]
- outputs = [
- "$root_out_dir/libvrtoolkit.so",
- ]
- args = [ android_app_abi ]
- args += rebase_path(sources, root_build_dir)
- args += rebase_path(outputs, root_build_dir)
- }
-}
-
remoting_apk_tmpl("remoting_apk") {
apk_name = "Chromoting"
java_files = [ "//remoting/android/apk/src/org/chromium/chromoting/RemotingApplication.java" ]
« no previous file with comments | « no previous file | remoting/android/client_java_tmpl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698