diff options
author | hashimoto <hashimoto@chromium.org> | 2014-10-14 20:56:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-15 03:57:40 +0000 |
commit | 9b160e24e7f967dda04cac13d393124ba173a0e8 (patch) | |
tree | 8ab2a11f55aa1886b158c636349b774e65580eb2 /chrome/DEPS | |
parent | 3517bb6c601efad861dddcf01a16e2c68bf927c7 (diff) | |
download | chromium_src-9b160e24e7f967dda04cac13d393124ba173a0e8.zip chromium_src-9b160e24e7f967dda04cac13d393124ba173a0e8.tar.gz chromium_src-9b160e24e7f967dda04cac13d393124ba173a0e8.tar.bz2 |
Componentize NetErrorHelperCore
Create a new component error_page which will host NetErrorHelper to make it usable from binaries other than chrome.
Move NetErrorHelperCore and net_error_info.{cc,h} to components/error_page.
Split LocalizedError::ErrorPageParams to components/error_page/common/error_page_params.
Move string resources to error_page_strings.grdp
Fix GYP, GN, DEPS.
Copy OWNERS from chrome/renderer/net to components/error_page.
BUG=398173
TEST=build
TBR=sky@chromium.org for +ui/base in DEPS
Review URL: https://codereview.chromium.org/570253002
Cr-Commit-Position: refs/heads/master@{#299647}
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 01b8b63..15c1ca2 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -17,6 +17,7 @@ include_rules = [ "+chrome/common", "+chrome/test", "+components/content_settings/core/common", + "+components/error_page", "+components/url_fixer", "+components/variations", "+content/public/common", |