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

Unified Diff: build/android/lint/suppressions.xml

Issue 2292343002: Hooking up Blimp IME with BlimpContents (Closed)
Patch Set: Addressed initial comments Created 4 years, 4 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
Index: build/android/lint/suppressions.xml
diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml
index 77b9ab795345b942a09455b2cf2666c5090d0f66..472bd4861cd5a6fc7d779dc939210a2f68b37830 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -256,6 +256,7 @@ Still reading?
<ignore regexp="blimp/client/app/android/java/res/layout/toolbar_popup_item.xml" />
<ignore regexp="blimp/client/app/android/java/res/values/dimens.xml" />
<ignore regexp="blimp/client/app/android/java/res/xml/about_blimp_preferences.xml" />
+ <ignore regexp="blimp/client/app/android/java/res/xml/blimp_preferences.xml" />
<!--
This file isn't used if the target SDK version is less than 24.
TODO(estevenson) remove this and the conditional inclusion in

Powered by Google App Engine
This is Rietveld 408576698