[go: nahoru, domu]

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