From 312919d97f61d8eb6f9e74e45ff7c956524f67db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Bostr=C3=B6m?= Date: Tue, 14 Jan 2025 14:04:28 +1100 Subject: [PATCH] Remove traces of third_party/gyp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Mark Mentovai --- .gitattributes | 2 -- .gitignore | 1 - third_party/gyp/README.crashpad | 14 -------------- 3 files changed, 17 deletions(-) delete mode 100644 third_party/gyp/README.crashpad diff --git a/.gitattributes b/.gitattributes index 644b9e25..3c09b54e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -23,8 +23,6 @@ *.gn text eol=lf *.gni text eol=lf *.go text eol=lf -*.gyp text eol=lf -*.gypi text eol=lf *.h text eol=lf *.m text eol=lf *.md text eol=lf diff --git a/.gitignore b/.gitignore index 0256e1cd..12b364c7 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,6 @@ /third_party/fuchsia/qemu /third_party/fuchsia/sdk /third_party/googletest/googletest -/third_party/gyp/gyp /third_party/libfuzzer /third_party/linux/.cipd /third_party/linux/clang diff --git a/third_party/gyp/README.crashpad b/third_party/gyp/README.crashpad deleted file mode 100644 index ea5a342b..00000000 --- a/third_party/gyp/README.crashpad +++ /dev/null @@ -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