Index: chrome/browser/browser_resources.grd |
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd |
index 8f55b2d0de0d10d0a8722b6481d52a082922a998..e46cdc14ed15db9a384e27011df602c4c1c6c999 100644 |
--- a/chrome/browser/browser_resources.grd |
+++ b/chrome/browser/browser_resources.grd |
@@ -51,6 +51,7 @@ |
<if expr="pp_ifdef('chromeos')"> |
<structure name="IDR_OOBE_HTML" file="resources\chromeos\login\oobe.html" flattenhtml="true" type="chrome_html" /> |
<structure name="IDR_OOBE_JS" file="resources\chromeos\login\oobe.js" flattenhtml="true" type="chrome_html" /> |
+ <structure name="IDR_OOBE_COMMON_JS" file="resources\chromeos\login\oobe_common.js" flattenhtml="true" type="chrome_html" /> |
dzhioev (left Google)
2013/04/16 10:47:48
Do we need this declaration here? I thought prepro
dconnelly
2013/04/16 11:11:22
Cool. I didn't know it did that, but it makes sens
|
</if> |
<structure name="IDR_READER_OUT_OF_DATE_HTML" file="resources\reader_out_of_date.html" flattenhtml="true" type="chrome_html" /> |
<structure name="IDR_SSL_ROAD_BLOCK_HTML" file="resources\ssl_roadblock.html" flattenhtml="true" type="chrome_html" /> |