Skip to content

Commit

Permalink
Update label of Fuchsia FIDL targets. (flutter#11514)
Browse files Browse the repository at this point in the history
  • Loading branch information
pylaligand authored Aug 27, 2019
1 parent f93b9cb commit aba340a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/platform/fuchsia/dart_runner/integration/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dart_jit_app("dart_jit_runner_test") {
"//third_party/dart-pkg/pub/test",
"//topaz/public/dart/fuchsia_services",
"//topaz/runtime/dart_runner/examples/hello_app_dart/interfaces:interfaces",
"//zircon/public/fidl/fuchsia-io",
"//zircon/system/fidl/fuchsia-io",
]
}

Expand All @@ -46,6 +46,6 @@ dart_aot_app("dart_aot_runner_test") {
"//third_party/dart-pkg/pub/test",
"//topaz/public/dart/fuchsia_services",
"//topaz/runtime/dart_runner/examples/hello_app_dart/interfaces:interfaces",
"//zircon/public/fidl/fuchsia-io",
"//zircon/system/fidl/fuchsia-io",
]
}

0 comments on commit aba340a

Please sign in to comment.