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

Side by Side Diff: ui/base/strings/app_locale_settings.grd

Issue 14834011: Android: use grit target platform instead of define. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missed pp_ifdef(android) Created 7 years, 7 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 | « content/content_resources.grd ('k') | webkit/glue/resources/webkit_resources.grd » ('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 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/app_locale_settings.h" type="rc_header"> 4 <output filename="grit/app_locale_settings.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="app_locale_settings_am.pak" type="data_package" lang="am" /> 7 <output filename="app_locale_settings_am.pak" type="data_package" lang="am" />
8 <output filename="app_locale_settings_ar.pak" type="data_package" lang="ar" /> 8 <output filename="app_locale_settings_ar.pak" type="data_package" lang="ar" />
9 <if expr="pp_ifdef('use_third_party_translations')"> 9 <if expr="pp_ifdef('use_third_party_translations')">
10 <output filename="app_locale_settings_ast.pak" type="data_package" lang="a st" /> 10 <output filename="app_locale_settings_ast.pak" type="data_package" lang="a st" />
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 <!-- The font used in Web UI (e.g. History). --> 216 <!-- The font used in Web UI (e.g. History). -->
217 <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true"> 217 <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true">
218 'Lucida Grande', sans-serif 218 'Lucida Grande', sans-serif
219 </message> 219 </message>
220 220
221 <!-- The relative font size in % used in Web UI (e.g. History). --> 221 <!-- The relative font size in % used in Web UI (e.g. History). -->
222 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true"> 222 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true">
223 75% 223 75%
224 </message> 224 </message>
225 </if> 225 </if>
226 <if expr="is_linux and not pp_ifdef('chromeos')"> 226 <if expr="(is_linux or is_android) and not pp_ifdef('chromeos')">
227 <!-- The font used in Web UI (e.g. History). Note that these are only 227 <!-- The font used in Web UI (e.g. History). Note that these are only
228 backups. We try to use the system font if possible. --> 228 backups. We try to use the system font if possible. -->
229 <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true"> 229 <message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true">
230 Arial, sans-serif 230 Arial, sans-serif
231 </message> 231 </message>
232 232
233 <!-- The relative font size in % used in Web UI (e.g. History). --> 233 <!-- The relative font size in % used in Web UI (e.g. History). -->
234 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true"> 234 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true">
235 75% 235 75%
236 </message> 236 </message>
(...skipping 11 matching lines...) Expand all
248 </message> 248 </message>
249 249
250 <!-- The relative font size in % used in Web UI (e.g. History). --> 250 <!-- The relative font size in % used in Web UI (e.g. History). -->
251 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true"> 251 <message name="IDS_WEB_FONT_SIZE" use_name_for_id="true">
252 75% 252 75%
253 </message> 253 </message>
254 </if> 254 </if>
255 </messages> 255 </messages>
256 </release> 256 </release>
257 </grit> 257 </grit>
OLDNEW
« no previous file with comments | « content/content_resources.grd ('k') | webkit/glue/resources/webkit_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698