From 23cc9ebd3e678eab235f44503d88bf741ef285b8 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Wed, 30 Aug 2017 12:53:03 -0700 Subject: [PATCH] Update gn path for FIDL move (flutter/engine#4023) We're moving the FIDL library to a new path. This patch updates the GN dependency. --- engine/src/flutter/lib/snapshot/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/lib/snapshot/BUILD.gn b/engine/src/flutter/lib/snapshot/BUILD.gn index 10f225190e..ad4589d9c6 100644 --- a/engine/src/flutter/lib/snapshot/BUILD.gn +++ b/engine/src/flutter/lib/snapshot/BUILD.gn @@ -36,7 +36,7 @@ copy("generate_dart_ui") { if (is_fuchsia) { action("generate_package_map") { dart_deps = [ - "//lib/fidl/dart:dart", + "//garnet/public/lib/fidl/dart", "//lib/flutter/packages/flutter:flutter", "//lib/widgets/packages/widgets:lib.widgets", "//application/lib/app/dart:dart",