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

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

Issue 2935303003: Print Preview: Remove global onPrivetPrintFailed (Closed)
Patch Set: Fix annotations Created 3 years, 6 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 | « ui/webui/resources/js/webui_listener_tracker.js ('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 <!-- 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" output_all_resource_defines= "false"> 4 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 file="js/cr/ui/table/table_splitter.js" 465 file="js/cr/ui/table/table_splitter.js"
466 type="chrome_html" /> 466 type="chrome_html" />
467 <structure name="IDR_WEBUI_JS_CR_UI_TABS" 467 <structure name="IDR_WEBUI_JS_CR_UI_TABS"
468 file="js/cr/ui/tabs.js" type="chrome_html" /> 468 file="js/cr/ui/tabs.js" type="chrome_html" />
469 <structure name="IDR_WEBUI_JS_CR_UI_TREE" 469 <structure name="IDR_WEBUI_JS_CR_UI_TREE"
470 file="js/cr/ui/tree.js" type="chrome_html" /> 470 file="js/cr/ui/tree.js" type="chrome_html" />
471 <structure name="IDR_WEBUI_JS_CR_UI_TOUCH_HANDLER" 471 <structure name="IDR_WEBUI_JS_CR_UI_TOUCH_HANDLER"
472 file="js/cr/ui/touch_handler.js" type="chrome_html" /> 472 file="js/cr/ui/touch_handler.js" type="chrome_html" />
473 <structure name="IDR_WEBUI_JS_EVENT_TRACKER" 473 <structure name="IDR_WEBUI_JS_EVENT_TRACKER"
474 file="js/event_tracker.js" type="chrome_html" /> 474 file="js/event_tracker.js" type="chrome_html" />
475 <structure name="IDR_WEBUI_JS_WEBUI_LISTENER_TRACKER"
476 file="js/webui_listener_tracker.js" type="chrome_html" />
475 <structure name="IDR_WEBUI_JS_ICON" 477 <structure name="IDR_WEBUI_JS_ICON"
476 file="js/icon.js" type="chrome_html" flattenhtml="true" /> 478 file="js/icon.js" type="chrome_html" flattenhtml="true" />
477 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS" 479 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_NO_PROCESS"
478 file="js/i18n_template_no_process.js" 480 file="js/i18n_template_no_process.js"
479 type="chrome_html" /> 481 type="chrome_html" />
480 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_PROCESS" 482 <structure name="IDR_WEBUI_JS_I18N_TEMPLATE_PROCESS"
481 file="js/i18n_template_process.js" 483 file="js/i18n_template_process.js"
482 type="chrome_html" /> 484 type="chrome_html" />
483 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA" 485 <structure name="IDR_WEBUI_JS_LOAD_TIME_DATA"
484 file="js/load_time_data.js" type="chrome_html" /> 486 file="js/load_time_data.js" type="chrome_html" />
(...skipping 20 matching lines...) Expand all
505 file="js/chromeos/ui_account_tweaks.js" 507 file="js/chromeos/ui_account_tweaks.js"
506 type="chrome_html" /> 508 type="chrome_html" />
507 </if> 509 </if>
508 <if expr="not is_android"> 510 <if expr="not is_android">
509 <part file="cr_elements_resources.grdp" /> 511 <part file="cr_elements_resources.grdp" />
510 <part file="polymer_resources.grdp" /> 512 <part file="polymer_resources.grdp" />
511 </if> 513 </if>
512 </structures> 514 </structures>
513 </release> 515 </release>
514 </grit> 516 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/js/webui_listener_tracker.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698