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

Side by Side Diff: chrome/app/resources/locale_settings.grd

Issue 7011032: Make the gyp files more cross-platform across the Unices (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: updated to trunk and added spaces, collapsed one check Created 9 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
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.rc" type="rc_all" lang="am" /> 7 <output filename="locale_settings_am.rc" type="rc_all" lang="am" />
8 <output filename="locale_settings_ar.rc" type="rc_all" lang="ar" /> 8 <output filename="locale_settings_ar.rc" type="rc_all" lang="ar" />
9 <output filename="locale_settings_bg.rc" type="rc_all" lang="bg" /> 9 <output filename="locale_settings_bg.rc" type="rc_all" lang="bg" />
10 <output filename="locale_settings_bn.rc" type="rc_all" lang="bn" /> 10 <output filename="locale_settings_bn.rc" type="rc_all" lang="bn" />
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 <message name="IDS_DOWNLOAD_IN_PROGRESS_MINIMUM_HEIGHT_LINES" use_name_for _id="true"> 490 <message name="IDS_DOWNLOAD_IN_PROGRESS_MINIMUM_HEIGHT_LINES" use_name_for _id="true">
491 4 491 4
492 </message> 492 </message>
493 493
494 <!-- The width for the "create application shortcuts" dialog in characters . --> 494 <!-- The width for the "create application shortcuts" dialog in characters . -->
495 <message name="IDS_CREATE_SHORTCUTS_DIALOG_WIDTH_CHARS" use_name_for_id="t rue"> 495 <message name="IDS_CREATE_SHORTCUTS_DIALOG_WIDTH_CHARS" use_name_for_id="t rue">
496 65 496 65
497 </message> 497 </message>
498 498
499 <!-- The width and height for the "create application shortcuts error" dia log. --> 499 <!-- The width and height for the "create application shortcuts error" dia log. -->
500 <if expr="os == 'linux2' or os.find('bsd') != -1"> 500 <if expr="os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5'">
501 <message name="IDS_CREATE_SHORTCUTS_ERROR_DIALOG_WIDTH_CHARS" use_name_f or_id="true"> 501 <message name="IDS_CREATE_SHORTCUTS_ERROR_DIALOG_WIDTH_CHARS" use_name_f or_id="true">
502 60 502 60
503 </message> 503 </message>
504 <message name="IDS_CREATE_SHORTCUTS_ERROR_DIALOG_HEIGHT_LINES" use_name_ for_id="true"> 504 <message name="IDS_CREATE_SHORTCUTS_ERROR_DIALOG_HEIGHT_LINES" use_name_ for_id="true">
505 6 505 6
506 </message> 506 </message>
507 </if> 507 </if>
508 508
509 <!-- The width of the Instant confirm dialog box in characters. --> 509 <!-- The width of the Instant confirm dialog box in characters. -->
510 <message name="IDS_INSTANT_CONFIRM_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue"> 510 <message name="IDS_INSTANT_CONFIRM_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue">
(...skipping 29 matching lines...) Expand all
540 </message> 540 </message>
541 </if> 541 </if>
542 542
543 <!-- The width of the default search engine dialog in characters --> 543 <!-- The width of the default search engine dialog in characters -->
544 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true"> 544 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true">
545 82 545 82
546 </message> 546 </message>
547 </messages> 547 </messages>
548 </release> 548 </release>
549 </grit> 549 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698