Browse Source

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

third_party/crashpad is not a DEP, it's actually checked into the chromium tree
Jeremy Apthorp 6 years ago
parent
commit
0a621bfea1

+ 6 - 0
patches/common/chromium/.patches.yaml

@@ -449,3 +449,9 @@ patches:
   file: disable_extensions_gn.patch
   description: |
     Fix build files generation when chrome extensions are disabled.
+-
+  author: Jeremy Apthorp <[email protected]>
+  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.

+ 0 - 0
patches/common/crashpad/http_status.patch → patches/common/chromium/crashpad_http_status.patch


+ 0 - 8
patches/common/crashpad/.patches.yaml

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