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

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

Issue 2617923002: bluetooth: Add service list to DeviceDetailsPage in internals page. (Closed)
Patch Set: Add semicolon, inline serviceViewObj Created 3 years, 11 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/html/cr/ui/list_selection_model.html ('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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 file="html/cr/ui/drag_wrapper.html" type="chrome_html" /> 287 file="html/cr/ui/drag_wrapper.html" type="chrome_html" />
288 <structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_GRID" 288 <structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_GRID"
289 file="html/cr/ui/focus_grid.html" type="chrome_html" /> 289 file="html/cr/ui/focus_grid.html" type="chrome_html" />
290 <structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_MANAGER" 290 <structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_MANAGER"
291 file="html/cr/ui/focus_manager.html" type="chrome_html" /> 291 file="html/cr/ui/focus_manager.html" type="chrome_html" />
292 <structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_OUTLINE_MANAGER" 292 <structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_OUTLINE_MANAGER"
293 file="html/cr/ui/focus_outline_manager.html" 293 file="html/cr/ui/focus_outline_manager.html"
294 type="chrome_html" /> 294 type="chrome_html" />
295 <structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_ROW" 295 <structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_ROW"
296 file="html/cr/ui/focus_row.html" type="chrome_html" /> 296 file="html/cr/ui/focus_row.html" type="chrome_html" />
297 <structure name="IDR_WEBUI_HTML_CR_UI_LIST"
298 file="html/cr/ui/list.html"
299 type="chrome_html" />
300 <structure name="IDR_WEBUI_HTML_CR_UI_LIST_ITEM"
301 file="html/cr/ui/list_item.html"
302 type="chrome_html" />
303 <structure name="IDR_WEBUI_HTML_CR_UI_LIST_SELECTION_CONTROLLER"
304 file="html/cr/ui/list_selection_controller.html"
305 type="chrome_html" />
306 <structure name="IDR_WEBUI_HTML_CR_UI_LIST_SELECTION_MODEL"
307 file="html/cr/ui/list_selection_model.html"
308 type="chrome_html" />
297 <structure name="IDR_WEBUI_HTML_CR_UI_MENU" 309 <structure name="IDR_WEBUI_HTML_CR_UI_MENU"
298 file="html/cr/ui/menu.html" type="chrome_html" /> 310 file="html/cr/ui/menu.html" type="chrome_html" />
299 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_BUTTON" 311 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_BUTTON"
300 file="html/cr/ui/menu_button.html" type="chrome_html" /> 312 file="html/cr/ui/menu_button.html" type="chrome_html" />
301 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_ITEM" 313 <structure name="IDR_WEBUI_HTML_CR_UI_MENU_ITEM"
302 file="html/cr/ui/menu_item.html" type="chrome_html" /> 314 file="html/cr/ui/menu_item.html" type="chrome_html" />
303 <structure name="IDR_WEBUI_HTML_CR_UI_OVERLAY" 315 <structure name="IDR_WEBUI_HTML_CR_UI_OVERLAY"
304 file="html/cr/ui/overlay.html" type="chrome_html" /> 316 file="html/cr/ui/overlay.html" type="chrome_html" />
305 <structure name="IDR_WEBUI_HTML_CR_UI_PAGE_MANAGER_PAGE" 317 <structure name="IDR_WEBUI_HTML_CR_UI_PAGE_MANAGER_PAGE"
306 file="html/cr/ui/page_manager/page.html" type="chrome_html" 318 file="html/cr/ui/page_manager/page.html" type="chrome_html"
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 file="js/chromeos/ui_account_tweaks.js" 487 file="js/chromeos/ui_account_tweaks.js"
476 type="chrome_html" /> 488 type="chrome_html" />
477 </if> 489 </if>
478 <if expr="not is_android"> 490 <if expr="not is_android">
479 <part file="cr_elements_resources.grdp" /> 491 <part file="cr_elements_resources.grdp" />
480 <part file="polymer_resources.grdp" /> 492 <part file="polymer_resources.grdp" />
481 </if> 493 </if>
482 </structures> 494 </structures>
483 </release> 495 </release>
484 </grit> 496 </grit>
OLDNEW
« no previous file with comments | « ui/webui/resources/html/cr/ui/list_selection_model.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698