Commit 10f4d61e authored by Luum Habtemariam's avatar Luum Habtemariam Committed by Commit Bot

Fixing broken CupsProxyService dep

Adding necessary dependency on IppParser, fixes some breaking fuzzer
builds.

Bug: chromium:1001869
Test: build succeeds
Change-Id: Ie04e8fc0de87b9639bf4086d31131b91ccae2b35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1793253Reviewed-by: default avatarSean Kau <skau@chromium.org>
Commit-Queue: Luum Habtemariam <luum@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694954}
parent c6e02145
...@@ -30,6 +30,7 @@ source_set("cups_proxy") { ...@@ -30,6 +30,7 @@ source_set("cups_proxy") {
"//base", "//base",
"//chrome/services/cups_proxy/public/cpp", "//chrome/services/cups_proxy/public/cpp",
"//chrome/services/cups_proxy/public/mojom", "//chrome/services/cups_proxy/public/mojom",
"//chrome/services/ipp_parser",
"//chromeos/dbus", "//chromeos/dbus",
"//net", "//net",
] ]
......
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