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

Unified Diff: components/url_fixer.gypi

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/url_fixer.gypi
diff --git a/components/url_fixer.gypi b/components/url_fixer.gypi
index 917e9d77d743ca4563f5cb00d0624dc4f56f9232..6b9da6090062efdd142a28c591c6dc3c1da78aa3 100644
--- a/components/url_fixer.gypi
+++ b/components/url_fixer.gypi
@@ -14,6 +14,7 @@
'dependencies': [
'../base/base.gyp:base',
'../net/net.gyp:net',
+ 'url_formatter',
],
'sources': [
# Note: sources list duplicated in GN build.

Powered by Google App Engine
This is Rietveld 408576698