| Index: chrome/app/resources/locale_settings.grd
|
| diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd
|
| index f56aa23e3a508095b3342838dec3d64ee8be30f6..4832e8092677e6bb9c0c6f83130de34c7908b3d4 100644
|
| --- a/chrome/app/resources/locale_settings.grd
|
| +++ b/chrome/app/resources/locale_settings.grd
|
| @@ -173,7 +173,7 @@
|
| <include name="IDS_TERMS_HTML" file="terms\terms_chromium.html" type="BINDATA" />
|
| </if>
|
|
|
| - <if expr="not chromeos and _google_chrome">
|
| + <if expr="not chromeos and not is_android 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 chromeos and not _google_chrome">
|
| + <if expr="not chromeos and not is_android and not _google_chrome">
|
| <include name="IDS_TERMS_HTML" file="terms\terms_chromium.html" type="BINDATA" />
|
| </if>
|
| </includes>
|
|
|