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

Unified Diff: components/metrics/proto/BUILD.gn

Issue 981143006: Metrics provider for statistical stack profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: handle unknown module (per other review) Created 5 years, 9 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/metrics/proto/BUILD.gn
diff --git a/components/metrics/proto/BUILD.gn b/components/metrics/proto/BUILD.gn
index c46f49961fc88248aaf68db87625e9063789f8bd..56ccd1362078b8a95776dafd8cf4fbc06f9ce6f0 100644
--- a/components/metrics/proto/BUILD.gn
+++ b/components/metrics/proto/BUILD.gn
@@ -7,6 +7,7 @@ import("//third_party/protobuf/proto_library.gni")
# GYP version: components/
proto_library("proto") {
sources = [
+ "call_stack_profile.proto",
"cast_logs.proto",
"chrome_user_metrics_extension.proto",
"histogram_event.proto",

Powered by Google App Engine
This is Rietveld 408576698