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>
9 lines
167 B
Python
9 lines
167 B
Python
include_rules = [
|
|
"+brave/components",
|
|
"+content/public/browser",
|
|
"+chrome/install_static",
|
|
"+components/gcm_driver",
|
|
"+components/prefs",
|
|
"+mojo/core",
|
|
]
|