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..aac36a36792be2dc6c084913de5559b821f95a8d 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="resources\safe_browsing\safe_browsing.html" type="BINDATA" /> |
|
vakh (use Gerrit instead)
2017/06/15 22:51:14
I'd prefer to have these files under components/sa
vakh (use Gerrit instead)
2017/06/16 16:08:55
Re: your comment about the location of the files,
hkamila
2017/06/16 20:53:24
That was my initial location of the files, but onc
|
| + <include name="IDR_SAFE_BROWSING_CSS" file="resources\safe_browsing\safe_browsing.css" type="BINDATA" /> |
| + <include name="IDR_SAFE_BROWSING_JS" file="resources\safe_browsing\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" /> |