Files
vadims c1933020e0 Refactoring of the PSST feature
It is first stage of the PSST feature implementation. The main goal
was to make the existing code ready to the next implementation
steps and be consistent with feature requirements.

Resolves: https://github.com/brave/brave-browser/issues/46045

---------

Signed-off-by: Vadym Struts <vstruts@brave.com>
2025-07-23 21:45:51 +02:00

9 lines
167 B
Python

include_rules = [
"+brave/components",
"+content/public/browser",
"+chrome/install_static",
"+components/gcm_driver",
"+components/prefs",
"+mojo/core",
]