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

Unified Diff: chrome/browser/android/vr_shell/BUILD.gn

Issue 2616583002: Fix WebVR support for devices without Async Reprojection. (Closed)
Patch Set: Fix compile? Created 3 years, 11 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: chrome/browser/android/vr_shell/BUILD.gn
diff --git a/chrome/browser/android/vr_shell/BUILD.gn b/chrome/browser/android/vr_shell/BUILD.gn
index 619e5b3cf2c91220b37c2fc2f1d715613603463e..c25fb064f59fc7e657074423a6d2a5e1a989bb33 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -72,8 +72,10 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"//ui/gl/init",
]
- libs =
- [ "//third_party/gvr-android-sdk/libgvr_shim_static_${current_cpu}.a" ]
+ libs = [
+ "//third_party/gvr-android-sdk/libgvr_shim_static_${current_cpu}.a",
+ "android",
+ ]
configs += [ "//third_party/gvr-android-sdk:libgvr_config" ]
}

Powered by Google App Engine
This is Rietveld 408576698