This folder holds WebView's browser-specific native code.
Like with other content embedders, //android_webview/browser/
can depend on
//android_webview/common/
but not //android_webview/renderer/
. It can also
depend on content layer (and lower layers) as other embedders would (ex. can
depend on //content/public/browser/
, //content/public/common/
).