| Index: chrome/browser/browser_resources.grd
|
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
|
| index 7506118293122823b62ef824235c8e7e43dbd5cf..4bf08831b3789d59852780c55d9c811f4029bf22 100644
|
| --- a/chrome/browser/browser_resources.grd
|
| +++ b/chrome/browser/browser_resources.grd
|
| @@ -262,6 +262,17 @@
|
| <include name="IDR_MOST_VISITED_SINGLE_JS" file="resources\local_ntp\most_visited_single.js" type="BINDATA" />
|
| <include name="IDR_MOST_VISITED_UTIL_JS" file="resources\local_ntp\most_visited_util.js" type="BINDATA" flattenhtml="true" />
|
| <include name="IDR_MOST_VISITED_WINDOW_DISPOSITION_UTIL_JS" file="resources\local_ntp\window_disposition_util.js" type="BINDATA" />
|
| + <if expr="not is_android and not is_ios">
|
| + <include name="IDR_MD_FLAGS_CSS" file="resources\md_flags\md_flags.css" type="BINDATA" />
|
| + <include name="IDR_MD_FLAGS_HTML" file="resources\md_flags\md_flags.html" type="BINDATA" />
|
| + <include name="IDR_MD_FLAGS_JS" file="resources\md_flags\md_flags.js" type="BINDATA" />
|
| + <include name="IDR_MD_FLAGS_FLAG_CSS" file="resources\md_flags\flag.css" type="BINDATA" />
|
| + <include name="IDR_MD_FLAGS_FLAG_HTML" file="resources\md_flags\flag.html" type="BINDATA" />
|
| + <include name="IDR_MD_FLAGS_FLAG_JS" file="resources\md_flags\flag.js" type="BINDATA" />
|
| + <include name="IDR_MD_FLAGS_TABLE_CSS" file="resources\md_flags\flags_table.css" type="BINDATA" />
|
| + <include name="IDR_MD_FLAGS_TABLE_HTML" file="resources\md_flags\flags_table.html" type="BINDATA" />
|
| + <include name="IDR_MD_FLAGS_TABLE_JS" file="resources\md_flags\flags_table.js" type="BINDATA" />
|
| + </if>
|
| <include name="IDR_OMNIBOX_HTML" file="resources\omnibox\omnibox.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
|
| <include name="IDR_OMNIBOX_CSS" file="resources\omnibox\omnibox.css" type="BINDATA" />
|
| <include name="IDR_OMNIBOX_JS" file="resources\omnibox\omnibox.js" type="BINDATA" />
|
|
|