summaryrefslogtreecommitdiffstats
path: root/build/android/findbugs_action.gypi
blob: e3b3d36cb196ea82fd4bed6e06fe39e677f19078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

{
  'action_name': 'findbugs_<(_target_name)',
  'message': 'Running findbugs on <(_target_name)',
  'variables': {
  },
  'inputs': [
    '<(DEPTH)/build/android/findbugs_diff.py',
    '<(DEPTH)/build/android/findbugs_filter/findbugs_exclude.xml',
    '<(DEPTH)/build/android/pylib/utils/findbugs.py',
    '<(findbugs_target_jar_path)',
  ],
  'outputs': [
    '<(stamp_path)',
  ],
  'action': [
    'python', '<(DEPTH)/build/android/findbugs_diff.py',
    '--auxclasspath-gyp', '>(auxclasspath)',
    '--stamp', '<(stamp_path)',
    '<(findbugs_target_jar_path)',
  ],
}