tree: ed9b8eedd9ce7d40b1a6b2e3c3cdf260f4b6efd5 [path history] [tgz]
  1. components/
  2. crash_reporter/
  3. metrics/
  4. mojom/
  5. aw_content_client.cc
  6. aw_content_client.h
  7. aw_descriptors.h
  8. aw_features.cc
  9. aw_features.h
  10. aw_media_drm_bridge_client.cc
  11. aw_media_drm_bridge_client.h
  12. aw_paths.cc
  13. aw_paths.h
  14. aw_resource.cc
  15. aw_resource.h
  16. aw_resource_bundle.cc
  17. aw_resource_bundle.h
  18. aw_switches.cc
  19. aw_switches.h
  20. BUILD.gn
  21. DEPS
  22. devtools_instrumentation.h
  23. OWNERS
  24. README.md
  25. url_constants.cc
  26. url_constants.h
android_webview/common/README.md

//android_webview/common/

This folder holds WebView's native code that is common between processes.

Folder dependencies

//android_webview/common/ cannot depend on other non-common WebView code, but can depend on the content layer (and lower layers) as other embedders would (ex. can depend on //content/public/common/).