| Index: components/resources/ntp_tiles_resources.grdp
|
| diff --git a/components/resources/ntp_tiles_resources.grdp b/components/resources/ntp_tiles_resources.grdp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dadacfabb41e6e30a418ba233c060dfe0c04bd72
|
| --- /dev/null
|
| +++ b/components/resources/ntp_tiles_resources.grdp
|
| @@ -0,0 +1,8 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<grit-part>
|
| + <if expr="is_android or is_ios">
|
| + <include name="IDR_POPULAR_SITES_INTERNALS_HTML" file="../ntp_tiles/webui/resources/popular_sites_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
|
| + <include name="IDR_POPULAR_SITES_INTERNALS_JS" file="../ntp_tiles/webui/resources/popular_sites_internals.js" type="BINDATA" />
|
| + <include name="IDR_POPULAR_SITES_INTERNALS_CSS" file="../ntp_tiles/webui/resources/popular_sites_internals.css" type="BINDATA" />
|
| + </if>
|
| +</grit-part>
|
|
|