From aa901fc84a4ae30a55e982b3d6c752f50fc01ffe Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Thu, 7 Feb 2019 22:07:24 -0800 Subject: [PATCH] [fuchsia] Update path to fuchsia.ui.scenic (#7731) This target is now in //sdk/fidl. --- flow/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow/BUILD.gn b/flow/BUILD.gn index 799c23caf02..6b345aa87a3 100644 --- a/flow/BUILD.gn +++ b/flow/BUILD.gn @@ -80,7 +80,7 @@ source_set("flow") { ] public_deps += [ - "//garnet/public/fidl/fuchsia.ui.scenic", + "//sdk/fidl/fuchsia.ui.scenic", "//garnet/public/lib/ui/scenic/cpp", "//topaz/public/dart-pkg/zircon", ]