Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 789 Bytes

README.fork.md

File metadata and controls

26 lines (14 loc) · 789 Bytes

About This Fork

Modifications

Build System Changes

Use git submodule instead of depo_tools to check out dependencies.

  • The specific submodule information can be found in the DEPS file.

Use cmake instead of depo_tools to build the project.

  • Add several CMakeLists.txt files.

    Based on changes made in getsentry/crashpad, distributed with Apache 2.0 License.

  • Add third_party/mini_chromium/build/chromeos_buildflags.h.

    Copy from out/Default/gen/build/chromeos_buildflags.h after running ninja.

  • Update util/mach/mig_gen.py to fix cross build for iOS.

    Based on changes made in getsentry/crashpad, distributed with Apache 2.0 License.