Rename Fuchsia Dart and Flutter runners (#9003)

four_gate -> flutter_runner
dt_rush -> dart_runner
This commit is contained in:
Chris Bracken 2019-05-17 17:04:40 -07:00 committed by GitHub
parent 197feb5119
commit d946e3e893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ if (using_fuchsia_sdk) {
}
executable("dart") {
output_name = "dt_rush"
output_name = "dart_runner"
public = []

View File

@ -8,7 +8,7 @@ import("//build/fuchsia/sdk.gni")
if (using_fuchsia_sdk) {
executable("flutter") {
output_name = "four_gate"
output_name = "flutter_runner"
sources = [
"component.cc",