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

Unified Diff: content/browser/BUILD.gn

Issue 2603553002: Ports VRService to be hosted in the device service.
Patch Set: Ports VRService to be hosted in the device service. 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
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | services/device/manifest.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 079bb3f7402981051c6b9b18d8c8808c29e7d841..0165b14940c1c3b7ec6634fd69a8b45c5f4f6a5e 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1985,12 +1985,6 @@ source_set("browser") {
deps += [ "//ui/ozone" ]
}
- if (enable_webvr) {
- deps += [ "//device/vr" ]
- } else {
- deps += [ "//device/vr:mojo_bindings" ]
- }
-
if (enable_ipc_fuzzer) {
configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
}
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | services/device/manifest.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698