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

Unified Diff: content/renderer/BUILD.gn

Issue 1808203005: [OnionSoup] Moving VR service from content to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased to ToT again! Created 4 years, 8 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/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 8ac368dc57a69d8994afea42eab4b1332a55fe53..ea608b0aea7b75ce243afc72eb9ed262c12c11d4 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -243,15 +243,6 @@ source_set("renderer") {
]
}
- if (enable_webvr) {
- sources += [
- "vr/vr_dispatcher.cc",
- "vr/vr_dispatcher.h",
- "vr/vr_type_converters.cc",
- "vr/vr_type_converters.h",
- ]
- }
-
if (use_seccomp_bpf) {
defines += [ "USE_SECCOMP_BPF" ]
}

Powered by Google App Engine
This is Rietveld 408576698