diff options
author | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 18:24:28 +0000 |
---|---|---|
committer | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 18:24:28 +0000 |
commit | b9c9f20c55fdf632dd5a1840356c6c6f3f10a9fb (patch) | |
tree | 3d16ec77e967cb1f334a5434c89115b383f9d6f5 /build/all_android.gyp | |
parent | 6e76b73ebfade134c07c7f83ee6ddfb34e2553e7 (diff) | |
download | chromium_src-b9c9f20c55fdf632dd5a1840356c6c6f3f10a9fb.zip chromium_src-b9c9f20c55fdf632dd5a1840356c6c6f3f10a9fb.tar.gz chromium_src-b9c9f20c55fdf632dd5a1840356c6c6f3f10a9fb.tar.bz2 |
Added test for findbugs plugin.
- The java files had the issue that findbugd plugin need to find out, they
compiled with the same configuration as chrome for android's.
- The run_findbugs_plugin_tests.py runs the findbugs against the above Java
classes, and expects to find the same issues as those in expected_result.txt.
BUG=143971, 157970
Review URL: https://chromiumcodereview.appspot.com/11343057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all_android.gyp')
-rw-r--r-- | build/all_android.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp index e1d9cbe..82a004d 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -51,6 +51,7 @@ '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', '../tools/android/device_stats_monitor/device_stats_monitor.gyp:device_stats_monitor', '../tools/android/fake_dns/fake_dns.gyp:fake_dns', + '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test', '../tools/android/forwarder2/forwarder.gyp:forwarder2', '../tools/android/md5sum/md5sum.gyp:md5sum', '../ui/ui.gyp:ui_unittests', |