| Index: chrome/browser/browser_resources.grd
|
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
|
| index a890b79791ded44424f0253f67833b0ed5e8218c..262e4f7be9b3163bb0c6dd5119f723fcf1c11d37 100644
|
| --- a/chrome/browser/browser_resources.grd
|
| +++ b/chrome/browser/browser_resources.grd
|
| @@ -91,7 +91,7 @@
|
| </if>
|
| <include name="IDR_CRASHES_HTML" file="resources\crashes.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
|
| <include name="IDR_CRASHES_JS" file="resources\crashes.js" type="BINDATA" />
|
| - <include name="IDR_CREDITS_HTML" file="resources\about_credits.html" flattenhtml="true" type="BINDATA" />
|
| + <include name="IDR_CREDITS_HTML" file="${about_credits_file}" use_base_dir="false" type="BINDATA" />
|
| <include name="IDR_CREDITS_JS" file="resources\about_credits.js" type="BINDATA" />
|
| <if expr="not pp_ifdef('android')">
|
| <include name="IDR_DOWNLOADS_JS" file="resources\downloads\downloads.js" type="BINDATA" />
|
|
|