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

Unified Diff: chrome/utility/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: Fix Android checkdeps Created 5 years, 4 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: chrome/utility/BUILD.gn
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index edcf002428d38b596af4a0ab7e01d5c5bdc27f0f..4fe08e4014132b370c5b9795bb91e56706c2e88a 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -21,7 +21,7 @@ static_library("utility") {
"//components/safe_json:safe_json_parser_message_filter",
"//components/search_engines",
"//components/strings",
- "//components/url_fixer",
+ "//components/url_formatter",
"//content/public/common",
"//content/public/utility",
"//media",

Powered by Google App Engine
This is Rietveld 408576698