Skip to content

Commit

Permalink
Refer to Flutter's base via the build argument. (flutter#4305)
Browse files Browse the repository at this point in the history
This fixes the Fuchsia build.
  • Loading branch information
pylaligand authored Nov 1, 2017
1 parent ddd5159 commit 64f4457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/gpu/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ source_set("gpu") {
deps = [
"$flutter_root/common",
"$flutter_root/flow",
"$flutter_root/fml",
"$flutter_root/glue",
"$flutter_root/shell/common",
"$flutter_root/synchronization",
"//flutter/fml",
"//garnet/public/lib/fxl",
"//third_party/skia",
"//third_party/skia:gpu",
Expand Down

0 comments on commit 64f4457

Please sign in to comment.