Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1061)

Unified Diff: chrome/browser/browser_resources.grd

Issue 2940963002: Added the chrome://safe-browsing/ page as part of the chrome://about (Closed)
Patch Set: "Moved files to components\... and removed the username for the incognito case" Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/safe_browsing/safe_browsing.js » ('j') | chrome/browser/ui/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" />
« no previous file with comments | « no previous file | chrome/browser/resources/safe_browsing/safe_browsing.js » ('j') | chrome/browser/ui/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698