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

Unified Diff: storage/common/BUILD.gn

Issue 2858133002: Add uma stats to help evaluate the impact of changes to the quota allocation logic. (Closed)
Patch Set: macros Created 3 years, 7 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 | « storage/browser/blob/blob_reader.cc ('k') | storage/common/storage_histograms.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/common/BUILD.gn
diff --git a/storage/common/BUILD.gn b/storage/common/BUILD.gn
index bf662abb57e60459bc31b5d8e11e2fbcaa43518e..5f1b5e3b7f3c4f47d0b69c754bcfbc80993ace70 100644
--- a/storage/common/BUILD.gn
+++ b/storage/common/BUILD.gn
@@ -29,6 +29,8 @@ component("common") {
"quota/quota_status_code.h",
"quota/quota_types.h",
"storage_common_export.h",
+ "storage_histograms.cc",
+ "storage_histograms.h",
]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
« no previous file with comments | « storage/browser/blob/blob_reader.cc ('k') | storage/common/storage_histograms.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698