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

Side by Side Diff: ui/strings/ui_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 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by app/ that 4 each locale. Specifically, these are UI strings that are used by app/ that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <!-- TODO add each of your output files. Modify the three below, and add 10 <!-- TODO add each of your output files. Modify the three below, and add
11 your own for your various languages. See the user's guide 11 your own for your various languages. See the user's guide
12 (https://www.chromium.org/developers/tools-we-use-in-chromium/grit/grit-user s-guide) 12 (https://www.chromium.org/developers/tools-we-use-in-chromium/grit/grit-user s-guide)
13 for more details. 13 for more details.
14 Note that all output references are relative to the output directory 14 Note that all output references are relative to the output directory
15 which is specified at build time. --> 15 which is specified at build time. -->
16 <output filename="grit/ui_strings.h" type="rc_header"> 16 <output filename="grit/ui_strings.h" type="rc_header">
17 <emit emit_type='prepend'></emit> 17 <emit emit_type='prepend'></emit>
18 </output> 18 </output>
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 </message> 623 </message>
624 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the speech recognition UI to ask the user to speak the search query"> 624 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the speech recognition UI to ask the user to speak the search query">
625 Speak now 625 Speak now
626 </message> 626 </message>
627 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text label in the speech recognition UI to show the speech recognition can't start b ecause of network error."> 627 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text label in the speech recognition UI to show the speech recognition can't start b ecause of network error.">
628 No internet connection 628 No internet connection
629 </message> 629 </message>
630 </messages> 630 </messages>
631 </release> 631 </release>
632 </grit> 632 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698