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

Unified Diff: components/offline_pages/BUILD.gn

Issue 2022283003: Record offline histograms with suffix via Histogram::FactoryGet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: components/offline_pages/BUILD.gn
diff --git a/components/offline_pages/BUILD.gn b/components/offline_pages/BUILD.gn
index 75464a016e6e227fe2933afbc78bf590f67a4522..f0dbb03c87a0238a3c8a3cea763b383046d1b9f9 100644
--- a/components/offline_pages/BUILD.gn
+++ b/components/offline_pages/BUILD.gn
@@ -11,6 +11,8 @@ static_library("offline_pages") {
sources = [
"archive_manager.cc",
"archive_manager.h",
+ "client_namespace_constants.cc",
+ "client_namespace_constants.h",
"client_policy_controller.cc",
"client_policy_controller.h",
"offline_page_archiver.h",

Powered by Google App Engine
This is Rietveld 408576698