Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(677)

Unified Diff: src/platform/microbenchmark/make_pkg.sh

Issue 492005: Overhaul microbenchmark so that it can be pulled in easily by any package (Closed)
Patch Set: fix cmasone's comments Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/microbenchmark/main.cc ('k') | src/platform/microbenchmark/microbenchmark.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/microbenchmark/make_pkg.sh
diff --git a/src/platform/microbenchmark/make_pkg.sh b/src/platform/microbenchmark/make_pkg.sh
index 41e0fc52c5191c831c73fa1dadca52eeb5bfdfd6..da02664ff333cf13d8527313e05f6b7787655fb5 100755
--- a/src/platform/microbenchmark/make_pkg.sh
+++ b/src/platform/microbenchmark/make_pkg.sh
@@ -11,4 +11,4 @@ COMMON_SH="$(dirname "$0")/../../scripts/common.sh"
. "$COMMON_SH"
# Make the package
-make_pkg_common "chromeos-microbenchmarks" "$@"
+make_pkg_common "chromeos-microbenchmark" "$@"
« no previous file with comments | « src/platform/microbenchmark/main.cc ('k') | src/platform/microbenchmark/microbenchmark.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698