summaryrefslogtreecommitdiffstats
path: root/chrome/BUILD.gn
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-09-22 02:41:26 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-22 09:42:07 +0000
commit9f694f76d36d3caa56f6b5594cb75f2338a6960a (patch)
treeba1687c7e4da7227d0ab31932e6d49bde9b856d6 /chrome/BUILD.gn
parente1f32fd3e757795dd45618cce6a711c910140208 (diff)
downloadchromium_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 'chrome/BUILD.gn')
-rw-r--r--chrome/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 711fc35..ba9042d 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -107,7 +107,7 @@ if (!is_android) {
"//chrome_elf",
"//components/browser_watcher:browser_watcher_client",
"//components/crash/content/app",
- "//components/crash_keys",
+ "//components/crash/core/common",
"//content:startup_helper_win",
"//crypto",
"//sandbox",