[Build] Migrate Log usage.

Will enable NoAndroidLog errorprone check in a follow-up CL after migration is complete.

Design Doc:
https://docs.google.com/document/d/17pKwYfMG7OVyqgOQPplIH5U_dVtXOm8XA_aCbtZgWlQ/edit?usp=sharing

Bug: 481747262
Change-Id: I42f1e374590d3f98cd27807e0091192d87121fc2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7555110
Reviewed-by: Andrew Grieve <[email protected]>
Commit-Queue: Ziwen Lin <[email protected]>
Commit-Queue: Andrew Grieve <[email protected]>
Owners-Override: Andrew Grieve <[email protected]>
Reviewed-by: Peter Wen <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1583521}
NOKEYCHECK=True
GitOrigin-RevId: e82c6c9882580d49849afe7029671e25a0a353af
2 files changed
tree: 626ea4358c0cafbfb6e7bfb8f6078de447da351e
  1. java/
  2. BUILD.gn
  3. OWNERS
  4. 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