Update MTL path in gn (#4046)

This commit is contained in:
Adam Barth 2017-09-01 11:02:27 -07:00 committed by GitHub
parent 9446ff5d8f
commit c0952db729
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ template("flutter_content_handler") {
"//flutter/vulkan",
"//garnet/public/lib/fidl/dart/sdk_ext",
"//garnet/public/lib/ftl",
"//lib/mtl",
"//garnet/public/lib/mtl",
"//lib/tonic",
"//garnet/public/lib/zip",
"//magma:vulkan",

View File

@ -19,7 +19,7 @@ source_set("web") {
]
if (is_fuchsia) {
deps += [ "//lib/mtl" ]
deps += [ "//garnet/public/lib/mtl" ]
} else {
deps += [ "//flutter/fml" ]
}