[Android WebViewShell] Add inclusion test for webview exposed stable interfaces.
[chromium-blink-merge.git] / tools / android / findbugs_plugin / findbugs_plugin.gyp
blob440d779ee76cb95b0f0174b14d8d35f4de01fab6
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6    'targets': [
7       {
8          'target_name': 'findbugs_plugin_test',
9          'type': 'none',
10          'variables': {
11            'java_in_dir': 'test/java/',
12             'run_findbugs': 0,
13          },
14          'includes': [ '../../../build/java.gypi' ],
15       }
16    ]