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

Unified Diff: chrome/common/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: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 751349dd665205e7cc5f4b7cd5e97bf364d25ea9..189d76f5b247d59abd5fe8a012df7790b714cc4b 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -65,6 +65,7 @@ static_library("common") {
"//components/metrics",
"//components/policy:policy_component_common",
"//components/translate/core/common",
+ "//components/url_formatter",
"//components/variations",
"//content/public/common",
"//crypto",

Powered by Google App Engine
This is Rietveld 408576698