diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-21 16:27:43 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-21 16:27:43 +0200 |
commit | a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b (patch) | |
tree | a1df91ed9b42387caf1409504cb73d73f42543b7 /dom/ipc/moz.build | |
parent | fbdd52ea571bb591e596797f7cc745426b620a97 (diff) | |
download | UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.tar UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.tar.gz UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.tar.lz UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.tar.xz UXP-a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b.zip |
Remove stubbed IPC CrashReporter(Parent/Child)
Diffstat (limited to 'dom/ipc/moz.build')
-rw-r--r-- | dom/ipc/moz.build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dom/ipc/moz.build b/dom/ipc/moz.build index 0871f3f23..5629ab2c6 100644 --- a/dom/ipc/moz.build +++ b/dom/ipc/moz.build @@ -26,8 +26,6 @@ EXPORTS.mozilla.dom += [ 'ContentProcess.h', 'ContentProcessManager.h', 'CPOWManagerGetter.h', - 'CrashReporterChild.h', - 'CrashReporterParent.h', 'FilePickerParent.h', 'nsIContentChild.h', 'nsIContentParent.h', @@ -54,7 +52,6 @@ UNIFIED_SOURCES += [ 'ContentParent.cpp', 'ContentProcess.cpp', 'ContentProcessManager.cpp', - 'CrashReporterParent.cpp', 'FilePickerParent.cpp', 'nsIContentChild.cpp', 'nsIContentParent.cpp', @@ -70,13 +67,10 @@ UNIFIED_SOURCES += [ ] # Blob.cpp cannot be compiled in unified mode because it triggers a fatal gcc warning. -# CrashReporterChild.cpp cannot be compiled in unified mode because of name clashes -# in OS X headers. # ContentChild.cpp cannot be compiled in unified mode on linux due to Time conflict SOURCES += [ 'Blob.cpp', 'ContentChild.cpp', - 'CrashReporterChild.cpp', 'ProcessHangMonitor.cpp', ] @@ -131,7 +125,6 @@ LOCAL_INCLUDES += [ '/layout/base', '/media/webrtc', '/netwerk/base', - '/toolkit/crashreporter', '/toolkit/xre', '/uriloader/exthandler', '/widget', |