| Index: utils/pub/BUILD.gn
|
| diff --git a/utils/pub/BUILD.gn b/utils/pub/BUILD.gn
|
| index 7ef2aa4222447145181991f4ca85f0aed8a5f319..d1238cd1ca2191d9e175567929a882b68bdb5949 100644
|
| --- a/utils/pub/BUILD.gn
|
| +++ b/utils/pub/BUILD.gn
|
| @@ -8,9 +8,9 @@ application_snapshot("pub") {
|
| main_dart = "../../third_party/pkg/pub/bin/pub.dart"
|
| training_args = [ "--help" ]
|
| deps = [
|
| - "../compiler:dart2js_files_stamp"
|
| + "../compiler:dart2js_files_stamp",
|
| ]
|
| inputs = [
|
| - "$root_gen_dir/dart2js_files.stamp"
|
| + "$root_gen_dir/dart2js_files.stamp",
|
| ]
|
| }
|
|
|