| Index: build/android/buildbot/bb_perf_builder.sh
|
| diff --git a/build/android/buildbot/bb_try_clang_builder.sh b/build/android/buildbot/bb_perf_builder.sh
|
| similarity index 84%
|
| copy from build/android/buildbot/bb_try_clang_builder.sh
|
| copy to build/android/buildbot/bb_perf_builder.sh
|
| index 75ff9f4b5efd8200a12ae79e2a84578ce5e1ee13..090736219974136a75c8d7daeb84bd718a9e46d5 100755
|
| --- a/build/android/buildbot/bb_try_clang_builder.sh
|
| +++ b/build/android/buildbot/bb_perf_builder.sh
|
| @@ -3,7 +3,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| #
|
| -# Buildbot annotator script for trybots. Compile only.
|
| +# Buildbot annotator script for chromium.perf.
|
|
|
| BB_DIR="$(dirname $0)"
|
| BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
|
| @@ -11,3 +11,4 @@ BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
|
|
|
| bb_baseline_setup "$BB_SRC_ROOT" "$@"
|
| bb_compile
|
| +bb_zip_build
|
|
|