Commit a1219617 authored by Carlos Caballero's avatar Carlos Caballero Committed by Commit Bot

Remove transitive dependency on //base/test:test_support

https://crrev.com/c/1649369 introduced a transitive dependency on
//base/test:test_support, I guess presubmit checks do not run here so
the submit did not fail on that patch.

Change-Id: I30291b3d192041339179e9599bec097ef87c27c1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1649585Reviewed-by: default avatarRouslan Solomakhin <rouslan@chromium.org>
Commit-Queue: Carlos Caballero <carlscab@google.com>
Cr-Commit-Position: refs/heads/master@{#667180}
parent 6236a984
...@@ -278,6 +278,7 @@ test("libaddressinput_unittests") { ...@@ -278,6 +278,7 @@ test("libaddressinput_unittests") {
":test_support", ":test_support",
":util", ":util",
"//base/test:run_all_unittests", "//base/test:run_all_unittests",
"//base/test:test_support",
"//components/prefs", "//components/prefs",
"//mojo/core/embedder", "//mojo/core/embedder",
"//net:test_support", "//net:test_support",
......
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