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

Issue 831173005: Add Robolectric build and license files to third_party. (Closed)

Created:
5 years, 11 months ago by mikecase (-- gone --)
Modified:
5 years, 10 months ago
Reviewers:
Vadim Sh., klundberg, navabi1, jbudorick, navabi, cjhopman, open-source-third-party-reviews, cpu_(ooo_6.6-7.5)
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add Robolectric build and license files to third_party. BUG=448030 Committed: https://crrev.com/5ae30e103f9e8a6a50ea295227b70f43697f7cf7 Cr-Commit-Position: refs/heads/master@{#317110}

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : Simplified names of build targets. #

Total comments: 6

Patch Set 4 : Added licenses for dependencies included in jar. #

Total comments: 2

Patch Set 5 : Fixed license details. #

Patch Set 6 : Add all jars Robolectric downloads from Maven at runtime. #

Patch Set 7 : Updated build files for Json and Tagsoup jars. #

Total comments: 1

Patch Set 8 : Changed visibility of some of the jars in build file. #

Patch Set 9 : Removed Jars, which will be added to separate repo and downloaded via DEPS. #

Patch Set 10 : Added DEPS change to pull in Robolectric jars. #

Patch Set 11 : Added third_party/robolectric/lib to gitignore. #

Total comments: 4

Patch Set 12 : Fixed klundberg's nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+377 lines, -0 lines) Patch
M .gitignore View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/robolectric/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/robolectric/LICENSE View 1 2 3 4 1 chunk +177 lines, -0 lines 0 comments Download
A third_party/robolectric/OWNERS View 1 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/robolectric/README.chromium View 1 2 3 4 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/robolectric/licenses/extreme.indiana.edu.license.txt View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/robolectric/licenses/javolution.license.txt View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/robolectric/licenses/pivotal.labs.license.txt View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/robolectric/robolectric.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +58 lines, -0 lines 0 comments Download

Messages

Total messages: 45 (11 generated)
mikecase (-- gone --)
Pretty sure I will have to write a custom test runner (similar to the GoogleRobolectricTestRunner.java) ...
5 years, 11 months ago (2015-01-06 23:33:54 UTC) #2
jbudorick
You will definitely need to add something that doesn't hit Maven every time it runs. ...
5 years, 11 months ago (2015-01-06 23:55:45 UTC) #3
mikecase (-- gone --)
Got an LGTM from OSPO via email.
5 years, 11 months ago (2015-01-06 23:59:47 UTC) #5
jbudorick
+cjhopman for gyp + gn https://codereview.chromium.org/831173005/diff/20001/third_party/robolectric/BUILD.gn File third_party/robolectric/BUILD.gn (right): https://codereview.chromium.org/831173005/diff/20001/third_party/robolectric/BUILD.gn#newcode8 third_party/robolectric/BUILD.gn:8: java_prebuilt("android_all_java") { should this ...
5 years, 11 months ago (2015-01-12 14:07:14 UTC) #7
cjhopman
On 2015/01/06 23:33:54, mikecase wrote: > Pretty sure I will have to write a custom ...
5 years, 11 months ago (2015-01-12 18:53:17 UTC) #8
cjhopman
https://codereview.chromium.org/831173005/diff/40001/third_party/robolectric/BUILD.gn File third_party/robolectric/BUILD.gn (right): https://codereview.chromium.org/831173005/diff/40001/third_party/robolectric/BUILD.gn#newcode15 third_party/robolectric/BUILD.gn:15: jar_path = "lib/robolectric-2.4-jar-with-dependencies.jar" What is in this jar? Looking ...
5 years, 11 months ago (2015-01-12 18:53:24 UTC) #9
mikecase (-- gone --)
https://codereview.chromium.org/831173005/diff/20001/third_party/robolectric/README.chromium File third_party/robolectric/README.chromium (right): https://codereview.chromium.org/831173005/diff/20001/third_party/robolectric/README.chromium#newcode2 third_party/robolectric/README.chromium:2: URL: https://github.com/robolectric/robolectric.git On 2015/01/06 23:55:44, jbudorick wrote: > I ...
5 years, 11 months ago (2015-01-13 18:36:20 UTC) #10
jbudorick
https://codereview.chromium.org/831173005/diff/40001/third_party/robolectric/BUILD.gn File third_party/robolectric/BUILD.gn (right): https://codereview.chromium.org/831173005/diff/40001/third_party/robolectric/BUILD.gn#newcode15 third_party/robolectric/BUILD.gn:15: jar_path = "lib/robolectric-2.4-jar-with-dependencies.jar" On 2015/01/13 18:36:20, mikecase wrote: > ...
5 years, 11 months ago (2015-01-13 18:42:39 UTC) #11
cjhopman
https://codereview.chromium.org/831173005/diff/40001/third_party/robolectric/BUILD.gn File third_party/robolectric/BUILD.gn (right): https://codereview.chromium.org/831173005/diff/40001/third_party/robolectric/BUILD.gn#newcode15 third_party/robolectric/BUILD.gn:15: jar_path = "lib/robolectric-2.4-jar-with-dependencies.jar" On 2015/01/13 18:42:39, jbudorick wrote: > ...
5 years, 11 months ago (2015-01-13 21:26:19 UTC) #12
cjhopman
https://codereview.chromium.org/831173005/diff/60001/third_party/robolectric/README.chromium File third_party/robolectric/README.chromium (right): https://codereview.chromium.org/831173005/diff/60001/third_party/robolectric/README.chromium#newcode4 third_party/robolectric/README.chromium:4: License: MIT On 2015/01/13 21:26:19, cjhopman wrote: > This ...
5 years, 11 months ago (2015-01-13 21:36:00 UTC) #13
mikecase (-- gone --)
Adding OSTPR to make sure I got the licenses right. Want to robolectric-2.4-jar-with-dependencies.jar to Chromium ...
5 years, 11 months ago (2015-01-20 22:43:48 UTC) #15
mikecase (-- gone --)
+navabi Adding infra. Want to make sure its ok I commit the robolectric prebuilt jars ...
5 years, 11 months ago (2015-01-22 21:42:05 UTC) #17
mikecase (-- gone --)
The default Robolectric test runner will download json-20080701.jar, tagsoup-1.2.jar, and android-all-4.3_r2-robolectric-0.jar from Maven at runtime. ...
5 years, 11 months ago (2015-01-26 20:23:39 UTC) #18
chromium-reviews
LGTM for OSTPR On Tue Jan 20 2015 at 2:43:49 PM <mikecase@chromium.org> wrote: > Adding ...
5 years, 11 months ago (2015-01-26 20:24:05 UTC) #19
cjhopman
lgtm https://codereview.chromium.org/831173005/diff/120001/third_party/robolectric/BUILD.gn File third_party/robolectric/BUILD.gn (right): https://codereview.chromium.org/831173005/diff/120001/third_party/robolectric/BUILD.gn#newcode8 third_party/robolectric/BUILD.gn:8: java_prebuilt("android_all_java") { add to all but robolectric: visibility ...
5 years, 11 months ago (2015-01-26 22:14:06 UTC) #20
mikecase (-- gone --)
pinging navabi. Any comment on whether we will want to set up a repo to ...
5 years, 10 months ago (2015-01-29 19:30:16 UTC) #21
navabi
Sorry for the delay. I was on a recruiting trip last week. I talked to ...
5 years, 10 months ago (2015-02-10 07:06:22 UTC) #23
navabi
5 years, 10 months ago (2015-02-10 07:06:41 UTC) #25
navabi
On 2015/02/10 07:06:41, navabi wrote: See discussion here: https://code.google.com/p/chromium/issues/detail?id=457363
5 years, 10 months ago (2015-02-10 20:57:42 UTC) #26
mikecase (-- gone --)
Here is the commit being checked out via DEPS. Its just the initial commit containing ...
5 years, 10 months ago (2015-02-12 00:22:57 UTC) #27
navabi
lgtm
5 years, 10 months ago (2015-02-12 20:15:21 UTC) #28
navabi1
lgtm
5 years, 10 months ago (2015-02-12 20:16:06 UTC) #29
jbudorick
lgtm
5 years, 10 months ago (2015-02-12 20:20:24 UTC) #30
cjhopman
still lgtm
5 years, 10 months ago (2015-02-12 22:27:17 UTC) #31
mikecase (-- gone --)
+cpu for DEPS and third_party/ review.
5 years, 10 months ago (2015-02-12 22:52:54 UTC) #33
cpu_(ooo_6.6-7.5)
please add a bug number to the CL description. I suggest you make a new ...
5 years, 10 months ago (2015-02-13 21:03:40 UTC) #34
cpu_(ooo_6.6-7.5)
also this assumes you did the steps in http://www.chromium.org/developers/adding-3rd-party-libraries
5 years, 10 months ago (2015-02-13 21:04:36 UTC) #35
mikecase (-- gone --)
- Added the bug number to the CL description and updated the bug. - I ...
5 years, 10 months ago (2015-02-17 22:13:36 UTC) #37
cpu_(ooo_6.6-7.5)
lgtm
5 years, 10 months ago (2015-02-18 15:58:11 UTC) #38
klundberg
LGTM with minor nits https://codereview.chromium.org/831173005/diff/200001/third_party/robolectric/BUILD.gn File third_party/robolectric/BUILD.gn (right): https://codereview.chromium.org/831173005/diff/200001/third_party/robolectric/BUILD.gn#newcode1 third_party/robolectric/BUILD.gn:1: # Copyright 2014 The Chromium ...
5 years, 10 months ago (2015-02-18 17:41:05 UTC) #39
mikecase (-- gone --)
https://codereview.chromium.org/831173005/diff/200001/third_party/robolectric/BUILD.gn File third_party/robolectric/BUILD.gn (right): https://codereview.chromium.org/831173005/diff/200001/third_party/robolectric/BUILD.gn#newcode1 third_party/robolectric/BUILD.gn:1: # Copyright 2014 The Chromium Authors. All rights reserved. ...
5 years, 10 months ago (2015-02-19 17:42:28 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/831173005/220001
5 years, 10 months ago (2015-02-19 17:43:15 UTC) #43
commit-bot: I haz the power
Committed patchset #12 (id:220001)
5 years, 10 months ago (2015-02-19 19:50:11 UTC) #44
commit-bot: I haz the power
5 years, 10 months ago (2015-02-19 19:51:24 UTC) #45
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/5ae30e103f9e8a6a50ea295227b70f43697f7cf7
Cr-Commit-Position: refs/heads/master@{#317110}

Powered by Google App Engine
This is Rietveld 408576698