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

Side by Side Diff: chrome/app/resources/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 | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/browser_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/locale_settings.h" type="rc_header"> 4 <output filename="grit/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="locale_settings_am.pak" type="data_package" lang="am" /> 7 <output filename="locale_settings_am.pak" type="data_package" lang="am" />
8 <output filename="locale_settings_ar.pak" type="data_package" lang="ar" /> 8 <output filename="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="locale_settings_ast.pak" type="data_package" lang="ast" /> 10 <output filename="locale_settings_ast.pak" type="data_package" lang="ast" />
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 <!-- The URL for the webstore. --> 343 <!-- The URL for the webstore. -->
344 <message name="IDS_WEBSTORE_URL" translateable="false"> 344 <message name="IDS_WEBSTORE_URL" translateable="false">
345 https://chrome.google.com/webstore?hl=[GRITLANGCODE] 345 https://chrome.google.com/webstore?hl=[GRITLANGCODE]
346 </message> 346 </message>
347 347
348 <!-- The URL for Google Chrome welcome page. This is used for the pre --> 348 <!-- The URL for Google Chrome welcome page. This is used for the pre -->
349 <!-- populated thumbnails. --> 349 <!-- populated thumbnails. -->
350 <message name="IDS_CHROME_WELCOME_URL" translateable="false"> 350 <message name="IDS_CHROME_WELCOME_URL" translateable="false">
351 http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html 351 http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html
352 </message> 352 </message>
353 <if expr="pp_ifdef('android') or pp_ifdef('ios')"> 353 <if expr="is_android or pp_ifdef('ios')">
354 <message name="IDS_MOBILE_WELCOME_URL" translateable="false"> 354 <message name="IDS_MOBILE_WELCOME_URL" translateable="false">
355 chrome://welcome 355 chrome://welcome
356 </message> 356 </message>
357 </if> 357 </if>
358 358
359 <!-- The URL for Google Chrome privacy policy. --> 359 <!-- The URL for Google Chrome privacy policy. -->
360 <if expr="pp_ifdef('ios')"> 360 <if expr="pp_ifdef('ios')">
361 <message name="IDS_PRIVACY_POLICY_URL" translateable="false"> 361 <message name="IDS_PRIVACY_POLICY_URL" translateable="false">
362 http://www.google.com/chrome/intl/[GRITLANGCODE]/privacy.html 362 http://www.google.com/chrome/intl/[GRITLANGCODE]/privacy.html
363 </message> 363 </message>
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 </message> 447 </message>
448 448
449 <if expr="pp_ifdef('chromeos')"> 449 <if expr="pp_ifdef('chromeos')">
450 <message name="IDS_FACTORY_RESET_HELP_URL" translateable="false"> 450 <message name="IDS_FACTORY_RESET_HELP_URL" translateable="false">
451 http://support.google.com/chromeos/bin/answer.py?answer=183084&amp;hl= [GRITLANGCODE] 451 http://support.google.com/chromeos/bin/answer.py?answer=183084&amp;hl= [GRITLANGCODE]
452 </message> 452 </message>
453 </if> 453 </if>
454 </messages> 454 </messages>
455 </release> 455 </release>
456 </grit> 456 </grit>
OLDNEW
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698