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

Issue 1708383002: Put generated non-test Java runner scripts into bin/ (Closed)

Created:
4 years, 10 months ago by mikecase (-- gone --)
Modified:
4 years, 10 months ago
CC:
chromium-reviews, jbudorick+watch_chromium.org, mikecase+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Put generated non-test Java runner scripts into bin/. Previous CL moved these scripts into bin/helper/ because lots of these scripts are not meant to be directly run by developers (they are run by other scripts such as build/android/pylib/junit/test_runner.py). Moving these scripts back directly into bin/ because this move caused an issue with incremental builds. BUG= TBR=pauljensen@chromium.org Committed: https://crrev.com/4868bb07bb1f357ac5636a80b351bb62840dd91e Cr-Commit-Position: refs/heads/master@{#376527}

Patch Set 1 #

Patch Set 2 : Add used_by_test_only variable. #

Total comments: 2

Patch Set 3 : Added wrapper_script_name to gyp. #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M base/base.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M build/config/android/internal_rules.gni View 2 1 chunk +1 line, -1 line 0 comments Download
M build/config/android/rules.gni View 1 2 1 chunk +1 line, -1 line 0 comments Download
M build/host_jar.gypi View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/chrome_tests.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/net.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/android/ui_android.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 29 (8 generated)
mikecase (-- gone --)
Well, this moves all the Java scripts back into bin/ if that is what we ...
4 years, 10 months ago (2016-02-18 19:52:13 UTC) #3
mikecase (-- gone --)
On 2016/02/18 at 19:52:13, mikecase wrote: > Well, this moves all the Java scripts back ...
4 years, 10 months ago (2016-02-18 19:54:33 UTC) #4
mikecase (-- gone --)
On 2016/02/18 at 19:54:33, mikecase wrote: > On 2016/02/18 at 19:52:13, mikecase wrote: > > ...
4 years, 10 months ago (2016-02-18 20:43:01 UTC) #7
agrieve
https://codereview.chromium.org/1708383002/diff/20001/build/config/android/rules.gni File build/config/android/rules.gni (right): https://codereview.chromium.org/1708383002/diff/20001/build/config/android/rules.gni#newcode974 build/config/android/rules.gni:974: used_only_by_tests = true Sorry to be pedantic, but looking ...
4 years, 10 months ago (2016-02-18 20:52:19 UTC) #8
mikecase (-- gone --)
https://codereview.chromium.org/1708383002/diff/20001/build/config/android/rules.gni File build/config/android/rules.gni (right): https://codereview.chromium.org/1708383002/diff/20001/build/config/android/rules.gni#newcode974 build/config/android/rules.gni:974: used_only_by_tests = true On 2016/02/18 at 20:52:19, agrieve wrote: ...
4 years, 10 months ago (2016-02-18 21:31:47 UTC) #9
agrieve
On 2016/02/18 21:31:47, mikecase wrote: > https://codereview.chromium.org/1708383002/diff/20001/build/config/android/rules.gni > File build/config/android/rules.gni (right): > > https://codereview.chromium.org/1708383002/diff/20001/build/config/android/rules.gni#newcode974 > ...
4 years, 10 months ago (2016-02-18 21:40:51 UTC) #10
jbudorick
er, wouldn't this also be fixed by having javac use bin/helper/jmake instead of bin/jmake ...
4 years, 10 months ago (2016-02-18 21:44:09 UTC) #11
mikecase (-- gone --)
+ newt@chromium.org for review of ui/android/ui_android.gyp + pauljensen@chromium.org for review of net/net.gyp + thestig@chromium.org for ...
4 years, 10 months ago (2016-02-18 21:47:48 UTC) #13
Lei Zhang
base/ lgtm if agrieve and newt are happy.
4 years, 10 months ago (2016-02-18 22:03:34 UTC) #14
agrieve
On 2016/02/18 21:44:09, jbudorick wrote: > er, wouldn't this also be fixed by having javac ...
4 years, 10 months ago (2016-02-19 01:01:22 UTC) #15
newt (away)
ui_android.gyp lgtm
4 years, 10 months ago (2016-02-19 19:17:08 UTC) #16
mikecase (-- gone --)
Want to submit this CL to fix what I broke in incremental builds. TBR'ing pauljensen ...
4 years, 10 months ago (2016-02-19 19:19:35 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1708383002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1708383002/60001
4 years, 10 months ago (2016-02-19 19:22:31 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-19 20:44:51 UTC) #21
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/4868bb07bb1f357ac5636a80b351bb62840dd91e Cr-Commit-Position: refs/heads/master@{#376527}
4 years, 10 months ago (2016-02-19 20:46:02 UTC) #23
pauljensen
I don't believe this should have been committed TBR. If something broke the build, please ...
4 years, 10 months ago (2016-02-20 02:13:10 UTC) #24
newt (away)
Agreed that this doesn't satisfy the first use of TBR: "A developer (e.g. a sheriff) ...
4 years, 10 months ago (2016-02-20 02:21:14 UTC) #25
pauljensen
On 2016/02/20 02:21:14, newt wrote: > Agreed that this doesn't satisfy the first use of ...
4 years, 10 months ago (2016-02-20 02:36:04 UTC) #26
Torne
On 2016/02/20 02:36:04, pauljensen (OOO until Mar 16) wrote: > On 2016/02/20 02:21:14, newt wrote: ...
4 years, 10 months ago (2016-02-22 11:56:21 UTC) #27
Torne
On 2016/02/22 11:56:21, Torne wrote: > On 2016/02/20 02:36:04, pauljensen (OOO until Mar 16) wrote: ...
4 years, 10 months ago (2016-02-22 11:57:05 UTC) #28
mikecase (-- gone --)
4 years, 10 months ago (2016-02-22 20:31:29 UTC) #29
Message was sent while issue was closed.
Really sorry for the breakage. Will be more selective using TBR in the future. 
Also thanks for the fix.

Powered by Google App Engine
This is Rietveld 408576698