build: [gn] working on 32bit windows

This commit is contained in:
Jeremy Apthorp 2018-07-19 16:57:54 -07:00 committed by Jeremy Apthorp
parent a2ac31a4bf
commit 16b66db9c7
3 changed files with 18 additions and 0 deletions

View file

@ -65,7 +65,9 @@ class CrashReporterWin : public CrashReporter {
google_breakpad::CustomClientInfo custom_info_;
bool skip_system_crash_handler_ = false;
#ifdef _WIN64
bool code_range_registered_ = false;
#endif
std::unique_ptr<google_breakpad::ExceptionHandler> breakpad_;
DISALLOW_COPY_AND_ASSIGN(CrashReporterWin);