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

Unified Diff: base/metrics/BUILD.gn

Issue 1318733007: Refactor CallStackProfile::Params into base/ for use over IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit 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: base/metrics/BUILD.gn
diff --git a/base/metrics/BUILD.gn b/base/metrics/BUILD.gn
index 159dfd49b29038e1ae5a89a3b0fe56bccbced9c9..9b2ed3ec27a925e509f5fb3e03d265a778f2ba70 100644
--- a/base/metrics/BUILD.gn
+++ b/base/metrics/BUILD.gn
@@ -6,6 +6,8 @@ source_set("metrics") {
sources = [
"bucket_ranges.cc",
"bucket_ranges.h",
+ "call_stack_profile_params.cc",
+ "call_stack_profile_params.h",
"field_trial.cc",
"field_trial.h",
"histogram.cc",

Powered by Google App Engine
This is Rietveld 408576698