| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index fc443a0590d0d7fce61e0d385ec0466ae3f65429..42b2955ab8ad234d9e7598058352d119d770e552 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -10,7 +10,7 @@
|
| import("//chrome/common/features.gni")
|
| import("//components/os_crypt/features.gni")
|
| import("//components/spellcheck/spellcheck_build_features.gni")
|
| -import("//device/vr/features/features.gni")
|
| +import("//device/vr/features.gni")
|
| import("//extensions/features/features.gni")
|
| import("//media/media_options.gni")
|
| import("//net/features.gni")
|
| @@ -1606,7 +1606,7 @@
|
| "//device/power_save_blocker",
|
| "//device/usb/mojo",
|
| "//device/usb/public/interfaces",
|
| - "//device/vr/features",
|
| + "//device/vr:features",
|
| "//extensions/features",
|
| "//gin:gin_features",
|
| "//google_apis",
|
|
|