summaryrefslogtreecommitdiffstats
path: root/android_webview
Commit message (Collapse)AuthorAgeFilesLines
* Add a tool to check license compatibility with Androidsteveblock@chromium.org2012-08-092-0/+556
| | | | | | | | | | This tool checks all third-party code used on Android, for the purposes of the Android WebView build. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10816041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150904 0039d316-1c4b-4281-b951-d872f2087c98
* Build target for Android WebView.torne@chromium.org2012-08-098-0/+252
This creates a "libwebview" build target for the JNI code to power the Android WebView. This is unfinished and can't run without additional code that has not yet been upstreamed, but it compiles and links successfully. In its present state the WebViewMainDelegate reuses Chrome implementations of other content client interfaces. This is a temporary state of affairs until necessary refactorings can be performed. Review URL: https://chromiumcodereview.appspot.com/10825155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150780 0039d316-1c4b-4281-b951-d872f2087c98