Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1751)

Issue 11185025: Android WebView: create a java module. (Closed)

Created:
8 years, 2 months ago by Torne
Modified:
8 years, 2 months ago
Reviewers:
joth, benm (inactive), boliu
CC:
chromium-reviews, android-webview-reviews_chromium.org
Visibility:
Public.

Description

Android WebView: create a java module. 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= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=162404

Patch Set 1 #

Patch Set 2 : Include the new makefile when we're building webview #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -3 lines) Patch
M Android.mk View 1 1 chunk +4 lines, -3 lines 0 comments Download
A android_webview/Android.mk View 1 chunk +39 lines, -0 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
Torne
8 years, 2 months ago (2012-10-17 13:54:23 UTC) #1
benm (inactive)
lgtm nice!
8 years, 2 months ago (2012-10-17 13:56:44 UTC) #2
Torne
Forgot to actually include this new makefile from the top-level one. New patch uploaded.
8 years, 2 months ago (2012-10-17 14:03:38 UTC) #3
boliu
I removed most of the Android.mk files downstream and thought they will be generated by ...
8 years, 2 months ago (2012-10-17 14:09:23 UTC) #4
Torne
On 2012/10/17 14:09:23, boliu wrote: > I removed most of the Android.mk files downstream and ...
8 years, 2 months ago (2012-10-17 14:11:52 UTC) #5
benm (inactive)
lgtm
8 years, 2 months ago (2012-10-17 14:24:55 UTC) #6
joth
8 years, 2 months ago (2012-10-17 21:43:09 UTC) #7
lgtm

https://codereview.chromium.org/11185025/diff/2002/android_webview/Android.mk
File android_webview/Android.mk (right):

https://codereview.chromium.org/11185025/diff/2002/android_webview/Android.mk...
android_webview/Android.mk:34: $(call all-java-files-under,
../chrome/browser/component/navigation_interception/java/src) \
move these two /chrome/browser/component deps out from under the "TODO - remove"
comment.
could add to the big section on line 20, but that further reduces the utility of
the comment on line 18 "contentview"  :-)

Powered by Google App Engine
This is Rietveld 408576698