webview: Mark AndroidXProcessGlobalConfig as singleton

This configuration is used to configure global
process wide configurations (hence the name)
so marking it as a singleton.

The Android X docs are super clear about this usage.

Bug: 1446913
Change-Id: Ic1b6bf0a66031ae2dce3287dda6179462bc0d3a3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4545760
Auto-Submit: Rupert Wiser <bewise@chromium.org>
Commit-Queue: Richard Coles <torne@chromium.org>
Reviewed-by: Richard Coles <torne@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1146542}
NOKEYCHECK=True
GitOrigin-RevId: bd3aae30cc8f56039b68be88970ad41969c85a54
1 file changed
tree: 7f9232d6a1330d331d529244c3c54da1a31a6a8a
  1. java/
  2. BUILD.gn
  3. README.md
README.md

//android_webview/glue/

This folder contains a shim layer between the public frameworks APIs (android.webkit.*) and WebView's implementation, and allows them to (mostly) not directly depend on each other.

Folder Dependencies

//android_webview/java/ must not depend on this directory.

See Also