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

Unified Diff: chrome/app/resources/locale_settings.grd

Issue 22600003: Switch to using '-t ios' for grit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/app/resources/locale_settings_mac.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/resources/locale_settings.grd
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd
index d5b3d39bd934ed073a79e469c95bd3e643880788..8033ab16efcef69a594f4a433dcee503ff0dc604 100644
--- a/chrome/app/resources/locale_settings.grd
+++ b/chrome/app/resources/locale_settings.grd
@@ -75,11 +75,11 @@
be 'nb'. -->
<output filename="locale_settings_nb.pak" type="data_package" lang="no" />
<output filename="locale_settings_pl.pak" type="data_package" lang="pl" />
- <if expr="pp_ifdef('ios')">
+ <if expr="is_ios">
<!-- iOS uses pt for pt-BR -->
<output filename="locale_settings_pt.pak" type="data_package" lang="pt-BR" />
</if>
- <if expr="not pp_ifdef('ios')">
+ <if expr="not is_ios">
<output filename="locale_settings_pt-BR.pak" type="data_package" lang="pt-BR" />
</if>
<output filename="locale_settings_pt-PT.pak" type="data_package" lang="pt-PT" />
@@ -350,14 +350,14 @@
<message name="IDS_CHROME_WELCOME_URL" translateable="false">
http://www.google.com/chrome/intl/[GRITLANGCODE]/welcome.html
</message>
- <if expr="is_android or pp_ifdef('ios')">
+ <if expr="is_android or is_ios">
<message name="IDS_MOBILE_WELCOME_URL" translateable="false">
chrome://welcome
</message>
</if>
<!-- The URL for Google Chrome privacy policy. -->
- <if expr="pp_ifdef('ios')">
+ <if expr="is_ios">
<message name="IDS_PRIVACY_POLICY_URL" translateable="false">
http://www.google.com/chrome/intl/[GRITLANGCODE]/privacy.html
</message>
@@ -390,7 +390,7 @@
</message>
<!-- The width and height for the "create application shortcuts error" dialog. -->
- <if expr="is_posix and not is_macosx">
+ <if expr="is_posix and not is_macosx and not is_ios">
<message name="IDS_CREATE_SHORTCUTS_ERROR_DIALOG_WIDTH_CHARS" use_name_for_id="true">
60
</message>
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/app/resources/locale_settings_mac.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698