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

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 4 years 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') | third_party/WebKit/Source/modules/vr/VRController.cpp » ('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 f6196930e9cfcd97bd8f90155075456242a4394d..aa39233b1f19e799dc854d26773313836b8bf9f9 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1967,10 +1967,6 @@ source_set("browser") {
deps += [ "//ui/ozone" ]
}
- if (enable_webvr) {
- deps += [ "//device/vr" ]
- }
-
if (enable_ipc_fuzzer) {
configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
}
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | third_party/WebKit/Source/modules/vr/VRController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698