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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/webui_resources.grd
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
index 6b70e90244adf25e8c83fdc95d53ab995fafc492..529693e0188683bafb4f6c4a6b8445bba4e83a1e 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -294,6 +294,18 @@ without changes to the corresponding grd file. -->
type="chrome_html" />
<structure name="IDR_WEBUI_HTML_CR_UI_FOCUS_ROW"
file="html/cr/ui/focus_row.html" type="chrome_html" />
+ <structure name="IDR_WEBUI_HTML_CR_UI_LIST"
+ file="html/cr/ui/list.html"
+ type="chrome_html" />
+ <structure name="IDR_WEBUI_HTML_CR_UI_LIST_ITEM"
+ file="html/cr/ui/list_item.html"
+ type="chrome_html" />
+ <structure name="IDR_WEBUI_HTML_CR_UI_LIST_SELECTION_CONTROLLER"
+ file="html/cr/ui/list_selection_controller.html"
+ type="chrome_html" />
+ <structure name="IDR_WEBUI_HTML_CR_UI_LIST_SELECTION_MODEL"
+ file="html/cr/ui/list_selection_model.html"
+ type="chrome_html" />
<structure name="IDR_WEBUI_HTML_CR_UI_MENU"
file="html/cr/ui/menu.html" type="chrome_html" />
<structure name="IDR_WEBUI_HTML_CR_UI_MENU_BUTTON"
« 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