Skip to content

Commit

Permalink
Add missing dependency. (flutter#3643)
Browse files Browse the repository at this point in the history
  • Loading branch information
pylaligand authored May 2, 2017
1 parent 0ae7e47 commit 89ec057
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/hello_flutter/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ import("//flutter/build/flutter_app.gni")

flutter_app("hello_flutter") {
main_dart = "lib/main.dart"

deps = [
"//lib/flutter/packages/flutter",
]
}

flutter_aot_app("hello_flutter_aot") {
main_dart = "lib/main.dart"

deps = [
"//lib/flutter/packages/flutter",
]
}

0 comments on commit 89ec057

Please sign in to comment.