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

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

Issue 902053003: Add cr-toggle-button to Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change cr-events api Created 5 years, 10 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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST" 379 <structure name="IDR_WEBUI_JS_WEBUI_RESOURCE_TEST"
380 file="js/webui_resource_test.js" type="chrome_html" /> 380 file="js/webui_resource_test.js" type="chrome_html" />
381 <if expr="chromeos"> 381 <if expr="chromeos">
382 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" 382 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS"
383 file="css/chromeos/ui_account_tweaks.css" 383 file="css/chromeos/ui_account_tweaks.css"
384 type="chrome_html" /> 384 type="chrome_html" />
385 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 385 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
386 file="js/chromeos/ui_account_tweaks.js" 386 file="js/chromeos/ui_account_tweaks.js"
387 type="chrome_html" /> 387 type="chrome_html" />
388 </if> 388 </if>
389 <part file="cr_elements_resources.grdp" />
389 <part file="polymer_resources.grdp" /> 390 <part file="polymer_resources.grdp" />
390 </structures> 391 </structures>
391 </release> 392 </release>
392 </grit> 393 </grit>
OLDNEW
« ui/webui/resources/polymer_resources.grdp ('K') | « ui/webui/resources/polymer_resources.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698