From 2768eaa676113b3df3816f4636f1378d522546b2 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 12 Nov 2013 15:41:03 +0800 Subject: [PATCH] Add breakpad. --- .gitmodules | 3 +++ vendor/breakpad | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/breakpad diff --git a/.gitmodules b/.gitmodules index cbda14d..c114e14 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "vendor/apm"] path = vendor/apm url = https://github.com/atom/apm.git +[submodule "vendor/breakpad"] + path = vendor/breakpad + url = https://github.com/atom/chromium-breakpad.git diff --git a/vendor/breakpad b/vendor/breakpad new file mode 160000 index 0000000..7f57322 --- /dev/null +++ b/vendor/breakpad @@ -0,0 +1 @@ +Subproject commit 7f573220961df1d4d6a1c4c3c0e0c118e83a8628 -- 2.7.4