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

Unified Diff: components/navigation_metrics/BUILD.gn

Issue 2960223002: Add missing schemes to RecordMainFrameNavigation (Closed)
Patch Set: Fix build.gn and DEPS Created 3 years, 6 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 | « no previous file | components/navigation_metrics/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/navigation_metrics/BUILD.gn
diff --git a/components/navigation_metrics/BUILD.gn b/components/navigation_metrics/BUILD.gn
index 3908ff129a7e4c2c2e8b55b7b3f9bf6de63bb7dd..7325fcb3650b9bbbd58020349940636bf4940494 100644
--- a/components/navigation_metrics/BUILD.gn
+++ b/components/navigation_metrics/BUILD.gn
@@ -10,6 +10,7 @@ static_library("navigation_metrics") {
deps = [
"//base",
+ "//components/dom_distiller/core:core",
"//url",
]
}
« no previous file with comments | « no previous file | components/navigation_metrics/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698