mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
593ab0604f
I need to add symbolication support for the mochitest Gecko Profiler command line option. These profiles also need to be symbolicated. Unfortunately, there is not a common place where I could use these files. Talos and Raptor each had their own copy of the snappy symbolication server. This commit consolidates these packages into a re-usable mozbase package that can be used in mochitests, and eventually in other places like xpcshell tests. I stubbed out a test file, but it doesn't do anything quite yet. This commit makes it so that the tests still work in Raptor and Talos, but doesn't add any features. It also doesn't try too hard to make the files look like a mozbase package. Differential Revision: https://phabricator.services.mozilla.com/D74289
22 lines
864 B
Plaintext
22 lines
864 B
Plaintext
manifestparser.pth:testing/mozbase/manifestparser
|
|
mozcrash.pth:testing/mozbase/mozcrash
|
|
mozdebug.pth:testing/mozbase/mozdebug
|
|
mozdevice.pth:testing/mozbase/mozdevice
|
|
mozfile.pth:testing/mozbase/mozfile
|
|
mozhttpd.pth:testing/mozbase/mozhttpd
|
|
mozgeckoprofiler.pth:testing/mozbase/mozgeckoprofiler
|
|
mozinfo.pth:testing/mozbase/mozinfo
|
|
mozinstall.pth:testing/mozbase/mozinstall
|
|
mozleak.pth:testing/mozbase/mozleak
|
|
mozlog.pth:testing/mozbase/mozlog
|
|
moznetwork.pth:testing/mozbase/moznetwork
|
|
mozpower.pth:testing/mozbase/mozpower
|
|
mozprocess.pth:testing/mozbase/mozprocess
|
|
mozprofile.pth:testing/mozbase/mozprofile
|
|
mozproxy.pth:testing/mozbase/mozproxy
|
|
mozrunner.pth:testing/mozbase/mozrunner
|
|
mozsystemmonitor.pth:testing/mozbase/mozsystemmonitor
|
|
mozscreenshot.pth:testing/mozbase/mozscreenshot
|
|
moztest.pth:testing/mozbase/moztest
|
|
mozversion.pth:testing/mozbase/mozversion
|