summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-04-28 11:06:21 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-28 18:06:56 +0000
commit51689d131ef4401d3349684ab466e666469f2c7e (patch)
tree1e2c175b0d944dbc98d15048f6b8ae3f3d7a92a0 /ios
parent2a6b5ae1eea52551c6644c5f7e9699aca58897ee (diff)
downloadchromium_src-51689d131ef4401d3349684ab466e666469f2c7e.zip
chromium_src-51689d131ef4401d3349684ab466e666469f2c7e.tar.gz
chromium_src-51689d131ef4401d3349684ab466e666469f2c7e.tar.bz2
[iOS] Fix a typo in ios_strings_resources.grd
tools/grit/grit.py does not recognize "preprend" as a valid emit_type but instead understand "prepend" which avoid the inclusion of atlres.h in the generated file. BUG=475514 Review URL: https://codereview.chromium.org/1113603003 Cr-Commit-Position: refs/heads/master@{#327323}
Diffstat (limited to 'ios')
-rw-r--r--ios/chrome/app/strings/ios_strings_resources.grd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/chrome/app/strings/ios_strings_resources.grd b/ios/chrome/app/strings/ios_strings_resources.grd
index e50d0f9..4e92c12 100644
--- a/ios/chrome/app/strings/ios_strings_resources.grd
+++ b/ios/chrome/app/strings/ios_strings_resources.grd
@@ -14,7 +14,7 @@ all other OS specific variables will be false.
source_lang_id="en" enc_check="möl">
<outputs>
<output filename="grit/ios_strings_resources.h" type="rc_header">
- <emit emit_type="preprend"></emit>
+ <emit emit_type="prepend"></emit>
</output>
<output filename="ios_strings_resources_am.pak" type="data_package" lang="am" />
<output filename="ios_strings_resources_ar.pak" type="data_package" lang="ar" />