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

Issue 1815563005: [Android] Run lint using a cache in the output directory. (Closed)

Created:
4 years, 9 months ago by jbudorick
Modified:
4 years, 9 months ago
Reviewers:
agrieve
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

[Android] Run lint using a cache in the output directory. BUG=583661 Committed: https://crrev.com/c2b563ca5489aaf7579a4b9f389533b7af336187 Cr-Commit-Position: refs/heads/master@{#382306}

Patch Set 1 #

Patch Set 2 : prereview #

Patch Set 3 : prereview 2 #

Total comments: 11

Patch Set 4 : agrieve comments #

Total comments: 1

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -97 lines) Patch
M build/android/BUILD.gn View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A build/android/android_lint_cache.gyp View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
M build/android/gyp/lint.py View 1 2 7 chunks +138 lines, -90 lines 0 comments Download
M build/android/gyp/util/build_utils.py View 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/lint_action.gypi View 1 2 3 3 chunks +6 lines, -4 lines 0 comments Download
M build/common.gypi View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M build/config/android/internal_rules.gni View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M build/java.gypi View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M build/java_apk.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
jbudorick
ptal
4 years, 9 months ago (2016-03-18 21:33:40 UTC) #2
agrieve
looks great! just nits. Fingers crossed this makes it less breaky! lgtm https://codereview.chromium.org/1815563005/diff/40001/build/android/BUILD.gn File build/android/BUILD.gn ...
4 years, 9 months ago (2016-03-19 00:12:54 UTC) #3
jbudorick
https://codereview.chromium.org/1815563005/diff/40001/build/android/BUILD.gn File build/android/BUILD.gn (right): https://codereview.chromium.org/1815563005/diff/40001/build/android/BUILD.gn#newcode14 build/android/BUILD.gn:14: cache_dir = "${root_out_dir}/lint_cache" On 2016/03/19 00:12:53, agrieve wrote: > ...
4 years, 9 months ago (2016-03-19 00:57:43 UTC) #4
agrieve
https://codereview.chromium.org/1815563005/diff/40001/build/android/gyp/lint.py File build/android/gyp/lint.py (right): https://codereview.chromium.org/1815563005/diff/40001/build/android/gyp/lint.py#newcode137 build/android/gyp/lint.py:137: build_utils.CheckOutput(cmd, cwd=_SRC_ROOT, env=env or None) On 2016/03/19 00:57:42, jbudorick ...
4 years, 9 months ago (2016-03-19 01:02:44 UTC) #5
agrieve
On 2016/03/19 01:02:44, agrieve wrote: > https://codereview.chromium.org/1815563005/diff/40001/build/android/gyp/lint.py > File build/android/gyp/lint.py (right): > > https://codereview.chromium.org/1815563005/diff/40001/build/android/gyp/lint.py#newcode137 > ...
4 years, 9 months ago (2016-03-19 01:03:14 UTC) #6
jbudorick
On 2016/03/19 01:03:14, agrieve wrote: > On 2016/03/19 01:02:44, agrieve wrote: > > > https://codereview.chromium.org/1815563005/diff/40001/build/android/gyp/lint.py ...
4 years, 9 months ago (2016-03-19 01:04:19 UTC) #7
jbudorick
https://codereview.chromium.org/1815563005/diff/60001/build/android/gyp/lint.py File build/android/gyp/lint.py (right): https://codereview.chromium.org/1815563005/diff/60001/build/android/gyp/lint.py#newcode134 build/android/gyp/lint.py:134: env['_JAVA_OPTIONS'] = '-Duser.home=%s' % _RelativizePath(cache_dir) (i.e. here) so you ...
4 years, 9 months ago (2016-03-19 01:04:51 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1815563005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1815563005/80001
4 years, 9 months ago (2016-03-21 14:21:56 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/120239)
4 years, 9 months ago (2016-03-21 15:45:59 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1815563005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1815563005/80001
4 years, 9 months ago (2016-03-21 15:46:38 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 9 months ago (2016-03-21 16:43:49 UTC) #16
commit-bot: I haz the power
4 years, 9 months ago (2016-03-21 16:44:44 UTC) #18
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c2b563ca5489aaf7579a4b9f389533b7af336187
Cr-Commit-Position: refs/heads/master@{#382306}

Powered by Google App Engine
This is Rietveld 408576698