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

Side by Side Diff: android_webview/java/strings/android_webview_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
« no previous file with comments | « no previous file | android_webview/ui/aw_resources.grd » ('j') | ash/display/display_util.cc » ('J')
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 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_webview_strings.xml" lang="am" type="and roid" /> 4 <output filename="values-am/android_webview_strings.xml" lang="am" type="and roid" />
5 <output filename="values-ar/android_webview_strings.xml" lang="ar" type="and roid" /> 5 <output filename="values-ar/android_webview_strings.xml" lang="ar" type="and roid" />
6 <output filename="values-bg/android_webview_strings.xml" lang="bg" type="and roid" /> 6 <output filename="values-bg/android_webview_strings.xml" lang="bg" type="and roid" />
7 <output filename="values-ca/android_webview_strings.xml" lang="ca" type="and roid" /> 7 <output filename="values-ca/android_webview_strings.xml" lang="ca" type="and roid" />
8 <output filename="values-cs/android_webview_strings.xml" lang="cs" type="and roid" /> 8 <output filename="values-cs/android_webview_strings.xml" lang="cs" type="and roid" />
9 <output filename="values-da/android_webview_strings.xml" lang="da" type="and roid" /> 9 <output filename="values-da/android_webview_strings.xml" lang="da" type="and roid" />
10 <output filename="values-de/android_webview_strings.xml" lang="de" type="and roid" /> 10 <output filename="values-de/android_webview_strings.xml" lang="de" type="and roid" />
11 <output filename="values-el/android_webview_strings.xml" lang="el" type="and roid" /> 11 <output filename="values-el/android_webview_strings.xml" lang="el" type="and roid" />
12 <output filename="values/android_webview_strings.xml" lang="en" type="androi d" /> 12 <output filename="values/android_webview_strings.xml" lang="en" type="androi d" />
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 <messages fallback_to_english="true"> 95 <messages fallback_to_english="true">
96 <message name="IDS_PRIVATE_BROWSING_WARNING" desc="Warning shown when the app tries to create a private browsing WebView, which is not supported."> 96 <message name="IDS_PRIVATE_BROWSING_WARNING" desc="Warning shown when the app tries to create a private browsing WebView, which is not supported.">
97 This functionality is not supported in this version of Android. 97 This functionality is not supported in this version of Android.
98 </message> 98 </message>
99 <message name="IDS_LICENSE_ACTIVITY_TITLE" desc="The title of the activity that displays licenses of WebView. [CHAR-LIMIT=50]"> 99 <message name="IDS_LICENSE_ACTIVITY_TITLE" desc="The title of the activity that displays licenses of WebView. [CHAR-LIMIT=50]">
100 System WebView licenses 100 System WebView licenses
101 </message> 101 </message>
102 </messages> 102 </messages>
103 </release> 103 </release>
104 </grit> 104 </grit>
OLDNEW
« no previous file with comments | « no previous file | android_webview/ui/aw_resources.grd » ('j') | ash/display/display_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698