blob: a58f8201f1c7d95fab8edcc7cce25fa98b28fc6e [file] [log] [blame] [view]
# Chrome on Android Feature Modules
This is the top-level directory for Chrome-specific
[Dynamic Feature Module](../../../docs/android_dynamic_feature_modules.md) GN
targets and code. E.g.:
* [chrome_feature_modules.gni](chrome_feature_modules.gni): Descriptors of
modules packaged into Chrome.
* [chrome_feature_module_tmpl.gni](chrome_feature_module_tmpl.gni): Template
to create a Chrome dynamic feature module.
* Folders for module specific code such as module interfaces and providers.