Sign in
chromium
/
external
/
github.com
/
dart-lang
/
protobuf
/
refs/heads/improve_enum_decoding_2
/
.
/
tool
/
generate.sh
blob: 5f84d3283cf461224b473947c4f919bb7a8c8d8a [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
pushd api_benchmark
./
compile_protos
.
sh
popd
pushd benchmarks
./
tool
/
compile_protos
.
sh
popd
pushd protoc_plugin
make clean
make update
-
pregenerated
make protos
popd