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

Unified Diff: apps/benchmark/BUILD.gn

Issue 1305193002: Trace-based benchmarking via a mojo app. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 months 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
Index: apps/benchmark/BUILD.gn
diff --git a/examples/trace_me/BUILD.gn b/apps/benchmark/BUILD.gn
similarity index 56%
copy from examples/trace_me/BUILD.gn
copy to apps/benchmark/BUILD.gn
index ab4c4cfc3b3ff992a3f8f5d0b875802f5da5d433..84b3a80dd4aaea30f2cb18062f0a9d5f2de507d9 100644
--- a/examples/trace_me/BUILD.gn
+++ b/apps/benchmark/BUILD.gn
@@ -4,9 +4,17 @@
import("//mojo/public/mojo_application.gni")
-mojo_native_application("trace_me") {
+mojo_native_application("benchmark") {
sources = [
- "trace_me_app.cc",
+ "args.cc",
+ "args.h",
+ "benchmark_app.cc",
+ "event.cc",
+ "event.h",
+ "measurements.cc",
+ "measurements.h",
+ "trace_collector_client.cc",
+ "trace_collector_client.h",
]
deps = [
@@ -14,6 +22,6 @@ mojo_native_application("trace_me") {
"//mojo/application:application",
"//mojo/common:tracing_impl",
"//mojo/public/cpp/application",
- "//mojo/public/cpp/utility",
+ "//mojo/services/tracing/public/interfaces",
]
}
« no previous file with comments | « apps/BUILD.gn ('k') | apps/benchmark/README.md » ('j') | apps/benchmark/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698