Index: chrome/browser/browser_resources.grd |
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd |
index 33fb02afe81179396620eb4528c50f05d2cb6637..c8f3f67e6299997c427e7b0eac529137d2776ad3 100644 |
--- a/chrome/browser/browser_resources.grd |
+++ b/chrome/browser/browser_resources.grd |
@@ -119,6 +119,9 @@ |
<if expr="not is_ios"> |
<include name="IDR_DEVTOOLS_DISCOVERY_PAGE_HTML" file="devtools\frontend\devtools_discovery_page.html" type="BINDATA"/> |
</if> |
+ <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_HTML" file="resources\domain_reliability_internals.html" type="BINDATA"/> |
Bernhard Bauer
2014/06/28 11:16:34
Nit: More common style seems to be to add a space
Deprecated (see juliatuttle)
2014/06/30 16:58:20
Done.
|
+ <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_CSS" file="resources\domain_reliability_internals.css" type="BINDATA"/> |
+ <include name="IDR_DOMAIN_RELIABILITY_INTERNALS_JS" file="resources\domain_reliability_internals.js" type="BINDATA"/> |
<if expr="not is_android"> |
<include name="IDR_DOWNLOADS_JS" file="resources\downloads\downloads.js" type="BINDATA" /> |
</if> |