Breakpad/Updating to latest Breakpad from SVN: Difference between revisions

no edit summary
(Created page with 'Follow these steps to update the Breakpad snapshot in mozilla-central to a newer version from the Breakpad SVN repository: * Check out the Breakpad code from SVN: http://code.goo…')
 
No edit summary
Line 3: Line 3:
* In a clean clone of mozilla-central, do the following:
* In a clean clone of mozilla-central, do the following:
** rm -rf toolkit/crashreporter/google-breakpad
** rm -rf toolkit/crashreporter/google-breakpad
** svn export --ignore-externals -r 434 ../google-breakpad ./toolkit/crashreporter/google-breakpad # assuming you checked out the Breakpad source to ../google-breakpad
** svn export ../google-breakpad ./toolkit/crashreporter/google-breakpad # assuming you checked out the Breakpad source to ../google-breakpad
** hg st -un | grep "Makefile$" | xargs rm # to remove Breakpad Makefiles that we aren't using
** rm -rf toolkit/crashreporter/google-breakpad/src/third_party/protobuf toolkit/crashreporter/google-breakpad/src/testing/ toolkit/crashreporter/google-breakpad/src/tools/gyp/ # remove some extraneous bits
** hg st -n | grep "Makefile\.in$" | xargs hg revert --no-backup # restore our Makefile.ins
** hg st -n | grep "Makefile\.in$" | xargs hg revert --no-backup # restore our Makefile.ins
** hg addremove toolkit/crashreporter/google-breakpad/
** hg addremove toolkit/crashreporter/google-breakpad/
Confirmed users
321

edits