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

Unified Diff: chrome/browser/resources/shared_resources.grd

Issue 8539022: Bluetooth UI update. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk. Created 9 years, 1 month 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
Index: chrome/browser/resources/shared_resources.grd
diff --git a/chrome/browser/resources/shared_resources.grd b/chrome/browser/resources/shared_resources.grd
index 69949b86ca8fe89cbcfa96a08a974f804e2cd6d6..40cea4595cd80767341bd474e878e40afcef8823 100644
--- a/chrome/browser/resources/shared_resources.grd
+++ b/chrome/browser/resources/shared_resources.grd
@@ -28,6 +28,8 @@ without changes to the corresponding grd file. paaaae -->
file="shared/css/chrome_shared.css" type="BINDATA" />
<include name="IDR_SHARED_CSS_SELECT"
file="shared/css/select.css" type="BINDATA" />
+ <include name="IDR_SHARED_CSS_SPINNER"
+ file="shared/css/spinner.css" type="BINDATA" />
<include name="IDR_SHARED_CSS_TABLE"
file="shared/css/table.css" type="BINDATA" />
<include name="IDR_SHARED_CSS_TABS"
@@ -50,6 +52,8 @@ without changes to the corresponding grd file. paaaae -->
file="shared/images/google-transparent.png" type="BINDATA" />
<include name="IDR_SHARED_IMAGES_SELECT"
file="shared/images/select.png" type="BINDATA" />
+ <include name="IDR_SHARED_IMAGES_SPINNER"
+ file="shared/images/spinner.svg" type="BINDATA" />
<include name="IDR_SHARED_IMAGES_THROBBER"
file="shared/images/throbber.svg" type="BINDATA" />
<include name="IDR_SHARED_JS_CR"

Powered by Google App Engine
This is Rietveld 408576698