tree: 69045e6928cb6a9c51ab720ec39b9e04384ab7d5 [path history] [tgz]
  1. ar/
  2. autofill_assistant/
  3. dev_ui/
  4. keyboard_accessory/
  5. media_router/
  6. start_surface/
  7. tab_ui/
  8. vr/
  9. android_library_factory_tmpl.gni
  10. create_stripped_java_factory.py
  11. create_stripped_java_factory.pydeps
  12. OWNERS
  13. README.md
chrome/android/features/README.md

Chrome on Android Feature Targets

This is the top-level directory for various feature targets for chrome on android. Each subdirectory should be one self-contained feature including all the source files, resource files, string translations that are part of that feature. See the directory structure for keyboard_accessory as an example. Some of these features are dynamic feature modules, and others are plain features that are in the base chrome module.

There are some useful GN templates in this top-level directory. For example: android_library_factory_tmpl.gni contains a template to make generating empty build-time factories easier. This allows chrome_java to not depend on the internal implementation of a feature but rather call these generated factories. The specifics are documented in the GN template file.