Skip to content

Commit

Permalink
Specify the root directory for Dart frontend server sources (flutter#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Oct 7, 2021
1 parent a78d881 commit b825bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/dart/rules.gni
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ frontend_server_files =
exec_script("//third_party/dart/tools/list_dart_files.py",
[
"absolute",
rebase_path("."),
rebase_path("//flutter/flutter_frontend_server"),
],
"list lines")

frontend_server_files +=
exec_script("//third_party/dart/tools/list_dart_files.py",
[
"absolute",
rebase_path("../../third_party/dart/pkg"),
rebase_path("//third_party/dart/pkg"),
],
"list lines")

Expand Down

0 comments on commit b825bf8

Please sign in to comment.