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

Side by Side Diff: chrome/browser/resources/component_extension_resources.grd

Issue 56643002: Add icon for Now component extension (to appear in Notification settings dialog) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: (add bug id) Created 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/google_now/images/icon128.png » ('j') | 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 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. --> 3 without changes to the corresponding grd file. -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/component_extension_resources.h" type="rc_header"> 6 <output filename="grit/component_extension_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/component_extension_resources_map.cc" type="resource_ file_map_source" /> 9 <output filename="grit/component_extension_resources_map.cc" type="resource_ file_map_source" />
10 <output filename="grit/component_extension_resources_map.h" type="resource_m ap_header" /> 10 <output filename="grit/component_extension_resources_map.h" type="resource_m ap_header" />
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 <include name="IDR_IMAGE_LOADER_CACHE_JS" file="image_loader/cache.js" t ype="BINDATA" /> 150 <include name="IDR_IMAGE_LOADER_CACHE_JS" file="image_loader/cache.js" t ype="BINDATA" />
151 <include name="IDR_IMAGE_LOADER_WORKER_JS" file="image_loader/worker.js" type="BINDATA" /> 151 <include name="IDR_IMAGE_LOADER_WORKER_JS" file="image_loader/worker.js" type="BINDATA" />
152 <include name="IDR_IMAGE_LOADER_REQUEST_JS" file="image_loader/request.j s" type="BINDATA" /> 152 <include name="IDR_IMAGE_LOADER_REQUEST_JS" file="image_loader/request.j s" type="BINDATA" />
153 <include name="IDR_IMAGE_LOADER_BACKGROUND_JS" file="image_loader/backgr ound.js" type="BINDATA" /> 153 <include name="IDR_IMAGE_LOADER_BACKGROUND_JS" file="image_loader/backgr ound.js" type="BINDATA" />
154 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/image_load er_client.js" type="BINDATA" /> 154 <include name="IDR_IMAGE_LOADER_CLIENT_JS" file="image_loader/image_load er_client.js" type="BINDATA" />
155 </if> 155 </if>
156 <if expr="pp_ifdef('enable_google_now')"> 156 <if expr="pp_ifdef('enable_google_now')">
157 <include name="IDR_GOOGLE_NOW_BACKGROUND_JS" file="google_now/background .js" type="BINDATA" /> 157 <include name="IDR_GOOGLE_NOW_BACKGROUND_JS" file="google_now/background .js" type="BINDATA" />
158 <include name="IDR_GOOGLE_NOW_CARDS_JS" file="google_now/cards.js" type= "BINDATA" /> 158 <include name="IDR_GOOGLE_NOW_CARDS_JS" file="google_now/cards.js" type= "BINDATA" />
159 <include name="IDR_GOOGLE_NOW_UTILITY_JS" file="google_now/utility.js" t ype="BINDATA" /> 159 <include name="IDR_GOOGLE_NOW_UTILITY_JS" file="google_now/utility.js" t ype="BINDATA" />
160 <include name="IDR_GOOGLE_NOW_ICON_16" file="google_now/images/icon16.pn g" type="BINDATA" />
161 <include name="IDR_GOOGLE_NOW_ICON_48" file="google_now/images/icon48.pn g" type="BINDATA" />
162 <include name="IDR_GOOGLE_NOW_ICON_128" file="google_now/images/icon128. png" type="BINDATA" />
160 </if> 163 </if>
161 <include name="IDR_IDENTITY_API_SCOPE_APPROVAL_BACKGROUND_JS" file="identi ty_scope_approval_dialog/background.js" type="BINDATA" /> 164 <include name="IDR_IDENTITY_API_SCOPE_APPROVAL_BACKGROUND_JS" file="identi ty_scope_approval_dialog/background.js" type="BINDATA" />
162 <include name="IDR_IDENTITY_API_SCOPE_APPROVAL_DIALOG_CSS" file="identity_ scope_approval_dialog/scope_approval_dialog.css" type="BINDATA" /> 165 <include name="IDR_IDENTITY_API_SCOPE_APPROVAL_DIALOG_CSS" file="identity_ scope_approval_dialog/scope_approval_dialog.css" type="BINDATA" />
163 <include name="IDR_IDENTITY_API_SCOPE_APPROVAL_DIALOG" file="identity_scop e_approval_dialog/scope_approval_dialog.html" type="BINDATA" /> 166 <include name="IDR_IDENTITY_API_SCOPE_APPROVAL_DIALOG" file="identity_scop e_approval_dialog/scope_approval_dialog.html" type="BINDATA" />
164 <include name="IDR_IDENTITY_API_SCOPE_APPROVAL_DIALOG_JS" file="identity_s cope_approval_dialog/scope_approval_dialog.js" type="BINDATA" /> 167 <include name="IDR_IDENTITY_API_SCOPE_APPROVAL_DIALOG_JS" file="identity_s cope_approval_dialog/scope_approval_dialog.js" type="BINDATA" />
165 <include name="IDR_APPS_DEBUGGER_MAIN" file="apps_debugger/main.html" flat tenhtml="true" allowexternalscript="true" type="BINDATA" /> 168 <include name="IDR_APPS_DEBUGGER_MAIN" file="apps_debugger/main.html" flat tenhtml="true" allowexternalscript="true" type="BINDATA" />
166 <include name="IDR_APPS_DEBUGGER_BACKGROUND_JS" file="apps_debugger/backgr ound.js" flattenhtml="true" type="BINDATA" /> 169 <include name="IDR_APPS_DEBUGGER_BACKGROUND_JS" file="apps_debugger/backgr ound.js" flattenhtml="true" type="BINDATA" />
167 <include name="IDR_APPS_DEBUGGER_MAIN_JS" file="apps_debugger/js/main_scri pts.js" flattenhtml="true" type="BINDATA" /> 170 <include name="IDR_APPS_DEBUGGER_MAIN_JS" file="apps_debugger/js/main_scri pts.js" flattenhtml="true" type="BINDATA" />
168 <include name="IDR_APPS_DEBUGGER_ICON_128" file="apps_debugger/images/dev- icon-128.png" flattenhtml="true" type="BINDATA" /> 171 <include name="IDR_APPS_DEBUGGER_ICON_128" file="apps_debugger/images/dev- icon-128.png" flattenhtml="true" type="BINDATA" />
169 <include name="IDR_APPS_DEBUGGER_ICON_16" file="apps_debugger/images/dev-i con-16.png" flattenhtml="true" type="BINDATA" /> 172 <include name="IDR_APPS_DEBUGGER_ICON_16" file="apps_debugger/images/dev-i con-16.png" flattenhtml="true" type="BINDATA" />
(...skipping 15 matching lines...) Expand all
185 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_CSS" file="chromeos/netw ork_configuration/css/config.css" type="BINDATA" /> 188 <include name="IDR_NETWORK_CONFIGURATION_CONFIG_CSS" file="chromeos/netw ork_configuration/css/config.css" type="BINDATA" />
186 <include name="IDR_NETWORK_CONFIGURATION_NETWORK_CONFIG_JS" file="chrome os/network_configuration/js/network_config.js" type="BINDATA" /> 189 <include name="IDR_NETWORK_CONFIGURATION_NETWORK_CONFIG_JS" file="chrome os/network_configuration/js/network_config.js" type="BINDATA" />
187 <include name="IDR_NETWORK_CONFIGURATION_MAIN_CONFIG_JS" file="chromeos/ network_configuration/js/main_config.js" type="BINDATA" /> 190 <include name="IDR_NETWORK_CONFIGURATION_MAIN_CONFIG_JS" file="chromeos/ network_configuration/js/main_config.js" type="BINDATA" />
188 </if> 191 </if>
189 <if expr="pp_ifdef('enable_settings_app')"> 192 <if expr="pp_ifdef('enable_settings_app')">
190 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" /> 193 <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" />
191 </if> 194 </if>
192 </includes> 195 </includes>
193 </release> 196 </release>
194 </grit> 197 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/google_now/images/icon128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698