/mozilla: hosting directory for all Mozilla-related stuff
# Gecko and libraries built on top of it
/gecko: the web rendering engine (GRE)
/toolkit: the XUL Runtime Engine (XRE) toolkit
/xpinstall: the XPInstall library
# Products
/apps: Mozilla Application Suite
/apps/browser: Mozilla Browser
/apps/mailnews: Mozilla Mail/News
/apps/composer: Mozilla Composer
/seamonkey: the old Seamonkey browser
/seamonkey/xpfe: the Seamonkey browser
/seamonkey/mailnews: Seamonkey mailnews
/camino: the Camino browser
# Non-Gecko-dependent libraries and utilities
/ipc: the IPC daemon
/netwerk: the Necko network library
/db: database implementations, including Mork
/xpcom: the XPCOM library
/js: SpiderMonkey JavaScript Engine
/directory/c-sdk: Directory Service
/security/nss: NSS
/other-licenses: ical, libart
/nsprpub: NSPR
/string: String
/config: the build configuration directory
For example, the default build for Firebird would be
apps/browser/browser.mk, which would which would pull and build the
Toolkit and GRE at toolkit/ and gecko/, which would pull and build the
base libraries /nsprpub, /js, /directory/c-sdk, and /security/nss
(unless switches were specified to use other versions of these libraries
and sdks elsewhere on the disk).