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

Side by Side Diff: device/bluetooth/bluetooth_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 <!-- 3 <!--
4 This file contains the strings for bluetooth. 4 This file contains the strings for bluetooth.
5 --> 5 -->
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 <output filename="grit/bluetooth_strings.h" type="rc_header"> 10 <output filename="grit/bluetooth_strings.h" type="rc_header">
11 <emit emit_type='prepend'></emit> 11 <emit emit_type='prepend'></emit>
12 </output> 12 </output>
13 <output filename="bluetooth_strings_am.pak" type="data_package" lang="am" /> 13 <output filename="bluetooth_strings_am.pak" type="data_package" lang="am" />
14 <output filename="bluetooth_strings_ar.pak" type="data_package" lang="ar" /> 14 <output filename="bluetooth_strings_ar.pak" type="data_package" lang="ar" />
15 <output filename="bluetooth_strings_bg.pak" type="data_package" lang="bg" /> 15 <output filename="bluetooth_strings_bg.pak" type="data_package" lang="bg" />
16 <output filename="bluetooth_strings_bn.pak" type="data_package" lang="bn" /> 16 <output filename="bluetooth_strings_bn.pak" type="data_package" lang="bn" />
17 <output filename="bluetooth_strings_ca.pak" type="data_package" lang="ca" /> 17 <output filename="bluetooth_strings_ca.pak" type="data_package" lang="ca" />
18 <output filename="bluetooth_strings_cs.pak" type="data_package" lang="cs" /> 18 <output filename="bluetooth_strings_cs.pak" type="data_package" lang="cs" />
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 <message name="IDS_BLUETOOTH_DEVICE_MOUSE" desc="Text to identify Bluetoot h devices of the mouse class."> 160 <message name="IDS_BLUETOOTH_DEVICE_MOUSE" desc="Text to identify Bluetoot h devices of the mouse class.">
161 Mouse (<ph name="ADDRESS">$1<ex>12:34:56:78:9A:BC</ex></ph>) 161 Mouse (<ph name="ADDRESS">$1<ex>12:34:56:78:9A:BC</ex></ph>)
162 </message> 162 </message>
163 <message name="IDS_BLUETOOTH_DEVICE_KEYBOARD_MOUSE_COMBO" desc="Text to id entify Bluetooth devices of both keyboard and mouse class."> 163 <message name="IDS_BLUETOOTH_DEVICE_KEYBOARD_MOUSE_COMBO" desc="Text to id entify Bluetooth devices of both keyboard and mouse class.">
164 Keyboard/Mouse (<ph name="ADDRESS">$1<ex>12:34:56:78:9A:BC</ex></ph>) 164 Keyboard/Mouse (<ph name="ADDRESS">$1<ex>12:34:56:78:9A:BC</ex></ph>)
165 </message> 165 </message>
166 </messages> 166 </messages>
167 </release> 167 </release>
168 </grit> 168 </grit>
169 169
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698