Skip to content
Snippets Groups Projects
Commit 1c21f330 authored by Alex Catarineu's avatar Alex Catarineu Committed by Pier Angelo Vendrame
Browse files

BB 28369: Stop shipping pingsender executable

parent cff14738
No related branches found
No related tags found
1 merge request!1500TB 43415: Rebased onto 134.0a1
......@@ -14,7 +14,6 @@
/llvm-symbolizer
#endif
/nmhproxy
/pingsender
/pk12util
/ssltunnel
/xpcshell
......
......@@ -399,10 +399,6 @@ bin/libfreebl_64int_3.so
#endif
#endif
; [ Ping Sender ]
;
@BINPATH@/pingsender@BIN_SUFFIX@
; [ Native Messaging Host Proxy ]
;
#if defined(XP_WIN) || defined(XP_MACOSX)
......
......@@ -1589,7 +1589,6 @@ ${RemoveDefaultBrowserAgentShortcut}
Push "crashreporter.exe"
Push "default-browser-agent.exe"
Push "nmhproxy.exe"
Push "pingsender.exe"
Push "updater.exe"
Push "mozwer.dll"
Push "${FileMainEXE}"
......
......@@ -560,7 +560,6 @@ class LinuxArtifactJob(ArtifactJob):
"{product}/dependentlibs.list",
"{product}/{product}",
"{product}/{product}-bin",
"{product}/pingsender",
"{product}/plugin-container",
"{product}/updater",
"{product}/glxtest",
......@@ -659,7 +658,6 @@ class MacArtifactJob(ArtifactJob):
"{product}-bin",
"*.dylib",
"nmhproxy",
"pingsender",
"plugin-container.app/Contents/MacOS/plugin-container",
"updater.app/Contents/MacOS/org.mozilla.updater",
# 'xpcshell',
......
......@@ -1694,6 +1694,9 @@ export var TelemetrySendImpl = {
},
runPingSender(pings, observer) {
throw Components.Exception("", Cr.NS_ERROR_NOT_IMPLEMENTED);
/* eslint-disable-next-line no-unreachable */
if (AppConstants.platform === "android") {
throw Components.Exception("", Cr.NS_ERROR_NOT_IMPLEMENTED);
}
......
......@@ -8,10 +8,6 @@ include("/ipc/chromium/chromium-config.mozbuild")
FINAL_LIBRARY = "xul"
DIRS = [
"pingsender",
]
if CONFIG["COMPILE_ENVIRONMENT"]:
EXPORTS.mozilla += ["!dap_ffi_generated.h"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment