| Index: utils/dartdoc/BUILD.gn
|
| diff --git a/utils/dartdoc/BUILD.gn b/utils/dartdoc/BUILD.gn
|
| index 6abdc9a1a7182a97724a5c9b21432b0a3df543da..ac302a821bc45a759978f7b8260be0da4b43d991 100644
|
| --- a/utils/dartdoc/BUILD.gn
|
| +++ b/utils/dartdoc/BUILD.gn
|
| @@ -8,6 +8,7 @@ application_snapshot("dartdoc") {
|
| main_dart = "../../third_party/pkg/dartdoc/bin/dartdoc.dart"
|
| training_args = [ "--help" ]
|
| inputs = exec_script("../../tools/list_dart_files.py",
|
| - [ rebase_path("../../third_party/pkg/dartdoc") ],
|
| + [ "absolute",
|
| + rebase_path("../../third_party/pkg/dartdoc") ],
|
| "list lines")
|
| }
|
|
|