tree: dd3d83fb6e2ef6ec1210c4c07788452e0e47300f [path history] [tgz]
  1. components/
  2. crash_reporter/
  3. mojom/
  4. aw_content_client.cc
  5. aw_content_client.h
  6. aw_descriptors.h
  7. aw_features.cc
  8. aw_features.h
  9. aw_media_drm_bridge_client.cc
  10. aw_media_drm_bridge_client.h
  11. aw_paths.cc
  12. aw_paths.h
  13. aw_resource.cc
  14. aw_resource.h
  15. aw_resource_bundle.cc
  16. aw_resource_bundle.h
  17. aw_switches.cc
  18. aw_switches.h
  19. BUILD.gn
  20. DEPS
  21. devtools_instrumentation.h
  22. OWNERS
  23. README.md
  24. url_constants.cc
  25. 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/).