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

Unified Diff: components/component_strings.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/renderer/resources/neterror.html ('k') | ui/base/strings/app_locale_settings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_strings.grd
diff --git a/components/component_strings.grd b/components/component_strings.grd
index ba3840e2dbb18ef4bc1075b7e6142e32462e9348..b50c4da054a8d7ff5dae39292bae2c293606975f 100644
--- a/components/component_strings.grd
+++ b/components/component_strings.grd
@@ -77,11 +77,11 @@
be 'nb'. -->
<output filename="component_strings_nb.pak" type="data_package" lang="no" />
<output filename="component_strings_pl.pak" type="data_package" lang="pl" />
- <if expr="pp_ifdef('ios')">
+ <if expr="is_ios">
<!-- iOS uses pt for pt-BR -->
<output filename="component_strings_pt.pak" type="data_package" lang="pt-BR" />
</if>
- <if expr="not pp_ifdef('ios')">
+ <if expr="not is_ios">
<output filename="component_strings_pt-BR.pak" type="data_package" lang="pt-BR" />
</if>
<output filename="component_strings_pt-PT.pak" type="data_package" lang="pt-PT" />
« no previous file with comments | « chrome/renderer/resources/neterror.html ('k') | ui/base/strings/app_locale_settings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698