Index: chrome/browser/resources/shared_resources.grd |
diff --git a/chrome/browser/resources/shared_resources.grd b/chrome/browser/resources/shared_resources.grd |
index 00050194e5eb8bd1e2dbbcd065c3facc8880df26..804571c04fcccc7451249d9bee7e129e9bd782ee 100644 |
--- a/chrome/browser/resources/shared_resources.grd |
+++ b/chrome/browser/resources/shared_resources.grd |
@@ -20,6 +20,8 @@ without changes to the corresponding grd file. paaaae --> |
file="shared/css/list.css" type="BINDATA" /> |
<include name="IDR_SHARED_CSS_MENU" |
file="shared/css/menu.css" type="BINDATA" /> |
+ <include name="IDR_SHARED_CSS_THROBBER" |
+ file="shared/css/throbber.css" type="BINDATA" /> |
<include name="IDR_SHARED_CSS_TREE" |
file="shared/css/tree.css" type="BINDATA" /> |
<include name="IDR_SHARED_CSS_TREE_JS" |
@@ -64,6 +66,8 @@ without changes to the corresponding grd file. paaaae --> |
file="shared/js/cr/ui/position_util.js" type="BINDATA" /> |
<include name="IDR_SHARED_JS_CR_UI_SPLITTER" |
file="shared/js/cr/ui/splitter.js" type="BINDATA" /> |
+ <include name="IDR_SHARED_JS_CR_UI_THROBBER" |
+ file="shared/js/cr/ui/throbber.js" type="BINDATA" /> |
<include name="IDR_SHARED_JS_CR_UI_TREE" |
file="shared/js/cr/ui/tree.js" type="BINDATA" /> |
<include name="IDR_SHARED_JS_I18N_TEMPLATE" |