Remove traces of third_party/gyp

gyp is no longer used in/by crashpad (since crrev.com/c/3034984) and
isn't referenced in DEPS.

Bug: 374516744
Change-Id: I06bf6d05457a9f0a084db8ec2da75b6e07780b41
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/6168877
Commit-Queue: Peter Boström <pbos@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Peter Boström 2025-01-14 14:04:28 +11:00 committed by Crashpad LUCI CQ
parent 04bcaa9372
commit 312919d97f
3 changed files with 0 additions and 17 deletions

2
.gitattributes vendored
View File

@ -23,8 +23,6 @@
*.gn text eol=lf *.gn text eol=lf
*.gni text eol=lf *.gni text eol=lf
*.go text eol=lf *.go text eol=lf
*.gyp text eol=lf
*.gypi text eol=lf
*.h text eol=lf *.h text eol=lf
*.m text eol=lf *.m text eol=lf
*.md text eol=lf *.md text eol=lf

1
.gitignore vendored
View File

@ -36,7 +36,6 @@
/third_party/fuchsia/qemu /third_party/fuchsia/qemu
/third_party/fuchsia/sdk /third_party/fuchsia/sdk
/third_party/googletest/googletest /third_party/googletest/googletest
/third_party/gyp/gyp
/third_party/libfuzzer /third_party/libfuzzer
/third_party/linux/.cipd /third_party/linux/.cipd
/third_party/linux/clang /third_party/linux/clang

View File

@ -1,14 +0,0 @@
Name: GYP (Generate Your Projects)
Short Name: gyp
URL: https://gyp.gsrc.io/
Revision: See DEPS
License: BSD 3-clause
License File: gyp/LICENSE
Security Critical: no
Shipped: no
Description:
GYP is used to generate build files.
Local Modifications:
None