tree: 48f86f1e9b6fa674d528467873ddb1e085d280e2 [path history] [tgz]
  1. crash_reporter/
  2. js_java_interaction/
  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_hit_test_data.cc
  11. aw_hit_test_data.h
  12. aw_media_drm_bridge_client.cc
  13. aw_media_drm_bridge_client.h
  14. aw_paths.cc
  15. aw_paths.h
  16. aw_resource.cc
  17. aw_resource.h
  18. aw_resource_bundle.cc
  19. aw_resource_bundle.h
  20. aw_switches.cc
  21. aw_switches.h
  22. BUILD.gn
  23. DEPS
  24. devtools_instrumentation.h
  25. OWNERS
  26. README.md
  27. render_view_messages.cc
  28. render_view_messages.h
  29. url_constants.cc
  30. 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/).