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

Side by Side Diff: components/chrome_apps/webstore_widget_resources.grdp

Issue 1140403002: Update some spinners on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix csp Created 5 years, 7 months 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 unified diff | Download patch
« no previous file with comments | « components/chrome_apps/webstore_widget/manifest.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <!-- Manifest: --> 3 <!-- Manifest: -->
4 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_MANIFEST" file="webstore_widget /manifest.json" type="BINDATA" /> 4 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_MANIFEST" file="webstore_widget /manifest.json" type="BINDATA" />
5 5
6 <!-- Background page: --> 6 <!-- Background page: -->
7 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_BACKGROUND_JS" file="webstore_w idget/app/background.js" type="BINDATA" /> 7 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_BACKGROUND_JS" file="webstore_w idget/app/background.js" type="BINDATA" />
8 8
9 <!-- Main app window resources: --> 9 <!-- Main app window resources: -->
10 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_MAIN_HTML" file="webstore_widge t/app/main.html" type="BINDATA" /> 10 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_MAIN_HTML" file="webstore_widge t/app/main.html" type="BINDATA" />
11 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_MAIN_JS" file="webstore_widget/ app/main.js" flattenhtml="true" type="BINDATA" /> 11 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_MAIN_JS" file="webstore_widget/ app/main.js" flattenhtml="true" type="BINDATA" />
12 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_MAIN_CSS" file="webstore_widget /app/main.css" flattenhtml="true" type="BINDATA" /> 12 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_MAIN_CSS" file="webstore_widget /app/main.css" flattenhtml="true" type="BINDATA" />
13 13
14 <!-- Widget container resoruces: --> 14 <!-- Widget container resoruces: -->
15 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_APP_INSTALLER_JS" file="webstor e_widget/cws_widget/app_installer.js" type="BINDATA" /> 15 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_APP_INSTALLER_JS" file="webstor e_widget/cws_widget/app_installer.js" type="BINDATA" />
16 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_CWS_WEBVIEW_CLIENT_JS" file="we bstore_widget/cws_widget/cws_webview_client.js" type="BINDATA" /> 16 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_CWS_WEBVIEW_CLIENT_JS" file="we bstore_widget/cws_widget/cws_webview_client.js" type="BINDATA" />
17 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_CWS_WIDGET_CONTAINER_JS" file=" webstore_widget/cws_widget/cws_widget_container.js" type="BINDATA" /> 17 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_CWS_WIDGET_CONTAINER_JS" file=" webstore_widget/cws_widget/cws_widget_container.js" type="BINDATA" />
18 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_CWS_WIDGET_CONTAINER_ERROR_DIAL OG_JS" file="webstore_widget/cws_widget/cws_widget_container_error_dialog.js" ty pe="BINDATA" /> 18 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_CWS_WIDGET_CONTAINER_ERROR_DIAL OG_JS" file="webstore_widget/cws_widget/cws_widget_container_error_dialog.js" ty pe="BINDATA" />
19 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_CWS_WIDGET_CONTAINER_CSS" file= "webstore_widget/cws_widget/cws_widget_container.css" type="BINDATA" /> 19 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_CWS_WIDGET_CONTAINER_CSS" file= "webstore_widget/cws_widget/cws_widget_container.css" type="BINDATA" />
20 <include name="IDR_CHROME_APPS_WEBSTORE_WIDGET_SPINNER" file="webstore_widget/ cws_widget/spinner.svg" type="BINDATA" />
21 </grit-part> 20 </grit-part>
OLDNEW
« no previous file with comments | « components/chrome_apps/webstore_widget/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698