https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 268a4e7a5e5a5b2a3fe7208eeb145d4cc8cadf6e authored by Moritz Beier on 11 July 2024, 17:48:37 UTC
Bug 1904014 - Remove function to do an empty search using the search bar one-off buttons. a=dmeehan
Tip revision: 268a4e7
index.rst
============
Build System
============

Important Concepts
==================
.. toctree::
   :maxdepth: 1

   glossary
   build-overview
   supported-configurations
   Mozconfig Files <mozconfigs>
   mozbuild-files
   mozbuild-symbols
   files-metadata
   Profile Guided Optimization <pgo>
   slow
   environment-variables
   build-targets
   python
   test_manifests
   mozinfo
   preprocessor
   jar-manifests
   defining-binaries
   defining-xpcom-components
   toolchains
   locales
   unified-builds
   cross-compile
   rust
   sparse
   Support for projects building with GN <gn>
   telemetry
   sccache-dist
   test_certificates

integrated development environment (IDE)
========================================
.. toctree::
   :maxdepth: 1

   cppeclipse
   visualstudio

mozbuild
========

mozbuild is a Python package containing a lot of the code for the
Mozilla build system.

.. toctree::
   :maxdepth: 1

   mozbuild/index

Snap Package
============

`Snap <https://snapcraft.io/docs>`_ is a packaging format

.. toctree::
   :maxdepth: 1

   snap
back to top