Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 416 Bytes

File metadata and controls

10 lines (7 loc) · 416 Bytes

//android_webview/browser/

This folder holds WebView's browser-specific native code.

Folder dependencies

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/).