From b9c9f20c55fdf632dd5a1840356c6c6f3f10a9fb Mon Sep 17 00:00:00 2001 From: "michaelbai@chromium.org" Date: Thu, 1 Nov 2012 18:24:28 +0000 Subject: 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 --- build/all_android.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'build/all_android.gyp') 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', -- cgit v1.1