| Index: ui/webui/resources/webui_resources.grd
|
| diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
|
| index 16c90e21cd6db8775249ad16b2c9e78196891569..1753e0b08546e8d304e5f15ed17374e2290648f7 100644
|
| --- a/ui/webui/resources/webui_resources.grd
|
| +++ b/ui/webui/resources/webui_resources.grd
|
| @@ -19,7 +19,7 @@ without changes to the corresponding grd file. -->
|
| <!-- Roboto Font. Roboto-Regular and Roboto-Light is already available on
|
| Android, and Roboto-Medium is not used on Android. All 6 weights of
|
| Roboto are available on Chrome OS.-->
|
| - <if expr="not android and not chromeos">
|
| + <if expr="not is_android and not chromeos">
|
| <include name="IDR_WEBUI_ROBOTO_ROBOTO_REGULAR_WOFF2" file="roboto/roboto-regular.woff2" type="BINDATA" />
|
| <include name="IDR_WEBUI_ROBOTO_ROBOTO_MEDIUM_WOFF2" file="roboto/roboto-medium.woff2" type="BINDATA" />
|
| <include name="IDR_WEBUI_ROBOTO_ROBOTO_BOLD_WOFF2" file="roboto/roboto-bold.woff2" type="BINDATA" />
|
|
|