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

Side by Side Diff: ui/webui/resources/webui_resources.grd

Issue 1224623013: Port downloads.ItemView to a Polymer component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@p-dl-rough-draft2
Patch Set: more imports Created 5 years, 5 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
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/webui_resources.h" type="rc_header"> 6 <output filename="grit/webui_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/webui_resources_map.cc" 9 <output filename="grit/webui_resources_map.cc"
10 type="resource_file_map_source" /> 10 type="resource_file_map_source" />
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 <structure name="IDR_WEBUI_HTML_ASSERT" 264 <structure name="IDR_WEBUI_HTML_ASSERT"
265 file="html/assert.html" type="chrome_html" /> 265 file="html/assert.html" type="chrome_html" />
266 <structure name="IDR_WEBUI_JS_CR" 266 <structure name="IDR_WEBUI_JS_CR"
267 file="js/cr.js" type="chrome_html" /> 267 file="js/cr.js" type="chrome_html" />
268 <structure name="IDR_WEBUI_HTML_CR" 268 <structure name="IDR_WEBUI_HTML_CR"
269 file="html/cr.html" type="chrome_html" /> 269 file="html/cr.html" type="chrome_html" />
270 <structure name="IDR_WEBUI_JS_CR_EVENT_TARGET" 270 <structure name="IDR_WEBUI_JS_CR_EVENT_TARGET"
271 file="js/cr/event_target.js" type="chrome_html" /> 271 file="js/cr/event_target.js" type="chrome_html" />
272 <structure name="IDR_WEBUI_JS_CR_LINK_CONTROLLER" 272 <structure name="IDR_WEBUI_JS_CR_LINK_CONTROLLER"
273 file="js/cr/link_controller.js" type="chrome_html" /> 273 file="js/cr/link_controller.js" type="chrome_html" />
274 <structure name="IDR_WEBUI_HTML_CR_UI"
275 file="html/cr/ui.html" type="chrome_html" />
274 <structure name="IDR_WEBUI_JS_CR_UI" 276 <structure name="IDR_WEBUI_JS_CR_UI"
275 file="js/cr/ui.js" type="chrome_html" /> 277 file="js/cr/ui.js" type="chrome_html" />
276 <structure name="IDR_WEBUI_JS_CR_UI_ALERT_OVERLAY" 278 <structure name="IDR_WEBUI_JS_CR_UI_ALERT_OVERLAY"
277 file="js/cr/ui/alert_overlay.js" type="chrome_html" /> 279 file="js/cr/ui/alert_overlay.js" type="chrome_html" />
278 <structure name="IDR_WEBUI_JS_CR_UI_ARRAY_DATA_MODEL" 280 <structure name="IDR_WEBUI_JS_CR_UI_ARRAY_DATA_MODEL"
279 file="js/cr/ui/array_data_model.js" 281 file="js/cr/ui/array_data_model.js"
280 type="chrome_html" flattenhtml="true" /> 282 type="chrome_html" flattenhtml="true" />
281 <structure name="IDR_WEBUI_JS_CR_UI_AUTOCOMPLETE_LIST" 283 <structure name="IDR_WEBUI_JS_CR_UI_AUTOCOMPLETE_LIST"
282 file="js/cr/ui/autocomplete_list.js" 284 file="js/cr/ui/autocomplete_list.js"
283 type="chrome_html" /> 285 type="chrome_html" />
284 <structure name="IDR_WEBUI_JS_CR_UI_BUBBLE" 286 <structure name="IDR_WEBUI_JS_CR_UI_BUBBLE"
285 file="js/cr/ui/bubble.js" type="chrome_html" /> 287 file="js/cr/ui/bubble.js" type="chrome_html" />
286 <structure name="IDR_WEBUI_JS_CR_UI_BUBBLE_BUTTON" 288 <structure name="IDR_WEBUI_JS_CR_UI_BUBBLE_BUTTON"
287 file="js/cr/ui/bubble_button.js" type="chrome_html" /> 289 file="js/cr/ui/bubble_button.js" type="chrome_html" />
288 <structure name="IDR_WEBUI_JS_CR_UI_CARD_SLIDER" 290 <structure name="IDR_WEBUI_JS_CR_UI_CARD_SLIDER"
289 file="js/cr/ui/card_slider.js" type="chrome_html" /> 291 file="js/cr/ui/card_slider.js" type="chrome_html" />
292 <structure name="IDR_WEBUI_HTML_CR_UI_COMMAND"
293 file="html/cr/ui/command.html" type="chrome_html" />
290 <structure name="IDR_WEBUI_JS_CR_UI_COMMAND" 294 <structure name="IDR_WEBUI_JS_CR_UI_COMMAND"
291 file="js/cr/ui/command.js" type="chrome_html" /> 295 file="js/cr/ui/command.js" type="chrome_html" />
292 <structure name="IDR_WEBUI_JS_CR_UI_CONTEXT_MENU_BUTTON" 296 <structure name="IDR_WEBUI_JS_CR_UI_CONTEXT_MENU_BUTTON"
293 file="js/cr/ui/context_menu_button.js" 297 file="js/cr/ui/context_menu_button.js"
294 type="chrome_html" /> 298 type="chrome_html" />
295 <structure name="IDR_WEBUI_JS_CR_UI_CONTEXT_MENU_HANDLER" 299 <structure name="IDR_WEBUI_JS_CR_UI_CONTEXT_MENU_HANDLER"
296 file="js/cr/ui/context_menu_handler.js" 300 file="js/cr/ui/context_menu_handler.js"
297 type="chrome_html" /> 301 type="chrome_html" />
298 <structure name="IDR_WEBUI_JS_CR_UI_CONTROLLED_INDICATOR" 302 <structure name="IDR_WEBUI_JS_CR_UI_CONTROLLED_INDICATOR"
299 file="js/cr/ui/controlled_indicator.js" type="chrome_html" /> 303 file="js/cr/ui/controlled_indicator.js" type="chrome_html" />
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 file="js/cr/ui/table/table_splitter.js" 369 file="js/cr/ui/table/table_splitter.js"
366 type="chrome_html" /> 370 type="chrome_html" />
367 <structure name="IDR_WEBUI_JS_CR_UI_TABS" 371 <structure name="IDR_WEBUI_JS_CR_UI_TABS"
368 file="js/cr/ui/tabs.js" type="chrome_html" /> 372 file="js/cr/ui/tabs.js" type="chrome_html" />
369 <structure name="IDR_WEBUI_JS_CR_UI_TREE" 373 <structure name="IDR_WEBUI_JS_CR_UI_TREE"
370 file="js/cr/ui/tree.js" type="chrome_html" /> 374 file="js/cr/ui/tree.js" type="chrome_html" />
371 <structure name="IDR_WEBUI_JS_CR_UI_TOUCH_HANDLER" 375 <structure name="IDR_WEBUI_JS_CR_UI_TOUCH_HANDLER"
372 file="js/cr/ui/touch_handler.js" type="chrome_html" /> 376 file="js/cr/ui/touch_handler.js" type="chrome_html" />
373 <structure name="IDR_WEBUI_JS_EVENT_TRACKER" 377 <structure name="IDR_WEBUI_JS_EVENT_TRACKER"
374 file="js/event_tracker.js" type="chrome_html" /> 378 file="js/event_tracker.js" type="chrome_html" />
379 <structure name="IDR_WEBUI_HTML_I18N_TEMPLATE"
380 file="html/i18n_template.html" type="chrome_html" />
375 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS" 381 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS"
376 file="js/i18n_template_no_process.js" 382 file="js/i18n_template_no_process.js"
377 type="chrome_html" /> 383 type="chrome_html" />
384 <structure name="IDR_WEBUI_HTML_LOAD_TIME_DATA"
385 file="html/load_time_data.html" type="chrome_html" />
378 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA" 386 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA"
379 file="js/load_time_data.js" type="chrome_html" /> 387 file="js/load_time_data.js" type="chrome_html" />
380 <structure name="IDR_WEBUI_JS_MEDIA_COMMON" 388 <structure name="IDR_WEBUI_JS_MEDIA_COMMON"
381 file="js/media_common.js" type="chrome_html" /> 389 file="js/media_common.js" type="chrome_html" />
382 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET" 390 <structure name="IDR_WEBUI_JS_PARSE_HTML_SUBSET"
383 file="js/parse_html_subset.js" type="chrome_html" /> 391 file="js/parse_html_subset.js" type="chrome_html" />
392 <structure name="IDR_WEBUI_HTML_POLYMER_CONFIG"
393 file="html/polymer_config.html" type="chrome_html" />
384 <structure name="IDR_WEBUI_JS_POLYMER_CONFIG" 394 <structure name="IDR_WEBUI_JS_POLYMER_CONFIG"
385 file="js/polymer_config.js" type="chrome_html" /> 395 file="js/polymer_config.js" type="chrome_html" />
396 <structure name="IDR_WEBUI_HTML_UTIL"
397 file="html/util.html" type="chrome_html" />
386 <structure name="IDR_WEBUI_JS_UTIL" 398 <structure name="IDR_WEBUI_JS_UTIL"
387 file="js/util.js" type="chrome_html" flattenhtml="true" /> 399 file="js/util.js" type="chrome_html" flattenhtml="true" />
388 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST" 400 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST"
389 file="js/webui_resource_test.js" type="chrome_html" /> 401 file="js/webui_resource_test.js" type="chrome_html" />
390 <structure name="IDR_WEBUI_HTML_ACTION_LINK" 402 <structure name="IDR_WEBUI_HTML_ACTION_LINK"
391 file="html/action_link.html" type="chrome_html" /> 403 file="html/action_link.html" type="chrome_html" />
392 <if expr="chromeos"> 404 <if expr="chromeos">
393 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" 405 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS"
394 file="css/chromeos/ui_account_tweaks.css" 406 file="css/chromeos/ui_account_tweaks.css"
395 type="chrome_html" /> 407 type="chrome_html" />
396 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 408 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
397 file="js/chromeos/ui_account_tweaks.js" 409 file="js/chromeos/ui_account_tweaks.js"
398 type="chrome_html" /> 410 type="chrome_html" />
399 </if> 411 </if>
400 <part file="cr_elements_resources.grdp" /> 412 <part file="cr_elements_resources.grdp" />
401 <part file="polymer_resources.grdp" /> 413 <part file="polymer_resources.grdp" />
402 </structures> 414 </structures>
403 </release> 415 </release>
404 </grit> 416 </grit>
OLDNEW
« chrome/browser/resources/md_downloads/item_view.html ('K') | « ui/webui/resources/html/util.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698