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

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

Issue 7181002: Remove references to 'linux2' from our grd files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: personal_options and gfx_resources Created 9 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 | « chrome/app/generated_resources.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.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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 <message name="IDS_DOWNLOAD_IN_PROGRESS_MINIMUM_HEIGHT_LINES" use_name_for _id="true"> 502 <message name="IDS_DOWNLOAD_IN_PROGRESS_MINIMUM_HEIGHT_LINES" use_name_for _id="true">
503 4 503 4
504 </message> 504 </message>
505 505
506 <!-- The width for the "create application shortcuts" dialog in characters . --> 506 <!-- The width for the "create application shortcuts" dialog in characters . -->
507 <message name="IDS_CREATE_SHORTCUTS_DIALOG_WIDTH_CHARS" use_name_for_id="t rue"> 507 <message name="IDS_CREATE_SHORTCUTS_DIALOG_WIDTH_CHARS" use_name_for_id="t rue">
508 65 508 65
509 </message> 509 </message>
510 510
511 <!-- The width and height for the "create application shortcuts error" dia log. --> 511 <!-- The width and height for the "create application shortcuts error" dia log. -->
512 <if expr="os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5'"> 512 <if expr="is_posix and not is_macosx">
513 <message name="IDS_CREATE_SHORTCUTS_ERROR_DIALOG_WIDTH_CHARS" use_name_f or_id="true"> 513 <message name="IDS_CREATE_SHORTCUTS_ERROR_DIALOG_WIDTH_CHARS" use_name_f or_id="true">
514 60 514 60
515 </message> 515 </message>
516 <message name="IDS_CREATE_SHORTCUTS_ERROR_DIALOG_HEIGHT_LINES" use_name_ for_id="true"> 516 <message name="IDS_CREATE_SHORTCUTS_ERROR_DIALOG_HEIGHT_LINES" use_name_ for_id="true">
517 6 517 6
518 </message> 518 </message>
519 </if> 519 </if>
520 520
521 <!-- The width of the Instant confirm dialog box in characters. --> 521 <!-- The width of the Instant confirm dialog box in characters. -->
522 <message name="IDS_INSTANT_CONFIRM_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue"> 522 <message name="IDS_INSTANT_CONFIRM_DIALOG_WIDTH_CHARS" use_name_for_id="tr ue">
(...skipping 29 matching lines...) Expand all
552 </message> 552 </message>
553 </if> 553 </if>
554 554
555 <!-- The width of the default search engine dialog in characters --> 555 <!-- The width of the default search engine dialog in characters -->
556 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true"> 556 <message name="IDS_DEFAULT_SEARCH_WIDTH_CHARS" use_name_for_id="true">
557 82 557 82
558 </message> 558 </message>
559 </messages> 559 </messages>
560 </release> 560 </release>
561 </grit> 561 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698