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

Side by Side Diff: content/public/android/java/strings/android_content_strings.grd

Issue 2138583002: Use output_all_resource_defines=false in most grd files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert ui_resources.grd for now Created 4 years, 5 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit current_release="1" latest_public_release="0"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_content_strings.xml" lang="am" type="and roid" /> 4 <output filename="values-am/android_content_strings.xml" lang="am" type="and roid" />
5 <output filename="values-ar/android_content_strings.xml" lang="ar" type="and roid" /> 5 <output filename="values-ar/android_content_strings.xml" lang="ar" type="and roid" />
6 <output filename="values-bg/android_content_strings.xml" lang="bg" type="and roid" /> 6 <output filename="values-bg/android_content_strings.xml" lang="bg" type="and roid" />
7 <output filename="values-ca/android_content_strings.xml" lang="ca" type="and roid" /> 7 <output filename="values-ca/android_content_strings.xml" lang="ca" type="and roid" />
8 <output filename="values-cs/android_content_strings.xml" lang="cs" type="and roid" /> 8 <output filename="values-cs/android_content_strings.xml" lang="cs" type="and roid" />
9 <output filename="values-da/android_content_strings.xml" lang="da" type="and roid" /> 9 <output filename="values-da/android_content_strings.xml" lang="da" type="and roid" />
10 <output filename="values-de/android_content_strings.xml" lang="de" type="and roid" /> 10 <output filename="values-de/android_content_strings.xml" lang="de" type="and roid" />
11 <output filename="values-el/android_content_strings.xml" lang="el" type="and roid" /> 11 <output filename="values-el/android_content_strings.xml" lang="el" type="and roid" />
12 <output filename="values/android_content_strings.xml" lang="en" type="androi d" /> 12 <output filename="values/android_content_strings.xml" lang="en" type="androi d" />
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 </message> 125 </message>
126 <message name="IDS_PROFILER_NO_STORAGE_TOAST" desc="Toast notifying the us er that we can't start profiler because there's no external storage"> 126 <message name="IDS_PROFILER_NO_STORAGE_TOAST" desc="Toast notifying the us er that we can't start profiler because there's no external storage">
127 Can't start profiler because external storage is not ready 127 Can't start profiler because external storage is not ready
128 </message> 128 </message>
129 <message name="IDS_PROFILER_ERROR_TOAST" desc="Toast notifying the user th at we failed to start profiler"> 129 <message name="IDS_PROFILER_ERROR_TOAST" desc="Toast notifying the user th at we failed to start profiler">
130 Failed to start profiler 130 Failed to start profiler
131 </message> 131 </message>
132 </messages> 132 </messages>
133 </release> 133 </release>
134 </grit> 134 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698