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