diff options
author | Robert Sesek <rsesek@chromium.org> | 2014-08-27 12:12:44 -0400 |
---|---|---|
committer | Robert Sesek <rsesek@chromium.org> | 2014-08-27 16:14:41 +0000 |
commit | abcd8100a58d4e5ba55f4ec2e5f394e0aa6a3f33 (patch) | |
tree | f502825654e85f9c009a222384cd07a154e2a1e8 /content/content_shell.gypi | |
parent | 6a35b2b82305427017f42a971dc022d154eb127d (diff) | |
download | chromium_src-abcd8100a58d4e5ba55f4ec2e5f394e0aa6a3f33.zip chromium_src-abcd8100a58d4e5ba55f4ec2e5f394e0aa6a3f33.tar.gz chromium_src-abcd8100a58d4e5ba55f4ec2e5f394e0aa6a3f33.tar.bz2 |
Rename components/breakpad to components/crash.
In the near future, Crashpad (the new Mac crash reporter) will be integrated,
and it should be integrated/exposed transparently to the users of this
component.
BUG=406410
R=blundell@chromium.org
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/485893007
Cr-Commit-Position: refs/heads/master@{#292162}
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 76229ca6..119f635 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -46,7 +46,7 @@ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../cc/blink/cc_blink.gyp:cc_blink', '../cc/cc.gyp:cc', - '../components/components.gyp:breakpad_component', + '../components/components.gyp:crash_component', '../gin/gin.gyp:gin', '../gpu/gpu.gyp:gpu', '../ipc/ipc.gyp:ipc', |