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

Unified Diff: components/tracing/BUILD.gn

Issue 2303353002: Tracing v2: wire up stubs generated by the protozero protoc plugin (Closed)
Patch Set: petrcermak review Created 4 years, 3 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
« no previous file with comments | « no previous file | components/tracing/core/trace_buffer_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/BUILD.gn
diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
index 573ea6c4a3202724650ae378f784b97d202b8fe9..b44bf5a26be14d11486f7870ae51e55548f6e930 100644
--- a/components/tracing/BUILD.gn
+++ b/components/tracing/BUILD.gn
@@ -34,10 +34,13 @@ component("tracing") {
deps = [
"//base",
- "//components/tracing/proto:protos",
"//ipc",
]
+ public_deps = [
+ "//components/tracing/proto:protos",
+ ]
+
if (is_nacl) {
sources -= [ "common/process_metrics_memory_dump_provider.cc" ]
}
« no previous file with comments | « no previous file | components/tracing/core/trace_buffer_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698