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

Unified Diff: benchmarks/BUILD.gn

Issue 724243002: Add a startup benchmark and rudimentary scripts for running benchmarks. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | benchmarks/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: benchmarks/BUILD.gn
diff --git a/mojo/public/js/BUILD.gn b/benchmarks/BUILD.gn
similarity index 67%
copy from mojo/public/js/BUILD.gn
copy to benchmarks/BUILD.gn
index 4b86e6eb9a562f6c158fd557c8d67ee633dbc722..e1de13aa76441597b206c2f3379c785355d7544f 100644
--- a/mojo/public/js/BUILD.gn
+++ b/benchmarks/BUILD.gn
@@ -2,9 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("js") {
- sources = [
- "constants.cc",
- "constants.h",
+group("benchmarks") {
+ testonly = true
+
+ deps = [
+ "//benchmarks/startup",
]
}
« no previous file with comments | « no previous file | benchmarks/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698