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

Unified Diff: content/browser/BUILD.gn

Issue 1200303002: Android WebVR implementation, Cardboard 0.5.5 SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build dependencies Created 5 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 6281b91af0cbe6d6b8621253700d8ffec753a5fa..3f18147875784432dbe48e4fdd1c81aef6db6056 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -503,6 +503,17 @@ source_set("browser") {
"vr/vr_device_manager.cc",
"vr/vr_device_manager.h",
"vr/vr_device_provider.h",
+ "vr/vr_transform_util.cc",
+ "vr/vr_transform_util.h",
+ ]
+ }
+
+ if (enable_webvr && is_android) {
+ sources += [
+ "vr/android/cardboard/cardboard_vr_device.cc",
+ "vr/android/cardboard/cardboard_vr_device.h",
+ "vr/android/cardboard/cardboard_vr_device_provider.cc",
+ "vr/android/cardboard/cardboard_vr_device_provider.h",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698