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

Issue 2142413004: Add required deps to third_party/android_support_test_runner (Closed)

Created:
4 years, 5 months ago by aluo
Modified:
4 years, 4 months ago
CC:
jbudorick
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add required deps to third_party/android_support_test_runner BUG=627916 Committed: https://crrev.com/24da3c36fd807a0003bece9c352567ad637f810e Cr-Commit-Position: refs/heads/master@{#414150}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Updated android_support_test_runner to use third_party/junit #

Total comments: 10

Patch Set 3 : Updated per review comments #

Total comments: 4

Patch Set 4 : Addressed comments from agrieve #

Total comments: 2

Patch Set 5 : Remove redundant default setting for java-version in javac.py #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -8 lines) Patch
M build/android/gyp/javac.py View 1 2 3 4 2 chunks +11 lines, -4 lines 0 comments Download
M build/config/android/internal_rules.gni View 1 2 3 4 chunks +8 lines, -1 line 0 comments Download
M third_party/android_support_test_runner/BUILD.gn View 1 1 chunk +8 lines, -1 line 0 comments Download
M third_party/android_support_test_runner/README.chromium View 1 chunk +1 line, -1 line 0 comments Download
A third_party/android_support_test_runner/lib/exposed-instrumentation-api-publish-0.5-no-dep.jar.sha1 View 1 1 chunk +1 line, -0 lines 0 comments Download
D third_party/android_support_test_runner/lib/runner-0.3-release-no-dep.jar.sha1 View 1 2 1 chunk +0 lines, -1 line 0 comments Download
A third_party/android_support_test_runner/lib/runner-0.5-release-no-dep.jar.sha1 View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/espresso/BUILD.gn View 1 4 chunks +5 lines, -0 lines 0 comments Download
M third_party/guava/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/hamcrest/BUILD.gn View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/junit/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 28 (8 generated)
aluo
Fixed android support test runner to work with tests that use AndroidJUnitRunner.
4 years, 5 months ago (2016-07-13 19:15:52 UTC) #2
the real yoland
On 2016/07/13 at 19:15:52, aluo wrote: > Fixed android support test runner to work with ...
4 years, 5 months ago (2016-07-13 19:24:55 UTC) #3
aluo
On 2016/07/13 19:24:55, the real yoland wrote: > On 2016/07/13 at 19:15:52, aluo wrote: > ...
4 years, 5 months ago (2016-07-15 01:55:34 UTC) #4
the real yoland
https://codereview.chromium.org/2142413004/diff/1/third_party/android_support_test_runner/BUILD.gn File third_party/android_support_test_runner/BUILD.gn (right): https://codereview.chromium.org/2142413004/diff/1/third_party/android_support_test_runner/BUILD.gn#newcode8 third_party/android_support_test_runner/BUILD.gn:8: jar_path = "lib/runner-0.5-release-no-dep.jar" I don't think I was able ...
4 years, 4 months ago (2016-08-03 23:05:09 UTC) #5
aluo
https://codereview.chromium.org/2142413004/diff/1/third_party/android_support_test_runner/BUILD.gn File third_party/android_support_test_runner/BUILD.gn (right): https://codereview.chromium.org/2142413004/diff/1/third_party/android_support_test_runner/BUILD.gn#newcode8 third_party/android_support_test_runner/BUILD.gn:8: jar_path = "lib/runner-0.5-release-no-dep.jar" On 2016/08/03 23:05:09, the real yoland ...
4 years, 4 months ago (2016-08-05 22:00:16 UTC) #6
the real yoland
https://codereview.chromium.org/2142413004/diff/1/third_party/android_support_test_runner/BUILD.gn File third_party/android_support_test_runner/BUILD.gn (right): https://codereview.chromium.org/2142413004/diff/1/third_party/android_support_test_runner/BUILD.gn#newcode8 third_party/android_support_test_runner/BUILD.gn:8: jar_path = "lib/runner-0.5-release-no-dep.jar" On 2016/08/05 at 22:00:16, aluo wrote: ...
4 years, 4 months ago (2016-08-05 22:16:58 UTC) #7
aluo
On 2016/08/05 22:16:58, the real yoland wrote: > https://codereview.chromium.org/2142413004/diff/1/third_party/android_support_test_runner/BUILD.gn > File third_party/android_support_test_runner/BUILD.gn (right): > > ...
4 years, 4 months ago (2016-08-05 22:23:05 UTC) #8
mikecase (-- gone --)
https://codereview.chromium.org/2142413004/diff/1/third_party/android_support_test_runner/BUILD.gn File third_party/android_support_test_runner/BUILD.gn (right): https://codereview.chromium.org/2142413004/diff/1/third_party/android_support_test_runner/BUILD.gn#newcode8 third_party/android_support_test_runner/BUILD.gn:8: jar_path = "lib/runner-0.5-release-no-dep.jar" On 2016/08/05 at 22:16:57, the real ...
4 years, 4 months ago (2016-08-19 20:36:21 UTC) #10
mikecase (-- gone --)
ty for updating CL :D https://codereview.chromium.org/2142413004/diff/20001/build/android/gyp/javac.py File build/android/gyp/javac.py (right): https://codereview.chromium.org/2142413004/diff/20001/build/android/gyp/javac.py#newcode259 build/android/gyp/javac.py:259: parser.add_option( If you take ...
4 years, 4 months ago (2016-08-22 23:42:18 UTC) #13
aluo
Addressed Mike's comments, also adding agrieve@ as owner reviewer for internal_rules.gni https://codereview.chromium.org/2142413004/diff/20001/build/android/gyp/javac.py File build/android/gyp/javac.py (right): ...
4 years, 4 months ago (2016-08-23 00:37:57 UTC) #15
agrieve
https://codereview.chromium.org/2142413004/diff/40001/build/android/gyp/javac.py File build/android/gyp/javac.py (right): https://codereview.chromium.org/2142413004/diff/40001/build/android/gyp/javac.py#newcode262 build/android/gyp/javac.py:262: help='Do not use custom bootclasspath even if bootclasspath is ...
4 years, 4 months ago (2016-08-23 03:52:16 UTC) #16
aluo
https://codereview.chromium.org/2142413004/diff/40001/build/android/gyp/javac.py File build/android/gyp/javac.py (right): https://codereview.chromium.org/2142413004/diff/40001/build/android/gyp/javac.py#newcode262 build/android/gyp/javac.py:262: help='Do not use custom bootclasspath even if bootclasspath is ...
4 years, 4 months ago (2016-08-24 01:23:38 UTC) #17
agrieve
lgtm /w one small nit https://codereview.chromium.org/2142413004/diff/60001/build/android/gyp/javac.py File build/android/gyp/javac.py (right): https://codereview.chromium.org/2142413004/diff/60001/build/android/gyp/javac.py#newcode261 build/android/gyp/javac.py:261: default='', nit: no need ...
4 years, 4 months ago (2016-08-24 01:42:30 UTC) #18
mikecase (-- gone --)
Before committing, talk to Yoland on whether we want to update the runner/rules jars from ...
4 years, 4 months ago (2016-08-24 15:22:36 UTC) #19
aluo
On 2016/08/24 15:22:36, mikecase wrote: > Before committing, talk to Yoland on whether we want ...
4 years, 4 months ago (2016-08-24 17:13:52 UTC) #20
aluo
https://codereview.chromium.org/2142413004/diff/60001/build/android/gyp/javac.py File build/android/gyp/javac.py (right): https://codereview.chromium.org/2142413004/diff/60001/build/android/gyp/javac.py#newcode261 build/android/gyp/javac.py:261: default='', On 2016/08/24 01:42:30, agrieve wrote: > nit: no ...
4 years, 4 months ago (2016-08-24 17:14:49 UTC) #21
the real yoland
lgtm
4 years, 4 months ago (2016-08-24 18:47:39 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2142413004/80001
4 years, 4 months ago (2016-08-24 18:52:29 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-24 21:28:42 UTC) #26
commit-bot: I haz the power
4 years, 4 months ago (2016-08-24 21:30:33 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/24da3c36fd807a0003bece9c352567ad637f810e
Cr-Commit-Position: refs/heads/master@{#414150}

Powered by Google App Engine
This is Rietveld 408576698