Commit 018d09d6 authored by newt@chromium.org's avatar newt@chromium.org

Remove pp_ifdef from resource files in chrome/app/.

Generated using:
> cd src/chrome/app
> git grep -l pp_ifdef | xargs sed -i "s:pp_ifdef('\([^']\+\)'):\1:g"

BUG=343235
R=oshima@chromium.org

Review URL: https://codereview.chromium.org/171673004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252072 0039d316-1c4b-4281-b951-d872f2087c98
parent 7d5ede21
......@@ -2,12 +2,12 @@
<!-- Bookmarks specific strings (included from generated_resources.grd). -->
<grit-part>
<!-- Begin of Bookmarks Bar strings-->
<if expr="not is_android and not is_ios and not pp_ifdef('use_titlecase')">
<if expr="not is_android and not is_ios and not use_titlecase">
<message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree for the Bookmarks Bar folder.">
Bookmarks bar
</message>
</if>
<if expr="not is_android and not is_ios and pp_ifdef('use_titlecase')">
<if expr="not is_android and not is_ios and use_titlecase">
<message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the Bookmarks Bar folder.">
Bookmarks Bar
</message>
......@@ -48,7 +48,7 @@
Imported
</message>
<if expr="not pp_ifdef('use_titlecase')">
<if expr="not use_titlecase">
<message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder">
Mobile bookmarks
</message>
......@@ -59,7 +59,7 @@
Show apps shortcut
</message>
</if>
<if expr="pp_ifdef('use_titlecase')">
<if expr="use_titlecase">
<message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the mobile bookmarks folder">
Mobile Bookmarks
</message>
......@@ -79,7 +79,7 @@
<!-- End of Bookmarks Bar strings. -->
<!-- Begin of Bookmarks Bar Context Menu strings. -->
<if expr="not pp_ifdef('use_titlecase')">
<if expr="not use_titlecase">
<message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="Menu title for opening all urls in a bookmark folder">
&amp;Open all bookmarks
</message>
......@@ -155,7 +155,7 @@
</message>
</if>
</if>
<if expr="pp_ifdef('use_titlecase')">
<if expr="use_titlecase">
<message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title for opening all urls in a bookmark folder">
&amp;Open All Bookmarks
</message>
......@@ -242,12 +242,12 @@
<!-- End of Bookmarks Bar Context Menu strings. -->
<!-- Begin of Bookmarks Bubble strings. -->
<if expr="not pp_ifdef('use_titlecase')">
<if expr="not use_titlecase">
<message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubble after bookmarking a page.">
Bookmark added!
</message>
</if>
<if expr="pp_ifdef('use_titlecase')">
<if expr="use_titlecase">
<message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="In Title Case: Title of the bubble after bookmarking a page.">
Bookmark Added!
</message>
......@@ -276,12 +276,12 @@
<message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the button the user can click to edit details of the bookmark">
Edit...
</message>
<if expr="not pp_ifdef('use_titlecase')">
<if expr="not use_titlecase">
<message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="Text in the combobox allowing the user to choose another folder (by bringing up th editor).">
Choose another folder...
</message>
</if>
<if expr="pp_ifdef('use_titlecase')">
<if expr="use_titlecase">
<message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="In Title Case: Text in the combobox allowing the user to choose another folder (by bringing up th editor).">
Choose Another Folder...
</message>
......@@ -348,12 +348,12 @@
Edit Folder
</message>
</if>
<if expr="not pp_ifdef('use_titlecase')">
<if expr="not use_titlecase">
<message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="The title of the Bookmark All Tabs dialog.">
Bookmark all tabs
</message>
</if>
<if expr="pp_ifdef('use_titlecase')">
<if expr="use_titlecase">
<message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="In Title Case: The title of the Bookmark All Tabs dialog.">
Bookmark All Tabs
</message>
......@@ -376,7 +376,7 @@
<message name="IDS_BOOKMARK_MANAGER_SEARCH_BUTTON" desc="Title of the button in the bookmark manager that triggers a search">
Search bookmarks
</message>
<if expr="not pp_ifdef('use_titlecase')">
<if expr="not use_titlecase">
<message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item that shows the bookmark manager">
&amp;Bookmark manager
</message>
......@@ -411,7 +411,7 @@
Search
</message>
</if>
<if expr="pp_ifdef('use_titlecase')">
<if expr="use_titlecase">
<message name="IDS_BOOKMARK_MANAGER" desc="In Title Case: The label of the menu item that shows the bookmark manager">
&amp;Bookmark Manager
</message>
......@@ -466,22 +466,22 @@
<message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in the Main menu and in the Mac menu bar.">
&amp;Bookmarks
</message>
<if expr="not pp_ifdef('use_titlecase')">
<if expr="not use_titlecase">
<message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that bookmarks the current page.">
Bookmark this page...
</message>
</if>
<if expr="pp_ifdef('use_titlecase')">
<if expr="use_titlecase">
<message name="IDS_BOOKMARK_THIS_PAGE" desc="In Title Case: Title of the menu item that bookmarks the current page.">
Bookmark This Page...
</message>
</if>
<if expr="not pp_ifdef('use_titlecase')">
<if expr="not use_titlecase">
<message name="IDS_BOOKMARK_OPEN_PAGES" desc="Title of the menu item that bookmarks all the pages opened in this window.">
Bookmark open pages...
</message>
</if>
<if expr="pp_ifdef('use_titlecase')">
<if expr="use_titlecase">
<message name="IDS_BOOKMARK_OPEN_PAGES" desc="In Title Case: Title of the menu item that bookmarks all the pages opened in this window.">
Bookmark Open Pages...
</message>
......
<?xml version="1.0" encoding="utf-8"?>
<!-- ChromeOS-specific strings (included from generated_resources.grd).
Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. -->
Everything in this file is wrapped in <if expr="chromeos">. -->
<grit-part>
<message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code generic. No translation required.">
</message>
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -6,28 +6,28 @@
</output>
<output filename="locale_settings_am.pak" type="data_package" lang="am" />
<output filename="locale_settings_ar.pak" type="data_package" lang="ar" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="locale_settings_ast.pak" type="data_package" lang="ast" />
</if>
<output filename="locale_settings_bg.pak" type="data_package" lang="bg" />
<output filename="locale_settings_bn.pak" type="data_package" lang="bn" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="locale_settings_bs.pak" type="data_package" lang="bs" />
</if>
<output filename="locale_settings_ca.pak" type="data_package" lang="ca" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="locale_settings_ca@valencia.pak" type="data_package" lang="ca@valencia" />
</if>
<output filename="locale_settings_cs.pak" type="data_package" lang="cs" />
<output filename="locale_settings_da.pak" type="data_package" lang="da" />
<output filename="locale_settings_de.pak" type="data_package" lang="de" />
<output filename="locale_settings_el.pak" type="data_package" lang="el" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="locale_settings_en-AU.pak" type="data_package" lang="en-AU" />
</if>
<output filename="locale_settings_en-GB.pak" type="data_package" lang="en-GB" />
<output filename="locale_settings_en-US.pak" type="data_package" lang="en" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="locale_settings_eo.pak" type="data_package" lang="eo" />
</if>
<output filename="locale_settings_es.pak" type="data_package" lang="es" />
......@@ -39,7 +39,7 @@
<output filename="locale_settings_es-419.pak" type="data_package" lang="es-419" />
</if>
<output filename="locale_settings_et.pak" type="data_package" lang="et" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="locale_settings_eu.pak" type="data_package" lang="eu" />
</if>
<output filename="locale_settings_fa.pak" type="data_package" lang="fa" />
......@@ -47,7 +47,7 @@
<output filename="locale_settings_fi.pak" type="data_package" lang="fi" />
<output filename="locale_settings_fil.pak" type="data_package" lang="fil" />
<output filename="locale_settings_fr.pak" type="data_package" lang="fr" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="locale_settings_gl.pak" type="data_package" lang="gl" />
</if>
<output filename="locale_settings_gu.pak" type="data_package" lang="gu" />
......@@ -55,19 +55,19 @@
<output filename="locale_settings_hi.pak" type="data_package" lang="hi" />
<output filename="locale_settings_hr.pak" type="data_package" lang="hr" />
<output filename="locale_settings_hu.pak" type="data_package" lang="hu" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="locale_settings_hy.pak" type="data_package" lang="hy" />
<output filename="locale_settings_ia.pak" type="data_package" lang="ia" />
</if>
<output filename="locale_settings_id.pak" type="data_package" lang="id" />
<output filename="locale_settings_it.pak" type="data_package" lang="it" />
<output filename="locale_settings_ja.pak" type="data_package" lang="ja" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="locale_settings_ka.pak" type="data_package" lang="ka" />
</if>
<output filename="locale_settings_kn.pak" type="data_package" lang="kn" />
<output filename="locale_settings_ko.pak" type="data_package" lang="ko" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="locale_settings_ku.pak" type="data_package" lang="ku" />
<output filename="locale_settings_kw.pak" type="data_package" lang="kw" />
</if>
......@@ -100,7 +100,7 @@
<output filename="locale_settings_te.pak" type="data_package" lang="te" />
<output filename="locale_settings_th.pak" type="data_package" lang="th" />
<output filename="locale_settings_tr.pak" type="data_package" lang="tr" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="locale_settings_ug.pak" type="data_package" lang="ug" />
</if>
<output filename="locale_settings_uk.pak" type="data_package" lang="uk" />
......@@ -166,14 +166,14 @@
<release seq="1" allow_pseudo="false">
<includes>
<!-- The HTML for the about:terms page -->
<if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')">
<if expr="chromeos and _google_chrome">
<include name="IDS_TERMS_HTML" file="terms\chromeos\terms_en.html" type="BINDATA" />
</if>
<if expr="pp_ifdef('chromeos') and not pp_ifdef('_google_chrome')">
<if expr="chromeos and not _google_chrome">
<include name="IDS_TERMS_HTML" file="terms\terms_chromium.html" type="BINDATA" />
</if>
<if expr="not pp_ifdef('chromeos') and pp_ifdef('_google_chrome')">
<if expr="not chromeos and _google_chrome">
<if expr="'am' == lang"> <include name="IDS_TERMS_HTML" file="terms\terms_am.html" type="BINDATA" /></if>
<if expr="'ar' == lang"> <include name="IDS_TERMS_HTML" file="terms\terms_ar.html" type="BINDATA" /></if>
<if expr="'bg' == lang"> <include name="IDS_TERMS_HTML" file="terms\terms_bg.html" type="BINDATA" /></if>
......@@ -228,7 +228,7 @@
<if expr="'zh-TW' == lang"> <include name="IDS_TERMS_HTML" file="terms\terms_zh-TW.html" type="BINDATA" /></if>
</if>
<if expr="not pp_ifdef('chromeos') and not pp_ifdef('_google_chrome')">
<if expr="not chromeos and not _google_chrome">
<include name="IDS_TERMS_HTML" file="terms\terms_chromium.html" type="BINDATA" />
</if>
</includes>
......@@ -435,7 +435,7 @@
400
</message>
<if expr="pp_ifdef('chromeos')">
<if expr="chromeos">
<message name="IDS_FACTORY_RESET_HELP_URL" translateable="false">
http://support.google.com/chromeos/bin/answer.py?answer=183084&amp;hl=[GRITLANGCODE]
</message>
......
......@@ -6,34 +6,34 @@
</output>
<output filename="platform_locale_settings_am.pak" type="data_package" lang="am" />
<output filename="platform_locale_settings_ar.pak" type="data_package" lang="ar" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ast.pak" type="data_package" lang="ast" />
</if>
<output filename="platform_locale_settings_bg.pak" type="data_package" lang="bg" />
<output filename="platform_locale_settings_bn.pak" type="data_package" lang="bn" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_bs.pak" type="data_package" lang="bs" />
</if>
<output filename="platform_locale_settings_ca.pak" type="data_package" lang="ca" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ca@valencia.pak" type="data_package" lang="ca@valencia" />
</if>
<output filename="platform_locale_settings_cs.pak" type="data_package" lang="cs" />
<output filename="platform_locale_settings_da.pak" type="data_package" lang="da" />
<output filename="platform_locale_settings_de.pak" type="data_package" lang="de" />
<output filename="platform_locale_settings_el.pak" type="data_package" lang="el" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_en-AU.pak" type="data_package" lang="en-AU" />
</if>
<output filename="platform_locale_settings_en-GB.pak" type="data_package" lang="en-GB" />
<output filename="platform_locale_settings_en-US.pak" type="data_package" lang="en" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_eo.pak" type="data_package" lang="eo" />
</if>
<output filename="platform_locale_settings_es.pak" type="data_package" lang="es" />
<output filename="platform_locale_settings_es-419.pak" type="data_package" lang="es-419" />
<output filename="platform_locale_settings_et.pak" type="data_package" lang="et" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_eu.pak" type="data_package" lang="eu" />
</if>
<output filename="platform_locale_settings_fa.pak" type="data_package" lang="fa" />
......@@ -41,7 +41,7 @@
<output filename="platform_locale_settings_fi.pak" type="data_package" lang="fi" />
<output filename="platform_locale_settings_fil.pak" type="data_package" lang="fil" />
<output filename="platform_locale_settings_fr.pak" type="data_package" lang="fr" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_gl.pak" type="data_package" lang="gl" />
</if>
<output filename="platform_locale_settings_gu.pak" type="data_package" lang="gu" />
......@@ -49,19 +49,19 @@
<output filename="platform_locale_settings_hi.pak" type="data_package" lang="hi" />
<output filename="platform_locale_settings_hr.pak" type="data_package" lang="hr" />
<output filename="platform_locale_settings_hu.pak" type="data_package" lang="hu" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_hy.pak" type="data_package" lang="hy" />
<output filename="platform_locale_settings_ia.pak" type="data_package" lang="ia" />
</if>
<output filename="platform_locale_settings_id.pak" type="data_package" lang="id" />
<output filename="platform_locale_settings_it.pak" type="data_package" lang="it" />
<output filename="platform_locale_settings_ja.pak" type="data_package" lang="ja" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ka.pak" type="data_package" lang="ka" />
</if>
<output filename="platform_locale_settings_kn.pak" type="data_package" lang="kn" />
<output filename="platform_locale_settings_ko.pak" type="data_package" lang="ko" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ku.pak" type="data_package" lang="ku" />
<output filename="platform_locale_settings_kw.pak" type="data_package" lang="kw" />
</if>
......@@ -88,7 +88,7 @@
<output filename="platform_locale_settings_te.pak" type="data_package" lang="te" />
<output filename="platform_locale_settings_th.pak" type="data_package" lang="th" />
<output filename="platform_locale_settings_tr.pak" type="data_package" lang="tr" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ug.pak" type="data_package" lang="ug" />
</if>
<output filename="platform_locale_settings_uk.pak" type="data_package" lang="uk" />
......
......@@ -6,34 +6,34 @@
</output>
<output filename="platform_locale_settings_am.pak" type="data_package" lang="am" />
<output filename="platform_locale_settings_ar.pak" type="data_package" lang="ar" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ast.pak" type="data_package" lang="ast" />
</if>
<output filename="platform_locale_settings_bg.pak" type="data_package" lang="bg" />
<output filename="platform_locale_settings_bn.pak" type="data_package" lang="bn" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_bs.pak" type="data_package" lang="bs" />
</if>
<output filename="platform_locale_settings_ca.pak" type="data_package" lang="ca" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ca@valencia.pak" type="data_package" lang="ca@valencia" />
</if>
<output filename="platform_locale_settings_cs.pak" type="data_package" lang="cs" />
<output filename="platform_locale_settings_da.pak" type="data_package" lang="da" />
<output filename="platform_locale_settings_de.pak" type="data_package" lang="de" />
<output filename="platform_locale_settings_el.pak" type="data_package" lang="el" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_en-AU.pak" type="data_package" lang="en-AU" />
</if>
<output filename="platform_locale_settings_en-GB.pak" type="data_package" lang="en-GB" />
<output filename="platform_locale_settings_en-US.pak" type="data_package" lang="en" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_eo.pak" type="data_package" lang="eo" />
</if>
<output filename="platform_locale_settings_es.pak" type="data_package" lang="es" />
<output filename="platform_locale_settings_es-419.pak" type="data_package" lang="es-419" />
<output filename="platform_locale_settings_et.pak" type="data_package" lang="et" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_eu.pak" type="data_package" lang="eu" />
</if>
<output filename="platform_locale_settings_fa.pak" type="data_package" lang="fa" />
......@@ -41,7 +41,7 @@
<output filename="platform_locale_settings_fi.pak" type="data_package" lang="fi" />
<output filename="platform_locale_settings_fil.pak" type="data_package" lang="fil" />
<output filename="platform_locale_settings_fr.pak" type="data_package" lang="fr" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_gl.pak" type="data_package" lang="gl" />
</if>
<output filename="platform_locale_settings_gu.pak" type="data_package" lang="gu" />
......@@ -49,19 +49,19 @@
<output filename="platform_locale_settings_hi.pak" type="data_package" lang="hi" />
<output filename="platform_locale_settings_hr.pak" type="data_package" lang="hr" />
<output filename="platform_locale_settings_hu.pak" type="data_package" lang="hu" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_hy.pak" type="data_package" lang="hy" />
<output filename="platform_locale_settings_ia.pak" type="data_package" lang="ia" />
</if>
<output filename="platform_locale_settings_id.pak" type="data_package" lang="id" />
<output filename="platform_locale_settings_it.pak" type="data_package" lang="it" />
<output filename="platform_locale_settings_ja.pak" type="data_package" lang="ja" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ka.pak" type="data_package" lang="ka" />
</if>
<output filename="platform_locale_settings_kn.pak" type="data_package" lang="kn" />
<output filename="platform_locale_settings_ko.pak" type="data_package" lang="ko" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ku.pak" type="data_package" lang="ku" />
<output filename="platform_locale_settings_kw.pak" type="data_package" lang="kw" />
</if>
......@@ -88,7 +88,7 @@
<output filename="platform_locale_settings_te.pak" type="data_package" lang="te" />
<output filename="platform_locale_settings_th.pak" type="data_package" lang="th" />
<output filename="platform_locale_settings_tr.pak" type="data_package" lang="tr" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ug.pak" type="data_package" lang="ug" />
</if>
<output filename="platform_locale_settings_uk.pak" type="data_package" lang="uk" />
......
......@@ -6,34 +6,34 @@
</output>
<output filename="platform_locale_settings_am.pak" type="data_package" lang="am" />
<output filename="platform_locale_settings_ar.pak" type="data_package" lang="ar" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ast.pak" type="data_package" lang="ast" />
</if>
<output filename="platform_locale_settings_bg.pak" type="data_package" lang="bg" />
<output filename="platform_locale_settings_bn.pak" type="data_package" lang="bn" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_bs.pak" type="data_package" lang="bs" />
</if>
<output filename="platform_locale_settings_ca.pak" type="data_package" lang="ca" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ca@valencia.pak" type="data_package" lang="ca@valencia" />
</if>
<output filename="platform_locale_settings_cs.pak" type="data_package" lang="cs" />
<output filename="platform_locale_settings_da.pak" type="data_package" lang="da" />
<output filename="platform_locale_settings_de.pak" type="data_package" lang="de" />
<output filename="platform_locale_settings_el.pak" type="data_package" lang="el" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_en-AU.pak" type="data_package" lang="en-AU" />
</if>
<output filename="platform_locale_settings_en-GB.pak" type="data_package" lang="en-GB" />
<output filename="platform_locale_settings_en-US.pak" type="data_package" lang="en" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_eo.pak" type="data_package" lang="eo" />
</if>
<output filename="platform_locale_settings_es.pak" type="data_package" lang="es" />
<output filename="platform_locale_settings_es-419.pak" type="data_package" lang="es-419" />
<output filename="platform_locale_settings_et.pak" type="data_package" lang="et" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_eu.pak" type="data_package" lang="eu" />
</if>
<output filename="platform_locale_settings_fa.pak" type="data_package" lang="fa" />
......@@ -41,7 +41,7 @@
<output filename="platform_locale_settings_fi.pak" type="data_package" lang="fi" />
<output filename="platform_locale_settings_fil.pak" type="data_package" lang="fil" />
<output filename="platform_locale_settings_fr.pak" type="data_package" lang="fr" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_gl.pak" type="data_package" lang="gl" />
</if>
<output filename="platform_locale_settings_gu.pak" type="data_package" lang="gu" />
......@@ -49,19 +49,19 @@
<output filename="platform_locale_settings_hi.pak" type="data_package" lang="hi" />
<output filename="platform_locale_settings_hr.pak" type="data_package" lang="hr" />
<output filename="platform_locale_settings_hu.pak" type="data_package" lang="hu" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_hy.pak" type="data_package" lang="hy" />
<output filename="platform_locale_settings_ia.pak" type="data_package" lang="ia" />
</if>
<output filename="platform_locale_settings_id.pak" type="data_package" lang="id" />
<output filename="platform_locale_settings_it.pak" type="data_package" lang="it" />
<output filename="platform_locale_settings_ja.pak" type="data_package" lang="ja" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ka.pak" type="data_package" lang="ka" />
</if>
<output filename="platform_locale_settings_kn.pak" type="data_package" lang="kn" />
<output filename="platform_locale_settings_ko.pak" type="data_package" lang="ko" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ku.pak" type="data_package" lang="ku" />
<output filename="platform_locale_settings_kw.pak" type="data_package" lang="kw" />
</if>
......@@ -88,7 +88,7 @@
<output filename="platform_locale_settings_te.pak" type="data_package" lang="te" />
<output filename="platform_locale_settings_th.pak" type="data_package" lang="th" />
<output filename="platform_locale_settings_tr.pak" type="data_package" lang="tr" />
<if expr="pp_ifdef('use_third_party_translations')">
<if expr="use_third_party_translations">
<output filename="platform_locale_settings_ug.pak" type="data_package" lang="ug" />
</if>
<output filename="platform_locale_settings_uk.pak" type="data_package" lang="uk" />
......
<?xml version="1.0" ?>
<!DOCTYPE translationbundle>
<translationbundle lang="ja">
<if expr="pp_ifdef('_google_chrome')">
<if expr="_google_chrome">
<translation id="IDS_STANDARD_FONT_FAMILY">MotoyaG04Gothic</translation>
<translation id="IDS_FIXED_FONT_FAMILY">MotoyaG04GothicMono</translation>
<translation id="IDS_SERIF_FONT_FAMILY">MotoyaG04Mincho</translation>
<translation id="IDS_SANS_SERIF_FONT_FAMILY">MotoyaG04Gothic</translation>
</if>
<if expr="not pp_ifdef('_google_chrome')">
<if expr="not _google_chrome">
<translation id="IDS_STANDARD_FONT_FAMILY">IPAPGothic</translation>
<translation id="IDS_FIXED_FONT_FAMILY">IPAGothic</translation>
<translation id="IDS_SERIF_FONT_FAMILY">IPAPMincho</translation>
......
<?xml version="1.0" ?>
<!DOCTYPE translationbundle>
<translationbundle lang="zh-CN">
<if expr="pp_ifdef('_google_chrome')">
<if expr="_google_chrome">
<translation id="IDS_STANDARD_FONT_FAMILY">MYingHeiGB18030</translation>
<translation id="IDS_FIXED_FONT_FAMILY">MYingHeiGB18030</translation>
<translation id="IDS_SERIF_FONT_FAMILY">MSung GB18030</translation>
<translation id="IDS_SANS_SERIF_FONT_FAMILY">MYingHeiGB18030</translation>
</if>
<if expr="not pp_ifdef('_google_chrome')">
<if expr="not _google_chrome">
<translation id="IDS_STANDARD_FONT_FAMILY">Droid Sans Fallback</translation>
<translation id="IDS_FIXED_FONT_FAMILY">Droid Sans Fallback</translation>
<translation id="IDS_SANS_SERIF_FONT_FAMILY">Droid Sans Fallback</translation>
......
<?xml version="1.0" ?>
<!DOCTYPE translationbundle>
<translationbundle lang="zh-TW">
<if expr="pp_ifdef('_google_chrome')">
<if expr="_google_chrome">
<translation id="IDS_STANDARD_FONT_FAMILY">MYingHeiB5HK</translation>
<translation id="IDS_FIXED_FONT_FAMILY">MYingHeiB5HK</translation>
<translation id="IDS_SERIF_FONT_FAMILY">MSung B5HK</translation>
<translation id="IDS_SANS_SERIF_FONT_FAMILY">MYingHeiB5HK</translation>
</if>
<if expr="not pp_ifdef('_google_chrome')">
<if expr="not _google_chrome">
<translation id="IDS_STANDARD_FONT_FAMILY">Droid Sans Fallback</translation>
<translation id="IDS_FIXED_FONT_FAMILY">Droid Sans Fallback</translation>
<translation id="IDS_SANS_SERIF_FONT_FAMILY">Droid Sans Fallback</translation>
......
......@@ -14,7 +14,7 @@
</outputs>
<release seq="1">
<includes>
<if expr="pp_ifdef('_google_chrome')">
<if expr="_google_chrome">
<include name="IDR_PRODUCT_LOGO_64" file="google_chrome/product_logo_64.png" type="BINDATA" />
<include name="IDR_PRODUCT_LOGO_128" file="google_chrome/product_logo_128.png" type="BINDATA" />
<!-- NOTE: product_logo_*.* files beyond what's listed above are
......@@ -29,7 +29,7 @@
<include name="IDR_STATUS_TRAY_ICON_PRESSED" file="google_chrome/product_logo_22.png" type="BINDATA" />
</if>
</if>
<if expr="not pp_ifdef('_google_chrome')">
<if expr="not _google_chrome">
<include name="IDR_PRODUCT_LOGO_64" file="chromium/product_logo_64.png" type="BINDATA" />
<include name="IDR_PRODUCT_LOGO_128" file="chromium/product_logo_128.png" type="BINDATA" />
<!-- NOTE: product_logo_*.* files beyond what's listed above are
......@@ -76,10 +76,10 @@
<include name="IDR_PROFILE_AVATAR_2X_24" file="default_200_percent/profile_avatar_note.png" type="BINDATA" />
<include name="IDR_PROFILE_AVATAR_2X_25" file="default_200_percent/profile_avatar_sun_cloud.png" type="BINDATA" />
</if>
<if expr="is_macosx and pp_ifdef('enable_app_list')">
<if expr="is_macosx and enable_app_list">
<!-- App Launcher icons for .app shim, dock icon. Unscaled, because the
icon file built does not depend on UI scale factor. -->
<if expr="pp_ifdef('_google_chrome')">
<if expr="_google_chrome">
<include name="IDR_APP_LIST_16" file="google_chrome/mac/app_list_16.png" type="BINDATA" />
<include name="IDR_APP_LIST_32" file="google_chrome/mac/app_list_32.png" type="BINDATA" />
<include name="IDR_APP_LIST_128" file="google_chrome/mac/app_list_128.png" type="BINDATA" />
......@@ -89,22 +89,22 @@
<include name="IDR_APP_LIST_CANARY_128" file="google_chrome/mac/app_list_canary_128.png" type="BINDATA" />
<include name="IDR_APP_LIST_CANARY_256" file="google_chrome/mac/app_list_canary_256.png" type="BINDATA" />
</if>
<if expr="not pp_ifdef('_google_chrome')">
<if expr="not _google_chrome">
<include name="IDR_APP_LIST_16" file="chromium/mac/app_list_16.png" type="BINDATA" />
<include name="IDR_APP_LIST_32" file="chromium/mac/app_list_32.png" type="BINDATA" />
<include name="IDR_APP_LIST_128" file="chromium/mac/app_list_128.png" type="BINDATA" />
<include name="IDR_APP_LIST_256" file="chromium/mac/app_list_256.png" type="BINDATA" />
</if>
</if>
<if expr="is_linux and pp_ifdef('enable_app_list')">
<if expr="is_linux and enable_app_list">
<!-- App Launcher icons for desktop icon. -->
<if expr="pp_ifdef('_google_chrome')">
<if expr="_google_chrome">
<include name="IDR_APP_LIST_16" file="google_chrome/linux/app_list_16.png" type="BINDATA" />
<include name="IDR_APP_LIST_32" file="google_chrome/linux/app_list_32.png" type="BINDATA" />
<include name="IDR_APP_LIST_48" file="google_chrome/linux/app_list_48.png" type="BINDATA" />
<include name="IDR_APP_LIST_256" file="google_chrome/linux/app_list_256.png" type="BINDATA" />
</if>
<if expr="not pp_ifdef('_google_chrome')">
<if expr="not _google_chrome">
<include name="IDR_APP_LIST_16" file="chromium/linux/app_list_16.png" type="BINDATA" />
<include name="IDR_APP_LIST_32" file="chromium/linux/app_list_32.png" type="BINDATA" />
<include name="IDR_APP_LIST_48" file="chromium/linux/app_list_48.png" type="BINDATA" />
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment