diff options
author | sdefresne <sdefresne@chromium.org> | 2015-09-22 02:41:26 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-22 09:42:07 +0000 |
commit | 9f694f76d36d3caa56f6b5594cb75f2338a6960a (patch) | |
tree | ba1687c7e4da7227d0ab31932e6d49bde9b856d6 /components/variations/DEPS | |
parent | e1f32fd3e757795dd45618cce6a711c910140208 (diff) | |
download | chromium_src-9f694f76d36d3caa56f6b5594cb75f2338a6960a.zip chromium_src-9f694f76d36d3caa56f6b5594cb75f2338a6960a.tar.gz chromium_src-9f694f76d36d3caa56f6b5594cb75f2338a6960a.tar.bz2 |
Componentize objc_zombie.{h,mm} and consolidate crash_keys.
Consolidate both crash_keys.{cc,h} and objc_zombie.{h,mm}} into
components/crash/core/common so that they can be used on iOS and
that there is only one component related to crash support.
Tighten the DEPS rules because stc/components/crash/core cannot
depend on src/breakpad.
BUG=522955,520968
Review URL: https://codereview.chromium.org/1358483002
Cr-Commit-Position: refs/heads/master@{#350132}
Diffstat (limited to 'components/variations/DEPS')
-rw-r--r-- | components/variations/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/variations/DEPS b/components/variations/DEPS index 76275a7..74cc51a 100644 --- a/components/variations/DEPS +++ b/components/variations/DEPS @@ -3,7 +3,7 @@ include_rules = [ "-components", "+components/compression", - "+components/crash_keys", + "+components/crash/core/common", "+components/variations", "+crypto", "-net", |