Skip to content

Commit

Permalink
Update MTL path in gn (flutter#4046)
Browse files Browse the repository at this point in the history
  • Loading branch information
abarth authored Sep 1, 2017
1 parent 9446ff5 commit c0952db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content_handler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sky/engine/web/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source_set("web") {
]

if (is_fuchsia) {
deps += [ "//lib/mtl" ]
deps += [ "//garnet/public/lib/mtl" ]
} else {
deps += [ "//flutter/fml" ]
}
Expand Down

0 comments on commit c0952db

Please sign in to comment.