chore: move crashpad patch to chromium dir (#14744)

third_party/crashpad is not a DEP, it's actually checked into the chromium tree
This commit is contained in:
Jeremy Apthorp 2018-09-21 13:02:35 -07:00 committed by GitHub
parent 5317c2754f
commit 0a621bfea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 8 deletions

View file

@ -449,3 +449,9 @@ patches:
file: disable_extensions_gn.patch
description: |
Fix build files generation when chrome extensions are disabled.
-
author: Jeremy Apthorp <nornagon@nornagon.net>
file: crashpad_http_status.patch
description: |
Accept all HTTP codes in [200, 300) as successful, instead of just 200.
For example HockeyApp responds with 202.

View file

@ -1,8 +0,0 @@
repo: src
patches:
-
author: Jeremy Apthorp <nornagon@nornagon.net>
file: http_status.patch
description: |
Accept all HTTP codes in [200, 300) as successful, instead of just 200.
For example HockeyApp responds with 202.