summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Fischer <ntfschr@chromium.org>2024-03-28 02:43:52 +0000
committerCopybara-Service <copybara-worker@google.com>2024-03-27 19:51:18 -0700
commit67dbef6159d2bcb3d93406d1b2ae510b18c41a1c (patch)
treeeb07b646b6b5db7092efb450996a59f330d9c4d1
parent574631531468a43b65202a7a276b81fca41c650e (diff)
downloadwebview_support_interfaces-upstream-master.tar.gz
Code inclusion: replace non-inclusive termupstream-master
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
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a7e8d2a..9d64653 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -55,7 +55,7 @@ android_library("boundary_interface_java") {
android_apk("boundary_interface_example_apk") {
apk_name = "BoundaryInterfaceExample"
- # Use a dummy android manifest since this code is copied to androidx.
+ # Use a placeholder android manifest since this code is copied to androidx.
android_manifest = "//build/android/AndroidManifest.xml"
# This is to verify that the boundary interfaces compile and lint correctly