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

Unified Diff: device/BUILD.gn

Issue 2258513003: Revert of Migrate WebVR Cardboard implementation to GVR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gvr_third_party
Patch Set: Created 4 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
« no previous file with comments | « content/public/android/BUILD.gn ('k') | device/vr/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index d5c211d8293eee8f48367a90425c59a4b60ef8e1..6330dacbb1e74f5c1536524e75912c2bdda02a83 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -63,6 +63,8 @@
"nfc/nfc_chromeos_unittest.cc",
"nfc/nfc_ndef_record_unittest.cc",
"test/run_all_unittests.cc",
+ "vr/vr_device_manager_unittest.cc",
+ "vr/vr_service_impl_unittest.cc",
]
deps = [
@@ -76,6 +78,9 @@
"//device/geolocation:unittests",
"//device/nfc",
"//device/power_save_blocker",
+ "//device/vr",
+ "//device/vr:fakes",
+ "//device/vr:mojo_bindings",
"//mojo/common",
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
@@ -220,19 +225,6 @@
"bluetooth/bluetooth_low_energy_win_fake.h",
]
}
-
- if (enable_webvr) {
- sources += [
- "vr/vr_device_manager_unittest.cc",
- "vr/vr_service_impl_unittest.cc",
- ]
-
- deps += [
- "//device/vr",
- "//device/vr:fakes",
- "//device/vr:mojo_bindings",
- ]
- }
}
if (is_android) {
« no previous file with comments | « content/public/android/BUILD.gn ('k') | device/vr/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698