aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-components_safe__browsing_core_resources_gen__file__type__proto.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-components_safe__browsing_core_resources_gen__file__type__proto.py')
-rw-r--r--devel/electron13/files/patch-components_safe__browsing_core_resources_gen__file__type__proto.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/electron13/files/patch-components_safe__browsing_core_resources_gen__file__type__proto.py b/devel/electron13/files/patch-components_safe__browsing_core_resources_gen__file__type__proto.py
deleted file mode 100644
index c7415bf38a68..000000000000
--- a/devel/electron13/files/patch-components_safe__browsing_core_resources_gen__file__type__proto.py
+++ /dev/null
@@ -1,19 +0,0 @@
---- components/safe_browsing/core/resources/gen_file_type_proto.py.orig 2021-01-07 00:36:31 UTC
-+++ components/safe_browsing/core/resources/gen_file_type_proto.py
-@@ -31,6 +31,7 @@ def PlatformTypes():
- "android": download_file_types_pb2.DownloadFileType.PLATFORM_ANDROID,
- "chromeos": download_file_types_pb2.DownloadFileType.PLATFORM_CHROME_OS,
- "linux": download_file_types_pb2.DownloadFileType.PLATFORM_LINUX,
-+ "bsd": download_file_types_pb2.DownloadFileType.PLATFORM_LINUX,
- "mac": download_file_types_pb2.DownloadFileType.PLATFORM_MAC,
- "win": download_file_types_pb2.DownloadFileType.PLATFORM_WINDOWS,
- }
-@@ -169,7 +170,7 @@ class DownloadFileTypeProtoGenerator(BinaryProtoGenera
- 'Outfile must have a %d for version and %s for platform.')
- parser.add_option('-t', '--type',
- help='The platform type. One of android, chromeos, ' +
-- 'linux, mac, win')
-+ 'linux, bsd, mac, win')
-
- def AddExtraCommandLineArgsForVirtualEnvRun(self, opts, command):
- if opts.type is not None: