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

Side by Side Diff: build/android/findbugs_action.gypi

Issue 1000793002: [Android] Incorporate findbugs into android builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address cjhopman's comment + rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/android/buildbot/bb_run_bot.py ('k') | build/android/findbugs_diff.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 {
3 'action_name': 'findbugs_<(_target_name)',
4 'message': 'Running findbugs on <(_target_name)',
5 'variables': {
6 },
7 'inputs': [
8 '<(DEPTH)/build/android/findbugs_diff.py',
9 '<(DEPTH)/build/android/findbugs_filter/findbugs_exclude.xml',
10 '<(DEPTH)/build/android/pylib/utils/findbugs.py',
11 '<(findbugs_target_jar_path)',
12 ],
13 'outputs': [
14 '<(stamp_path)',
15 ],
16 'action': [
17 'python', '<(DEPTH)/build/android/findbugs_diff.py',
18 '--auxclasspath-gyp', '>(auxclasspath)',
19 '--stamp', '<(stamp_path)',
20 '<(findbugs_target_jar_path)',
21 ],
22 }
OLDNEW
« no previous file with comments | « build/android/buildbot/bb_run_bot.py ('k') | build/android/findbugs_diff.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698