Commit c9cfed08 authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

Remove dep on gvr:java from a native target

Depending on a java target from a native target doesn't do anything.

Change-Id: I01e2b75f93c95219a02f23f3da4d3d7878726f8a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488381
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Peter Wen <wnwen@chromium.org>
Auto-Submit: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarPeter Wen <wnwen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#819045}
parent e6e1f10d
...@@ -365,10 +365,6 @@ test("device_unittests") { ...@@ -365,10 +365,6 @@ test("device_unittests") {
"vr/vr_device_base_unittest.cc", "vr/vr_device_base_unittest.cc",
] ]
if (is_android) {
deps += [ "//device/vr:java" ]
}
defines = [ "DEVICE_VR_IMPLEMENTATION" ] defines = [ "DEVICE_VR_IMPLEMENTATION" ]
deps += [ deps += [
......
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