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

Unified Diff: device/BUILD.gn

Issue 2029703002: Moving VR service from /content/browser to /device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added nogncheck to failing include Created 4 years, 6 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: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 1bbd3dfc10c2aeb6895e5bf0c2ea6d6734c5e082..f9af1856b8ce11820f9ba9b717b27654439eca1a 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -60,6 +60,7 @@ test("device_unittests") {
"nfc/nfc_chromeos_unittest.cc",
"nfc/nfc_ndef_record_unittest.cc",
"test/run_all_unittests.cc",
+ "vr/vr_device_manager_unittest.cc",
]
deps = [
@@ -69,6 +70,8 @@ test("device_unittests") {
"//device/bluetooth",
"//device/bluetooth:mocks",
"//device/nfc",
+ "//device/vr",
+ "//device/vr:fakes",
"//mojo/common",
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/input/CardboardVRDevice.java ('k') | device/vr/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698