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

Side by Side Diff: device/bluetooth/bluetooth_strings.grd

Issue 16231013: device: Restructure the layout of gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: doh forgot to rename the principal - the target Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « device/bluetooth/bluetooth.gyp ('k') | device/bluetooth/bluetooth_strings.gyp » ('j') | no next file with comments »
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 2
3 <!-- 3 <!--
4 This file contains the strings for device_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 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/device_bluetooth_strings.h" type="rc_header"> 10 <output filename="grit/device_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="device_bluetooth_strings_am.pak" type="data_package" lang= "am" /> 13 <output filename="device_bluetooth_strings_am.pak" type="data_package" lang= "am" />
14 <output filename="device_bluetooth_strings_ar.pak" type="data_package" lang= "ar" /> 14 <output filename="device_bluetooth_strings_ar.pak" type="data_package" lang= "ar" />
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 <message name="IDS_BLUETOOTH_DEVICE_MOUSE" desc="Text to identify Bluetoot h devices of the mouse class."> 195 <message name="IDS_BLUETOOTH_DEVICE_MOUSE" desc="Text to identify Bluetoot h devices of the mouse class.">
196 Mouse (<ph name="ADDRESS">$1<ex>12:34:56:78:9A:BC</ex></ph>) 196 Mouse (<ph name="ADDRESS">$1<ex>12:34:56:78:9A:BC</ex></ph>)
197 </message> 197 </message>
198 <message name="IDS_BLUETOOTH_DEVICE_KEYBOARD_MOUSE_COMBO" desc="Text to id entify Bluetooth devices of both keyboard and mouse class."> 198 <message name="IDS_BLUETOOTH_DEVICE_KEYBOARD_MOUSE_COMBO" desc="Text to id entify Bluetooth devices of both keyboard and mouse class.">
199 Keyboard/Mouse (<ph name="ADDRESS">$1<ex>12:34:56:78:9A:BC</ex></ph>) 199 Keyboard/Mouse (<ph name="ADDRESS">$1<ex>12:34:56:78:9A:BC</ex></ph>)
200 </message> 200 </message>
201 </messages> 201 </messages>
202 </release> 202 </release>
203 </grit> 203 </grit>
204 204
OLDNEW
« no previous file with comments | « device/bluetooth/bluetooth.gyp ('k') | device/bluetooth/bluetooth_strings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698