
Repeatedly use grep to find all the files in various dirs that includes base/stl_util.h but do not use any functions provided by base/stl_util.h and base/cxx*_backports.h, and then remove the base/stl_util.h include from them. Files that include base/stl_util.h, but actually needs base/cxx*_backports.h, will be dealt with separately. Bug: 1194078 Change-Id: I50796fb91c03eed1b63ce901005818ba2ec3d94c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2909802 Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Lei Zhang <thestig@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org> Owners-Override: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#885634}
Android WebView
Android WebView is an Android system component for displaying web content.
WebView (and
the related Android classes) are implemented by the code in the
//android_webview/
folder.
This directory contains the Android WebView implementation, as well as the implementation for the AndroidX Webkit support library.
Overview for Chromium team members and contributors
Please see WebView Architecture.
Want to use WebView in an Android app?
Please consult our API documentation and app development guides:
Want to build and install WebView on a device?
See our Chromium developer documentation.