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

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: Rebase again 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
« no previous file with comments | « components/offline_pages.gypi ('k') | components/offline_pages/client_namespace_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/BUILD.gn
diff --git a/components/offline_pages/BUILD.gn b/components/offline_pages/BUILD.gn
index ccbed2673f2c84788053e0d80dc060e0c997b1a3..60249c29aaf3b6ebd9269e96fb9de329254ec0ed 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",
« no previous file with comments | « components/offline_pages.gypi ('k') | components/offline_pages/client_namespace_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698