Change org.chromium.base.NativeLibraries package to build

This CL changes the package of org.chromium.base.NativeLibraries to
org.chromium.build. This better reflects the location of the GN
build rule to generate NativeLibraries.java

BUG=1189911

Change-Id: Id600a2749d9d6ed02ad00dc7b596a29f84ba4300
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2790522
Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org>
Reviewed-by: Yaron Friedman <yfriedman@chromium.org>
Reviewed-by: Mohamed Heikal <mheikal@chromium.org>
Owners-Override: Yaron Friedman <yfriedman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#868696}
GitOrigin-RevId: 54e9ae4f42f8d7e0313a6ea8d32f493b4a0d01ce
1 file changed
tree: ef586eff30819b655d5f7c1af5851ecc47d27fe7
  1. java/
  2. BUILD.gn
  3. README.md
README.md

//android_webview/glue/

This folder contains a shim layer between the public frameworks APIs (android.webkit.*) and WebView's implementation, and allows them to (mostly) not directly depend on each other.

Folder Dependencies

//android_webview/java/ must not depend on this directory.

See Also