mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
Roll mini_chromium to d42eb41
Change-Id: I18c0a3cfcc82725f19023aa3d78a937719fd2d49 Reviewed-on: https://chromium-review.googlesource.com/972424 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
cf9e96b856
commit
afd3186280
2
DEPS
2
DEPS
@ -29,7 +29,7 @@ deps = {
|
||||
'5e2b3ddde7cda5eb6bc09a5546a76b00e49d888f',
|
||||
'crashpad/third_party/mini_chromium/mini_chromium':
|
||||
Var('chromium_git') + '/chromium/mini_chromium@' +
|
||||
'ef0df1119b40cfa2773d5960e239d4b960310869',
|
||||
'd42eb410123667fe94427986d2616795897efa0c',
|
||||
'crashpad/third_party/zlib/zlib':
|
||||
Var('chromium_git') + '/chromium/src/third_party/zlib@' +
|
||||
'13dc246a58e4b72104d35f9b1809af95221ebda7',
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <ucontext.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "base/bit_cast.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include <limits>
|
||||
|
||||
#include "base/bit_cast.h"
|
||||
#include "base/macros.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "test/errors.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user