Chromium Code Reviews| 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. |