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

Unified Diff: components/omnibox/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/omnibox/BUILD.gn
diff --git a/components/omnibox/BUILD.gn b/components/omnibox/BUILD.gn
index 08ff27dac42210d4a9a195f2e42d6af55552937a..35d1012c3e3799fa21196a46382ad07f4006b348 100644
--- a/components/omnibox/BUILD.gn
+++ b/components/omnibox/BUILD.gn
@@ -49,6 +49,7 @@ static_library("omnibox") {
"//components/search_engines",
"//components/strings",
"//components/url_fixer",
+ "//components/url_formatter",
"//components/variations",
"//components/variations/net",
"//net",

Powered by Google App Engine
This is Rietveld 408576698