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

Unified Diff: components/google/core/browser/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: Rebase again now that CQ is fixed 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
« no previous file with comments | « components/google/DEPS ('k') | components/google/core/browser/google_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/google/core/browser/BUILD.gn
diff --git a/components/google/core/browser/BUILD.gn b/components/google/core/browser/BUILD.gn
index f4994964ec297efc10612cec81d72fd86833712e..fbff1240766d6086844d95b1bc9ca85584952a3a 100644
--- a/components/google/core/browser/BUILD.gn
+++ b/components/google/core/browser/BUILD.gn
@@ -24,7 +24,7 @@ static_library("browser") {
"//components/keyed_service/core",
"//components/pref_registry",
"//components/strings",
- "//components/url_fixer",
+ "//components/url_formatter",
"//net",
"//url",
]
« no previous file with comments | « components/google/DEPS ('k') | components/google/core/browser/google_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698