Code inclusion: replace non-inclusive term

This swaps a non-inclusive term with the recommendation from the Google
documentation style guide:
https://developers.google.com/style/inclusive-documentation

This changes everything that I think is safe to change. I'm
intentionally leaving the trace tag names because I'm not sure if it's
important to keep the names consistent.

Fixed: 40153772
Test: N/A
Change-Id: I38a9013dda2485070cfa8452c5fc55a3250430cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5403603
Auto-Submit: Nate Fischer <ntfschr@chromium.org>
Reviewed-by: Adam Walls <avvall@chromium.org>
Commit-Queue: Adam Walls <avvall@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1279426}
NOKEYCHECK=True
GitOrigin-RevId: f9f2683545904deb8833948cace582a83fee4e3d
1 file changed
tree: eb07b646b6b5db7092efb450996a59f330d9c4d1
  1. src/
  2. .gitignore
  3. BUILD.gn
  4. DEPS
  5. OWNERS
  6. proguard.flags
  7. README.md
README.md

Webkit Boundary Interfaces

Note: the canonical copy of the boundary interfaces lives in the chromium repository; this subdirectory of chromium is mirrored into the Android project for use by the webkit AndroidX module.

If you‘re reading this file in the Android repository, don’t make changes in this folder. Please make changes in chromium, or contact the OWNERS in frameworks/support/webkit/.

If you're reading this file in the chromium repository, you should feel free to make changes. Please be aware that this folder has strict import requirements (enforced by DEPS), because it must continue to build when mirrored into Android.