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

Issue 23835020: Android: cleanup jni_android to minimize external dependencies. (Closed)

Created:
7 years, 3 months ago by bulach
Modified:
7 years, 2 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, erikwright+watch_chromium.org
Visibility:
Public.

Description

Android: cleanup jni_android to minimize external dependencies. Other projects will be using the JNI bindings. - Move GetMethodIDFromClassName down to content/browser/renderer_host/java, the only place where it's used. - Remove a few methods that are no longer in use. - Trim down dependencies. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=225471

Patch Set 1 #

Total comments: 4

Patch Set 2 : Comments #

Patch Set 3 : Small fix for clang #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -306 lines) Patch
M base/android/jni_android.h View 2 chunks +0 lines, -36 lines 0 comments Download
M base/android/jni_android.cc View 3 chunks +0 lines, -123 lines 0 comments Download
M base/android/jni_android_unittest.cc View 1 1 chunk +0 lines, -80 lines 0 comments Download
M components/web_contents_delegate_android/web_contents_delegate_android.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M content/browser/android/web_contents_observer_android.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M content/browser/renderer_host/java/java_bound_object.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/browser/renderer_host/java/java_method.cc View 1 chunk +1 line, -1 line 0 comments Download
A content/browser/renderer_host/java/jni_helper.h View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A content/browser/renderer_host/java/jni_helper.cc View 1 1 chunk +99 lines, -0 lines 0 comments Download
A + content/browser/renderer_host/java/jni_helper_unittest.cc View 1 2 5 chunks +8 lines, -55 lines 0 comments Download
M content/content_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
bulach
joth: you're OWNERs everywhere. welcome back ;) jochen: trivial changes in content/content_browser.gypi and content/content_tests.gypi
7 years, 3 months ago (2013-09-24 10:57:39 UTC) #1
jochen (gone - plz use gerrit)
lgtm
7 years, 3 months ago (2013-09-24 10:59:46 UTC) #2
joth
lgtm % namespace nits https://codereview.chromium.org/23835020/diff/1/base/android/jni_android_unittest.cc File base/android/jni_android_unittest.cc (right): https://codereview.chromium.org/23835020/diff/1/base/android/jni_android_unittest.cc#newcode32 base/android/jni_android_unittest.cc:32: namespace android { nit: move ...
7 years, 3 months ago (2013-09-24 13:31:49 UTC) #3
bulach
thanks joth! will land this after the downstream patch.. https://codereview.chromium.org/23835020/diff/1/base/android/jni_android_unittest.cc File base/android/jni_android_unittest.cc (right): https://codereview.chromium.org/23835020/diff/1/base/android/jni_android_unittest.cc#newcode32 base/android/jni_android_unittest.cc:32: ...
7 years, 3 months ago (2013-09-24 14:43:34 UTC) #4
bulach
+jam for trivial content/content_browser.gypi
7 years, 2 months ago (2013-09-25 16:49:47 UTC) #5
jam
On 2013/09/25 16:49:47, bulach wrote: > +jam for trivial content/content_browser.gypi lgtm, please feel free to ...
7 years, 2 months ago (2013-09-25 19:11:09 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bulach@chromium.org/23835020/13001
7 years, 2 months ago (2013-09-26 08:16:52 UTC) #7
bulach
thanks jam, I'll TBR such changes in the future.. would you mind if I clarify ...
7 years, 2 months ago (2013-09-26 08:25:49 UTC) #8
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=83119
7 years, 2 months ago (2013-09-26 10:45:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bulach@chromium.org/23835020/13001
7 years, 2 months ago (2013-09-26 10:49:29 UTC) #10
commit-bot: I haz the power
7 years, 2 months ago (2013-09-26 17:01:07 UTC) #11
Message was sent while issue was closed.
Change committed as 225471

Powered by Google App Engine
This is Rietveld 408576698