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

Unified Diff: sky/tools/debugger/prompt/BUILD.gn

Issue 853943005: Make tracing work on Android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: nits Created 5 years, 11 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: sky/tools/debugger/prompt/BUILD.gn
diff --git a/sky/tools/debugger/prompt/BUILD.gn b/sky/tools/debugger/prompt/BUILD.gn
index 578d976b677b7a90681b8fabcfc0ff0cc753ede2..59848f19e9c208385bf83a95981eaed64a1cae2d 100644
--- a/sky/tools/debugger/prompt/BUILD.gn
+++ b/sky/tools/debugger/prompt/BUILD.gn
@@ -9,12 +9,16 @@ mojo_native_application("prompt") {
sources = [
"prompt.cc",
+ "trace_collector.cc",
+ "trace_collector.h",
]
deps = [
"//base",
"//mojo/application",
+ "//mojo/common",
"//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
"//net",
"//net:http_server",

Powered by Google App Engine
This is Rietveld 408576698