未验证 提交 826f3426 编写于 作者: C Chris Bracken 提交者: GitHub

[Fuchsia] Depend on libtrace when that is what's really meant (#7214)

libtrace-provider has libtrace listed as a dependency when really it
does not have any such dependency. This lets trace clients use
libtrace-provider as a dependency when what they really mean is libtrace.

This errant dependency in trace-provider is being fixed, which
means we need to fix these clients.
上级 101b27da
...@@ -149,7 +149,7 @@ source_set("fml") { ...@@ -149,7 +149,7 @@ source_set("fml") {
if (is_fuchsia) { if (is_fuchsia) {
sources += [ "platform/fuchsia/paths_fuchsia.cc" ] sources += [ "platform/fuchsia/paths_fuchsia.cc" ]
public_deps += [ "//zircon/public/lib/trace-provider" ] public_deps += [ "//zircon/public/lib/trace" ]
} }
if (is_win) { if (is_win) {
......
...@@ -28,6 +28,7 @@ executable("testing") { ...@@ -28,6 +28,7 @@ executable("testing") {
if (is_fuchsia) { if (is_fuchsia) {
deps += [ deps += [
"//garnet/public/lib/ui/scenic:client", "//garnet/public/lib/ui/scenic:client",
"//zircon/public/lib/trace",
"//zircon/public/lib/trace-provider", "//zircon/public/lib/trace-provider",
] ]
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册