Chromium Code Reviews| Index: utils/pub/BUILD.gn |
| diff --git a/utils/pub/BUILD.gn b/utils/pub/BUILD.gn |
| index 4d604e02ad0e33afbe63326618914db3683248d7..7ef2aa4222447145181991f4ca85f0aed8a5f319 100644 |
| --- a/utils/pub/BUILD.gn |
| +++ b/utils/pub/BUILD.gn |
| @@ -6,6 +6,7 @@ import("../invoke_dart.gni") |
| application_snapshot("pub") { |
| main_dart = "../../third_party/pkg/pub/bin/pub.dart" |
| + training_args = [ "--help" ] |
| deps = [ |
| "../compiler:dart2js_files_stamp" |
| ] |