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

Unified Diff: base/metrics/BUILD.gn

Issue 1278403003: Initial implementation of FeatureList in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More comments addressed. 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..2e2dd80f7caacfff25451774ad34f3d1de351c6f 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",
+ "feature_list.cc",
+ "feature_list.h",
"field_trial.cc",
"field_trial.h",
"histogram.cc",
« no previous file with comments | « base/base.gyp ('k') | base/metrics/feature_list.h » ('j') | base/metrics/feature_list.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698