tree: 9cf8f00e4316ea52f3ff1db761c740d458c819b8 [path history] [tgz]
  1. crash_reporter/
  2. mojom/
  3. android_webview_message_generator.cc
  4. android_webview_message_generator.h
  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. render_view_messages.cc
  26. render_view_messages.h
  27. url_constants.cc
  28. 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/).