Chromium Code Reviews| Index: chrome/browser/browser_resources.grd |
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd |
| index b64fd81eeee47b512b30a9bbdfa159ff73fd7d59..834b63fa5d073b2f6c8df5b907669162db27a601 100644 |
| --- a/chrome/browser/browser_resources.grd |
| +++ b/chrome/browser/browser_resources.grd |
| @@ -450,6 +450,9 @@ |
| </if> |
| <include name="IDR_PROFILER_HTML" file="resources\profiler\profiler.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" compress="gzip" /> |
| <include name="IDR_PROFILER_JS" file="resources\profiler\profiler.js" flattenhtml="true" type="BINDATA" compress="gzip" /> |
| + <include name="IDR_SAFE_BROWSING_HTML" file="..\..\components\safe_browsing\resources\safe_browsing.html" type="BINDATA" /> |
|
tsergeant
2017/06/19 23:08:45
Nit: Sort these alphabetically, so that the order
|
| + <include name="IDR_SAFE_BROWSING_CSS" file="..\..\components\safe_browsing\resources\safe_browsing.css" type="BINDATA" /> |
| + <include name="IDR_SAFE_BROWSING_JS" file="..\..\components\safe_browsing\resources\safe_browsing.js" type="BINDATA" /> |
| <include name="IDR_SITE_ENGAGEMENT_HTML" file="resources\engagement\site_engagement.html" flattenhtml="true" type="BINDATA" compress="gzip" /> |
| <include name="IDR_SITE_ENGAGEMENT_JS" file="resources\engagement\site_engagement.js" flattenhtml="true" type="BINDATA" compress="gzip" /> |
| <include name="IDR_SITE_ENGAGEMENT_MOJO_JS" file="${root_gen_dir}\chrome\browser\engagement\site_engagement_details.mojom.js" use_base_dir="false" type="BINDATA" compress="gzip" /> |