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

Issue 1133673002: Add errorprone into third_party (Closed)

Created:
5 years, 7 months ago by raywilliams
Modified:
5 years, 7 months ago
Reviewers:
cjhopman, jbudorick, open-source-third-party-reviews
CC:
chromium-reviews, jbudorick+watch_chromium.org, cjhopman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

CLOSED: merged into https://codereview.chromium.org/1136573002/ Errorprone makes it easy to find problems quickly. This review just puts adds it, but doesn't use it. That part is in another review (see related review below). No changes to the original source. Added ChromiumErrorProneCompiler.java as a main entry point for Chromium. Added GYP and GYN files with two targets (for standard errorprone and chromium errorprone). Related Review: https://codereview.chromium.org/1136573002 Added open-source-third-party-reviews and security following the directions at http://www.chromium.org/developers/adding-3rd-party-libraries BUG=485598

Patch Set 1 : errorprone to third_party #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -0 lines) Patch
A third_party/errorprone/BUILD.gn View 1 chunk +22 lines, -0 lines 1 comment Download
A + third_party/errorprone/LICENSE View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/errorprone/OWNERS View 1 chunk +1 line, -1 line 0 comments Download
A third_party/errorprone/README.chromium View 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/errorprone/error_prone_core-1.1.2.jar View Binary file 0 comments Download
A third_party/errorprone/errorprone.gyp View 1 chunk +58 lines, -0 lines 1 comment Download
A third_party/errorprone/src/org/chromium/errorprone/ChromiumErrorProneCompiler.java View 1 chunk +57 lines, -0 lines 1 comment Download

Messages

Total messages: 12 (4 generated)
raywilliams
5 years, 7 months ago (2015-05-07 18:25:53 UTC) #4
jbudorick
https://codereview.chromium.org/1133673002/diff/1/third_party/errorprone/errorprone.gyp File third_party/errorprone/errorprone.gyp (right): https://codereview.chromium.org/1133673002/diff/1/third_party/errorprone/errorprone.gyp#newcode29 third_party/errorprone/errorprone.gyp:29: '../../build/android/setup.gyp:sun_tools_java', These reviews aren't just related; they're interdependent because ...
5 years, 7 months ago (2015-05-07 18:49:14 UTC) #5
jbudorick
oh, and use your chromium.org account for changes to chromium.
5 years, 7 months ago (2015-05-07 18:50:15 UTC) #6
cjhopman
https://codereview.chromium.org/1133673002/diff/1/third_party/errorprone/BUILD.gn File third_party/errorprone/BUILD.gn (right): https://codereview.chromium.org/1133673002/diff/1/third_party/errorprone/BUILD.gn#newcode19 third_party/errorprone/BUILD.gn:19: "//build/android:sun_tools_java", This doesn't exist. I'd either move the sun ...
5 years, 7 months ago (2015-05-07 19:00:37 UTC) #7
raywilliams
On 2015/05/07 19:00:37, cjhopman wrote: > https://codereview.chromium.org/1133673002/diff/1/third_party/errorprone/BUILD.gn > File third_party/errorprone/BUILD.gn (right): > > https://codereview.chromium.org/1133673002/diff/1/third_party/errorprone/BUILD.gn#newcode19 > ...
5 years, 7 months ago (2015-05-07 19:10:24 UTC) #8
chromium-reviews
yeah, as third party person, i have no comments since this has no third party ...
5 years, 7 months ago (2015-05-07 19:20:12 UTC) #9
raywilliams
I've merged this stuff into https://codereview.chromium.org/1136573002/ I'll keep this one open for a little bit ...
5 years, 7 months ago (2015-05-07 22:05:44 UTC) #10
jschuh
5 years, 7 months ago (2015-05-11 22:40:34 UTC) #12
Please start a thread with security@chromium.org explaining what this new
dependency is, how it will be used (e.g. test code), and whether the code or any
artifacts produced from it will be shyipped in Chrome.

Powered by Google App Engine
This is Rietveld 408576698