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

Unified Diff: components/url_fixer/BUILD.gn

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes following rebase Created 5 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
Index: components/url_fixer/BUILD.gn
diff --git a/components/url_fixer/BUILD.gn b/components/url_fixer/BUILD.gn
index 93eac1f3d2828847c2f8bdec63cf27be478a87a6..0fd41b7515c74bb47f94b20d29b0041fcea9e9fb 100644
--- a/components/url_fixer/BUILD.gn
+++ b/components/url_fixer/BUILD.gn
@@ -13,6 +13,7 @@ static_library("url_fixer") {
deps = [
"//base",
+ "//components/url_formatter",
"//net",
]
}

Powered by Google App Engine
This is Rietveld 408576698