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

Unified Diff: chrome/android/java/res/values/values.xml

Issue 2231493002: Add lint suppression to android values. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values/values.xml
diff --git a/chrome/android/java/res/values/values.xml b/chrome/android/java/res/values/values.xml
index 93f447a85a264f23ce93cbdb0dc2bac8d7a93638..eabd0645b1cb2bf1bb30190e330eb30854d7ca9f 100644
--- a/chrome/android/java/res/values/values.xml
+++ b/chrome/android/java/res/values/values.xml
@@ -3,7 +3,10 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
-<resources xmlns:android="http://schemas.android.com/apk/res/android">
+<resources
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:ignore="MissingTranslation">
<!-- Font to use when a spec asks for "Roboto Medium".
Bolding the text makes it look almost, but not quite, entirely unlike Roboto Medium,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698