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

Unified Diff: content/browser/BUILD.gn

Issue 2662583003: Clean up device/vr BUILD file. (Closed)
Patch Set: 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/renderer/BUILD.gn » ('j') | no next file with comments »
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 69a67af276c8330753d9cdfd9c9a25817e8b111a..b3bce4e1c64e2907169b42719b0348db5a980d3b 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -78,6 +78,7 @@ source_set("browser") {
"//device/screen_orientation/public/interfaces",
"//device/sensors/public/cpp",
"//device/vibration",
+ "//device/vr",
"//device/wake_lock",
"//google_apis",
"//gpu",
@@ -2002,12 +2003,6 @@ source_set("browser") {
deps += [ "//ui/ozone" ]
}
- if (enable_webvr) {
- deps += [ "//device/vr" ]
- } else {
- deps += [ "//device/vr:mojo_only" ]
- }
-
if (enable_ipc_fuzzer) {
configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
}
« no previous file with comments | « no previous file | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698