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.
This commit is contained in:
Adam Barth
2017-08-30 12:53:03 -07:00
committed by GitHub
parent 00c64afc52
commit 23cc9ebd3e

View File

@@ -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",