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

Unified Diff: components/navigation_metrics/BUILD.gn

Issue 2823233003: Deprecate Once-Per-Origin Navigation histograms (Closed)
Patch Set: Remove deleted .h from .mm Created 3 years, 8 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/navigation_metrics/BUILD.gn
diff --git a/components/navigation_metrics/BUILD.gn b/components/navigation_metrics/BUILD.gn
index 231ff611a2d35d2d5d8a48371c0957792ef1c5bb..3908ff129a7e4c2c2e8b55b7b3f9bf6de63bb7dd 100644
--- a/components/navigation_metrics/BUILD.gn
+++ b/components/navigation_metrics/BUILD.gn
@@ -6,13 +6,10 @@ static_library("navigation_metrics") {
sources = [
"navigation_metrics.cc",
"navigation_metrics.h",
- "origins_seen_service.cc",
- "origins_seen_service.h",
]
deps = [
"//base",
- "//components/keyed_service/core",
"//url",
]
}
« no previous file with comments | « chrome/browser/tab_contents/origins_seen_service_factory.cc ('k') | components/navigation_metrics/navigation_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698