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

Unified Diff: grit/testdata/android.xml

Issue 1291173002: Remove support for product attributes in Android xml files. (Closed) Base URL: http://grit-i18n.googlecode.com/svn/trunk
Patch Set: s/outputted/output Created 5 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: grit/testdata/android.xml
diff --git a/grit/testdata/android.xml b/grit/testdata/android.xml
index 1604c7c48375e3252a461dc922281c21520b45be..cc3b141f706c858122efdb379f7864ea16f869b8 100644
--- a/grit/testdata/android.xml
+++ b/grit/testdata/android.xml
@@ -11,7 +11,7 @@
</string>
<!-- A simple string. -->
- <string name="simple" product="nosdcard">A simple string.</string>
+ <string name="simple">A simple string.</string>
<!-- A string with a comment. -->
<string name="comment">Contains a <!-- ignore this --> comment. </string>

Powered by Google App Engine
This is Rietveld 408576698