Commit 81239571 authored by Alex Cooper's avatar Alex Cooper Committed by Commit Bot

Remove vr dependencies on non-public gamepad

Removes vr dependencies on non-public gamepad directories.  The actual
dependencies were removed in previous device changelists.

Fixed: 773463
Change-Id: Ib58081bdfe5dd4627045db2cd6d89cf1bb1ba976
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914835
Commit-Queue: Brandon Jones <bajones@chromium.org>
Reviewed-by: default avatarBrandon Jones <bajones@chromium.org>
Auto-Submit: Alexander Cooper <alcooper@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715797}
parent e9880beb
...@@ -111,7 +111,6 @@ static_library("vr_android") { ...@@ -111,7 +111,6 @@ static_library("vr_android") {
"//components/search_engines:search_engines", "//components/search_engines:search_engines",
"//content/public/browser", "//content/public/browser",
"//content/public/common", "//content/public/common",
"//device/gamepad",
"//device/vr", "//device/vr",
"//device/vr/buildflags:buildflags", "//device/vr/buildflags:buildflags",
"//services/device/public/mojom", "//services/device/public/mojom",
......
...@@ -78,8 +78,6 @@ if (enable_vr) { ...@@ -78,8 +78,6 @@ if (enable_vr) {
deps += [ deps += [
":jni_headers", ":jni_headers",
"//device/gamepad",
"//device/gamepad/public/cpp:shared_with_blink",
"//third_party/blink/public:blink_headers", "//third_party/blink/public:blink_headers",
"//third_party/gvr-android-sdk:gvr_shim", "//third_party/gvr-android-sdk:gvr_shim",
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment