From 1659865c3eb47166c82378bb840801135b057a09 Mon Sep 17 00:00:00 2001 From: rsleevi Date: Mon, 3 Aug 2015 13:47:03 -0700 Subject: Move net::FormatUrl and friends outside of //net and into //components net::FormatUrl and related are specifically concerned with display policies of URLs, which is not something that //net needs to be aware of, as that's a UX question. This folds in net::FormatURL along with the existing //components/url_fixer and //components/secure_display into a common component, //components/url_formatter, that handles reformatting URLs for user-friendly or data storage (url_formatter), for use in security prompts (elide_url), or for reformatting URLs from user input (url_fixer) (Disabling presubmit since this is intentionally not fixing a legacy API, just moving it for future cleanups) BUG=486979 NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1171333003 Cr-Commit-Position: refs/heads/master@{#341605} --- components/components.gyp | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/components.gyp') diff --git a/components/components.gyp b/components/components.gyp index d285576..0844d4c 100644 --- a/components/components.gyp +++ b/components/components.gyp @@ -62,7 +62,6 @@ 'search.gypi', 'search_engines.gypi', 'search_provider_logos.gypi', - 'secure_display.gypi', 'security_interstitials.gypi', 'sessions.gypi', 'signin.gypi', @@ -74,7 +73,6 @@ 'ui_zoom.gypi', 'undo.gypi', 'update_client.gypi', - 'url_fixer.gypi', 'url_matcher.gypi', 'user_prefs.gypi', 'variations.gypi', -- cgit v1.1