tree: 7048fd918c969ce8103136fd0c12655cb5886ea5 [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_feature_map.h
  11. aw_features.cc
  12. aw_features.h
  13. aw_media_drm_bridge_client.cc
  14. aw_media_drm_bridge_client.h
  15. aw_paths.cc
  16. aw_paths.h
  17. aw_resource.cc
  18. aw_resource.h
  19. aw_resource_bundle.cc
  20. aw_resource_bundle.h
  21. aw_switches.cc
  22. aw_switches.h
  23. BUILD.gn
  24. DEPS
  25. devtools_instrumentation.h
  26. OWNERS
  27. README.md
  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/).