tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 9835a2d42c40e03e9838a8f8b1f152f2b078fa1d
parent 6bab6aad5f4a438c6a490f4fcced013f1e94307b
Author: Daniel Minor <dminor@mozilla.com>
Date:   Sun, 28 Dec 2025 21:56:51 +0000

Bug 2007581 - Add missing modules to hooks_clang_format.py r=sylvestre

Differential Revision: https://phabricator.services.mozilla.com/D277457

Diffstat:
Mtools/lint/hooks_clang_format.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/tools/lint/hooks_clang_format.py b/tools/lint/hooks_clang_format.py @@ -13,8 +13,11 @@ topsrcdir = os.path.join(here, os.pardir, os.pardir) EXTRA_PATHS = ( "python/mach", + "python/mozboot", + "python/mozbuild", "python/mozversioncontrol", "testing/mozbase/mozfile", + "third_party/python/filelock", "third_party/python/jsmin", ) sys.path[:0] = [os.path.join(topsrcdir, p) for p in EXTRA_PATHS]