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

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

Issue 508283002: Revert "Typecheck JS files for chrome://extensions" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/cr/ui/list_selection_model.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"> 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 <structure name="IDR_WEBUI_JS_CR_EVENT_TARGET" 254 <structure name="IDR_WEBUI_JS_CR_EVENT_TARGET"
255 file="js/cr/event_target.js" type="chrome_html" /> 255 file="js/cr/event_target.js" type="chrome_html" />
256 <structure name="IDR_WEBUI_JS_CR_LINK_CONTROLLER" 256 <structure name="IDR_WEBUI_JS_CR_LINK_CONTROLLER"
257 file="js/cr/link_controller.js" type="chrome_html" /> 257 file="js/cr/link_controller.js" type="chrome_html" />
258 <structure name="IDR_WEBUI_JS_CR_UI" 258 <structure name="IDR_WEBUI_JS_CR_UI"
259 file="js/cr/ui.js" type="chrome_html" /> 259 file="js/cr/ui.js" type="chrome_html" />
260 <structure name="IDR_WEBUI_JS_CR_UI_ALERT_OVERLAY" 260 <structure name="IDR_WEBUI_JS_CR_UI_ALERT_OVERLAY"
261 file="js/cr/ui/alert_overlay.js" type="chrome_html" /> 261 file="js/cr/ui/alert_overlay.js" type="chrome_html" />
262 <structure name="IDR_WEBUI_JS_CR_UI_ARRAY_DATA_MODEL" 262 <structure name="IDR_WEBUI_JS_CR_UI_ARRAY_DATA_MODEL"
263 file="js/cr/ui/array_data_model.js" 263 file="js/cr/ui/array_data_model.js"
264 type="chrome_html" flattenhtml="true" /> 264 type="chrome_html" />
265 <structure name="IDR_WEBUI_JS_CR_UI_AUTOCOMPLETE_LIST" 265 <structure name="IDR_WEBUI_JS_CR_UI_AUTOCOMPLETE_LIST"
266 file="js/cr/ui/autocomplete_list.js" 266 file="js/cr/ui/autocomplete_list.js"
267 type="chrome_html" /> 267 type="chrome_html" />
268 <structure name="IDR_WEBUI_JS_CR_UI_BUBBLE" 268 <structure name="IDR_WEBUI_JS_CR_UI_BUBBLE"
269 file="js/cr/ui/bubble.js" type="chrome_html" /> 269 file="js/cr/ui/bubble.js" type="chrome_html" />
270 <structure name="IDR_WEBUI_JS_CR_UI_BUBBLE_BUTTON" 270 <structure name="IDR_WEBUI_JS_CR_UI_BUBBLE_BUTTON"
271 file="js/cr/ui/bubble_button.js" type="chrome_html" /> 271 file="js/cr/ui/bubble_button.js" type="chrome_html" />
272 <structure name="IDR_WEBUI_JS_CR_UI_CARD_SLIDER" 272 <structure name="IDR_WEBUI_JS_CR_UI_CARD_SLIDER"
273 file="js/cr/ui/card_slider.js" type="chrome_html" /> 273 file="js/cr/ui/card_slider.js" type="chrome_html" />
274 <structure name="IDR_WEBUI_JS_CR_UI_COMMAND" 274 <structure name="IDR_WEBUI_JS_CR_UI_COMMAND"
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS" 370 <structure name="IDR_WEBUI_CSS_UI_ACCOUNT_TWEAKS"
371 file="css/chromeos/ui_account_tweaks.css" 371 file="css/chromeos/ui_account_tweaks.css"
372 type="chrome_html" /> 372 type="chrome_html" />
373 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS" 373 <structure name="IDR_WEBUI_JS_UI_ACCOUNT_TWEAKS"
374 file="js/chromeos/ui_account_tweaks.js" 374 file="js/chromeos/ui_account_tweaks.js"
375 type="chrome_html" /> 375 type="chrome_html" />
376 </if> 376 </if>
377 </structures> 377 </structures>
378 </release> 378 </release>
379 </grit> 379 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/js/cr/ui/list_selection_model.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698