summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-12 14:29:02 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-12 14:29:02 +0000
commit9b5b1d60209fd342960797723e9ad108d49e6cad (patch)
tree032759d7e9c9f1ab207d6c28308b1c788416e69b /components/components.gyp
parent820fb1ed762a001b82ecc227f24d6dbde8ea6b17 (diff)
downloadchromium_src-9b5b1d60209fd342960797723e9ad108d49e6cad.zip
chromium_src-9b5b1d60209fd342960797723e9ad108d49e6cad.tar.gz
chromium_src-9b5b1d60209fd342960797723e9ad108d49e6cad.tar.bz2
Componentize URLFixerUpper.
This CL moves URLFixerUpper into a new url_fixer component to allow this code to be shared by the iOS port. At the present time the component contains some minor Chrome-specific logic. Specifically, it rewrites about:// to chrome:// and uses about:// version as the default about:// host. We decided not to abstract this logic at this time, as the only embedders wishing to use this component are ports of Chrome. However, if there comes to be a non-Chrome embedder that wishes to use this component, this behavior could easily be generalized (e.g., by exposing the variables that are used for these purposes in the header file to allow the embedder to customize them). BUG=373229 R=jam@chromium.org TBR=mmenke NOTREECHECKS=true Review URL: https://codereview.chromium.org/320253004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index fc6bd76..bca33c4 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -45,6 +45,7 @@
'signin.gypi',
'startup_metric_utils.gypi',
'translate.gypi',
+ 'url_fixer.gypi',
'url_matcher.gypi',
'user_prefs.gypi',
'variations.gypi',