| Index: utils/dartfmt/BUILD.gn
|
| diff --git a/utils/dartfmt/BUILD.gn b/utils/dartfmt/BUILD.gn
|
| index 41c5bc43066e18dd1148e88261fad692da0be391..7c688a318f628523e1d2a36e30606ff077f2bf94 100644
|
| --- a/utils/dartfmt/BUILD.gn
|
| +++ b/utils/dartfmt/BUILD.gn
|
| @@ -9,6 +9,7 @@ application_snapshot("dartfmt") {
|
| training_args = [ "--help" ]
|
| inputs =
|
| exec_script("../../tools/list_dart_files.py",
|
| - [ rebase_path("../../third_party/pkg_tested/dart_style") ],
|
| + [ "absolute",
|
| + rebase_path("../../third_party/pkg_tested/dart_style") ],
|
| "list lines")
|
| }
|
|
|