Commit 02b02434 authored by Chris Sharp's avatar Chris Sharp Committed by Commit Bot

Add //printing:printing as a traits deps to printing_backend_mojo

Currently print_backend_mojom_traits.h includes printing/backend/print_backend.h"
so without this deps this target can't be built by itself.

TBR=awscreen@chromium.org

Bug: 1135263
Change-Id: Ic597468dcdaefbb83e145ef82bb4f4d6b93ef6c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449916Reviewed-by: default avatarChris Sharp <csharp@chromium.org>
Commit-Queue: Chris Sharp <csharp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813908}
parent 13ed58da
...@@ -19,6 +19,7 @@ mojom("mojom") { ...@@ -19,6 +19,7 @@ mojom("mojom") {
] ]
traits_sources = [ "print_backend_mojom_traits.cc" ] traits_sources = [ "print_backend_mojom_traits.cc" ]
traits_headers = [ "print_backend_mojom_traits.h" ] traits_headers = [ "print_backend_mojom_traits.h" ]
traits_deps = [ "//printing:printing" ]
}, },
] ]
......
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