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

Side by Side Diff: tools/android/checkstyle/suppressions.xml

Issue 2626423004: Remove all //blimp code. (Closed)
Patch Set: One last(?) `git merge` for good measure. Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « components/metrics/metrics_log.cc ('k') | tools/android/eclipse/.classpath » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http:/ /www.puppycrawl.com/dtds/suppressions_1_1.dtd"> 2 <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http:/ /www.puppycrawl.com/dtds/suppressions_1_1.dtd">
3 3
4 <suppressions> 4 <suppressions>
5 <suppress id="SharedPreferencesCheck" files="ContextUtils.java"/> 5 <suppress id="SharedPreferencesCheck" files="ContextUtils.java"/>
6 <!-- Only chrome/, blimp/, and remoting/ can depend on the support library. 6 <!-- Only chrome/ and remoting/ can depend on the support library.
7 Ref: crbug.com/640248 --> 7 Ref: crbug.com/640248 -->
8 <suppress id="AlertDialogCheck" 8 <suppress id="AlertDialogCheck"
9 files="src/(android_webview|base|build|chromecast|components|content|device| media|mojo|net|printing|services|testing|third_party|tools|ui|url)/"/> 9 files="src/(android_webview|base|build|chromecast|components|content|device| media|mojo|net|printing|services|testing|third_party|tools|ui|url)/"/>
10 </suppressions> 10 </suppressions>
OLDNEW
« no previous file with comments | « components/metrics/metrics_log.cc ('k') | tools/android/eclipse/.classpath » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698