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

Issue 1511633002: Add APK targets to build libjingle tests for Android. (Closed)

Created:
5 years ago by perkj_webrtc
Modified:
5 years ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), Andrew MacDonald, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add APK targets to build libjingle_peerconnection_unittests for Android. BUG=webrtc:2365 The work started from the work by kjellander@ in https://codereview.webrtc.org/1413663003/ Committed: https://crrev.com/a78c0211fd50369a75a962385db6163bd8ded239 Cr-Commit-Position: refs/heads/master@{#11007}

Patch Set 1 #

Patch Set 2 : Split out JNI_Onload. Fixed fiel_trial #

Patch Set 3 : self review #

Patch Set 4 : git cl try #

Patch Set 5 : Fixed field trial #

Patch Set 6 : #

Patch Set 7 : Reverted <gtest of libjingle_media_unittests and p2p. #

Total comments: 13

Patch Set 8 : Addressed comments. #

Patch Set 9 : Added DEPS to allow base/android inclusion from test #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+256 lines, -137 lines) Patch
A + talk/app/webrtc/java/jni/jni_onload.cc View 1 2 3 4 5 6 7 1 chunk +24 lines, -7 lines 0 comments Download
M talk/app/webrtc/java/jni/peerconnection_jni.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -16 lines 0 comments Download
M talk/app/webrtc/peerconnectionendtoend_unittest.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -0 lines 0 comments Download
M talk/app/webrtc/peerconnectionfactory_unittest.cc View 1 3 chunks +10 lines, -0 lines 0 comments Download
M talk/app/webrtc/peerconnectioninterface_unittest.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
A talk/app/webrtc/test/DEPS View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download
A + talk/app/webrtc/test/androidtestinitializer.h View 1 1 chunk +6 lines, -5 lines 0 comments Download
A + talk/app/webrtc/test/androidtestinitializer.cc View 1 2 3 4 5 6 7 1 chunk +34 lines, -39 lines 0 comments Download
M talk/app/webrtc/webrtcsdp_unittest.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M talk/libjingle.gyp View 1 2 3 4 5 6 7 5 chunks +50 lines, -33 lines 0 comments Download
M talk/libjingle_tests.gyp View 1 2 3 4 5 6 4 chunks +20 lines, -13 lines 0 comments Download
M webrtc/build/android/test_runner.py View 1 1 chunk +2 lines, -0 lines 0 comments Download
A webrtc/build/apk_test.gypi View 1 chunk +40 lines, -0 lines 0 comments Download
M webrtc/build/apk_tests.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +17 lines, -0 lines 0 comments Download
M webrtc/build/apk_tests_noop.gyp View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/system_wrappers/include/field_trial_default.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/system_wrappers/source/field_trial_default.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/test/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/test/field_trial.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/test/field_trial.cc View 1 2 3 4 5 6 7 4 chunks +13 lines, -23 lines 0 comments Download
M webrtc/test/test.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
perkj_webrtc
Please?
5 years ago (2015-12-13 12:06:40 UTC) #3
tommi
lgtm https://codereview.webrtc.org/1511633002/diff/120001/talk/app/webrtc/java/jni/jni_onload.cc File talk/app/webrtc/java/jni/jni_onload.cc (right): https://codereview.webrtc.org/1511633002/diff/120001/talk/app/webrtc/java/jni/jni_onload.cc#newcode43 talk/app/webrtc/java/jni/jni_onload.cc:43: RTC_CHECK(rtc::InitializeSSL()) << "Failed to InitializeSSL()"; Dcheck that ret ...
5 years ago (2015-12-13 14:02:56 UTC) #4
kjellander_webrtc
https://codereview.webrtc.org/1511633002/diff/120001/talk/app/webrtc/test/androidtestinitializer.cc File talk/app/webrtc/test/androidtestinitializer.cc (right): https://codereview.webrtc.org/1511633002/diff/120001/talk/app/webrtc/test/androidtestinitializer.cc#newcode43 talk/app/webrtc/test/androidtestinitializer.cc:43: #include "webrtc/voice_engine/include/voe_base.h" sort alphabetically. https://codereview.webrtc.org/1511633002/diff/120001/talk/libjingle.gyp File talk/libjingle.gyp (right): https://codereview.webrtc.org/1511633002/diff/120001/talk/libjingle.gyp#newcode81 ...
5 years ago (2015-12-14 04:37:50 UTC) #5
perkj_webrtc
ptal https://codereview.webrtc.org/1511633002/diff/120001/talk/app/webrtc/java/jni/jni_onload.cc File talk/app/webrtc/java/jni/jni_onload.cc (right): https://codereview.webrtc.org/1511633002/diff/120001/talk/app/webrtc/java/jni/jni_onload.cc#newcode43 talk/app/webrtc/java/jni/jni_onload.cc:43: RTC_CHECK(rtc::InitializeSSL()) << "Failed to InitializeSSL()"; On 2015/12/13 14:02:55, ...
5 years ago (2015-12-14 07:22:21 UTC) #6
kjellander_webrtc
lgtm https://codereview.webrtc.org/1511633002/diff/120001/talk/libjingle.gyp File talk/libjingle.gyp (right): https://codereview.webrtc.org/1511633002/diff/120001/talk/libjingle.gyp#newcode81 talk/libjingle.gyp:81: 'app/webrtc/androidvideocapturer.cc', On 2015/12/14 07:22:21, perkj1 wrote: > On ...
5 years ago (2015-12-14 08:50:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1511633002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1511633002/180001
5 years ago (2015-12-14 09:34:20 UTC) #10
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years ago (2015-12-14 10:41:36 UTC) #12
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/a78c0211fd50369a75a962385db6163bd8ded239 Cr-Commit-Position: refs/heads/master@{#11007}
5 years ago (2015-12-14 10:41:42 UTC) #14
stefan-webrtc
5 years ago (2015-12-14 12:30:53 UTC) #15
Message was sent while issue was closed.
A revert of this CL (patchset #10 id:180001) has been created in
https://codereview.webrtc.org/1521993002/ by stefan@webrtc.org.

The reason for reverting is: Breaks bots..

Powered by Google App Engine
This is Rietveld 408576698