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

Unified Diff: build/android/findbugs_filter/findbugs_exclude.xml

Issue 184993005: Rename ChromiumTestShell classes to ChromeShell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase yet again Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/adb_run_chromium_testshell ('k') | build/android/pylib/constants.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/findbugs_filter/findbugs_exclude.xml
diff --git a/build/android/findbugs_filter/findbugs_exclude.xml b/build/android/findbugs_filter/findbugs_exclude.xml
index 2dc7f539f2b1eec9732e494068f0223ea5faab24..01d8df9dad3dd96bd8f62aa14c68b3a64076805d 100644
--- a/build/android/findbugs_filter/findbugs_exclude.xml
+++ b/build/android/findbugs_filter/findbugs_exclude.xml
@@ -65,7 +65,7 @@ In particular, ~ at the start of a string means it's a regex.
<Bug code="Dm" />
</Match>
<Match>
- <Class name="~org\.chromium\.chrome\..*\.ChromiumTestShellActivity" />
+ <Class name="~org\.chromium\.chrome\..*\.ChromeShellActivity" />
<Method name="onCreate" />
<Bug code="Dm" />
</Match>
« no previous file with comments | « build/android/adb_run_chromium_testshell ('k') | build/android/pylib/constants.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698