summaryrefslogtreecommitdiffstats
path: root/android_webview/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Android WebView: fix build issues and nits.torne@chromium.org2012-10-181-3/+6
| | | | | | | | | | | | | | | | | 1) The top-level Android.mk mustn't use my-dir after including another file as it returns the wrong answer. 2) We need "All" to depend on net_errors_java as it's used by the Android.mk. 3) Fix nits from previous review of android_webview/Android.mk - make it clearer that only one of the dependencies is temporary. BUG= Review URL: https://codereview.chromium.org/11187052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162716 0039d316-1c4b-4281-b951-d872f2087c98
* Android WebView: create a java module.torne@chromium.org2012-10-171-0/+39
The WebView needs a bunch of Java code from the Chromium tree (contentview and its dependencies) in order to build. Introduce an Android build system makefile into android_webview which builds a suitable static java library. R=benm@chromium.org BUG= Review URL: https://codereview.chromium.org/11185025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162404 0039d316-1c4b-4281-b951-d872f2087c98