mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 11:03:38 +00:00
cbd7bb4cd2
This prevents GYP from running on macOS, where it would produce a bunch
of pointless .xcodeproj directories for Windows libraries and tools that
could never possibly build. Those would pollute “git status” output and
other operations.
Check in a new default.xml generated from DEPS too. It doesn’t
correspond to this change, but I should have done this in 26b988681d
.
Change-Id: I034a5b30d13fdcc14911fc1354504375752d6144
Reviewed-on: https://chromium-review.googlesource.com/688045
Reviewed-by: Robert Sesek <rsesek@chromium.org>
43 lines
1.3 KiB
XML
43 lines
1.3 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- AUTOGENERATED BY deps-to-manifest.py; DO NOT EDIT -->
|
|
<manifest>
|
|
|
|
<default revision='refs/heads/master'
|
|
remote='chromium'
|
|
sync-c='true'
|
|
sync-j='8' />
|
|
|
|
<remote name='github'
|
|
fetch='https://github.com/'
|
|
review='' />
|
|
|
|
<remote name='chromium'
|
|
fetch='https://chromium.googlesource.com/'
|
|
review='https://chromium-review.googlesource.com' />
|
|
|
|
<project path='src'
|
|
name='breakpad/breakpad'
|
|
revision='refs/heads/master'
|
|
remote='chromium' />
|
|
|
|
<project path='src/src/tools/gyp'
|
|
name='external/gyp/'
|
|
revision='324dd166b7c0b39d513026fa52d6280ac6d56770'
|
|
remote='chromium' />
|
|
|
|
<project path='src/src/testing'
|
|
name='google/googletest.git'
|
|
revision='refs/tags/release-1.8.0'
|
|
remote='github' />
|
|
|
|
<project path='src/src/third_party/lss'
|
|
name='linux-syscall-support/'
|
|
revision='a91633d172407f6c83dd69af11510b37afebb7f9'
|
|
remote='chromium' />
|
|
|
|
<project path='src/src/third_party/protobuf/protobuf'
|
|
name='google/protobuf.git'
|
|
revision='cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac'
|
|
remote='github' />
|
|
|
|
</manifest>
|