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

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

Issue 2399533002: Pull in vr_shell code for webvr (Closed)
Patch Set: review Created 4 years, 2 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 f2e1f803d8a66a17aed972aae41e32228ff1e299..cfba3c0c67f6d2686cbde1cc126bd9eca0a6b709 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -6,9 +6,9 @@ import("//build/config/android/rules.gni")
import("//chrome/common/features.gni")
import("//testing/test.gni")
-assert(enable_vr_shell && android_java_ui)
+assert(enable_vr_shell || enable_webvr)
-static_library("vr_shell") {
+static_library("vr_common") {
sources = [
"animation.cc",
"animation.h",
@@ -69,7 +69,7 @@ test("vr_shell_unittests") {
]
deps = [
- ":vr_shell",
+ ":vr_common",
"//base/test:run_all_unittests",
"//base/test:test_support",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698