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

Unified Diff: components/tracing/BUILD.gn

Issue 2083373002: proto_zero_plugin [NOT FOR REVIEW]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: refactoring Created 4 years, 6 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: components/tracing/BUILD.gn
diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
index c781f144f51179754351e4cf4148c2c469aa3b2a..7b1f189ba686b9cccf8f81d9661dbb626de49973 100644
--- a/components/tracing/BUILD.gn
+++ b/components/tracing/BUILD.gn
@@ -21,9 +21,12 @@ component("tracing") {
deps = [
"//base",
+ "//components/tracing/proto:tracing_proto",
"//ipc",
]
+ sources += [ "sample_proto_canary.cc" ]
+
if (is_nacl) {
sources -= [ "common/process_metrics_memory_dump_provider.cc" ]
}

Powered by Google App Engine
This is Rietveld 408576698