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