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

Unified Diff: components/app_modal/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/app_modal/BUILD.gn
diff --git a/components/app_modal/BUILD.gn b/components/app_modal/BUILD.gn
index c6b8900a70994db2ef3f7ea5994d7848abcb5b25..2e7fdec7fe640de05d198a58e034c89adc8d8476 100644
--- a/components/app_modal/BUILD.gn
+++ b/components/app_modal/BUILD.gn
@@ -21,6 +21,7 @@ static_library("app_modal") {
deps = [
"//components/strings",
+ "//components/url_formatter",
"//content/public/browser",
"//content/public/common",
"//skia",

Powered by Google App Engine
This is Rietveld 408576698