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

Unified Diff: chrome/chrome_browser.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: Fold in secure_display to url_formatter Created 5 years, 5 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/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 0a5584e00b51f1e56fb17fe5cac71851f85cdd68..c39e116222e7a43f947c802313e2ffc0ae067472 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3197,7 +3197,7 @@
'../components/components.gyp:translate_core_common',
'../components/components.gyp:update_client',
'../components/components.gyp:undo_component',
- '../components/components.gyp:url_fixer',
+ '../components/components.gyp:url_formatter',
'../components/components.gyp:user_prefs',
'../components/components.gyp:wallpaper',
'../components/components_strings.gyp:components_strings',
@@ -3286,6 +3286,7 @@
'../components/components.gyp:sessions_content',
'../components/components.gyp:storage_monitor',
'../components/components.gyp:translate_content_browser',
+ '../components/components.gyp:url_formatter',
'../components/components.gyp:url_matcher',
'../components/components.gyp:visitedlink_browser',
'../components/components.gyp:visitedlink_common',

Powered by Google App Engine
This is Rietveld 408576698