tree: 7cfedb1321010345e9cacaf335512dd1470fc603 [path history] [tgz]
  1. crash_reporter/
  2. gfx/
  3. mojom/
  4. aw_cached_flags.cc
  5. aw_cached_flags.h
  6. aw_content_client.cc
  7. aw_content_client.h
  8. aw_descriptors.h
  9. aw_feature_map.cc
  10. aw_features.cc
  11. aw_features.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. 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/).