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

Side by Side Diff: ui/webui/resources/cr_elements_resources.grdp

Issue 2696903005: Move common cr-policy-indicator behavior into CrPolicyIndicatorBehavior (Closed)
Patch Set: rebase Created 3 years, 9 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/cr_elements/policy/cr_policy_vars_css.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 <grit-part> 2 <grit-part>
3 <!-- Polymer 1.0 Elements --> 3 <!-- Polymer 1.0 Elements -->
4 <structure name="IDR_CR_ELEMENTS_CR_ACTION_MENU_HTML" 4 <structure name="IDR_CR_ELEMENTS_CR_ACTION_MENU_HTML"
5 file="../../webui/resources/cr_elements/cr_action_menu/cr_action_me nu.html" 5 file="../../webui/resources/cr_elements/cr_action_menu/cr_action_me nu.html"
6 type="chrome_html" /> 6 type="chrome_html" />
7 <structure name="IDR_CR_ELEMENTS_CR_ACTION_MENU_JS" 7 <structure name="IDR_CR_ELEMENTS_CR_ACTION_MENU_JS"
8 file="../../webui/resources/cr_elements/cr_action_menu/cr_action_me nu.js" 8 file="../../webui/resources/cr_elements/cr_action_menu/cr_action_me nu.js"
9 type="chrome_html" /> 9 type="chrome_html" />
10 <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_HTML" 10 <structure name="IDR_CR_ELEMENTS_CR_SCROLLABLE_BEHAVIOR_HTML"
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 file="../../webui/resources/cr_elements/network/cr_onc_types.html " 76 file="../../webui/resources/cr_elements/network/cr_onc_types.html "
77 type="chrome_html" /> 77 type="chrome_html" />
78 <structure name="IDR_CR_ELEMENTS_CR_ONC_TYPES_JS" 78 <structure name="IDR_CR_ELEMENTS_CR_ONC_TYPES_JS"
79 file="../../webui/resources/cr_elements/network/cr_onc_types.js" 79 file="../../webui/resources/cr_elements/network/cr_onc_types.js"
80 type="chrome_html" /> 80 type="chrome_html" />
81 <structure name="IDR_CR_ELEMENTS_NETWORK_ICONS_HTML" 81 <structure name="IDR_CR_ELEMENTS_NETWORK_ICONS_HTML"
82 file="../../webui/resources/cr_elements/network/network_icons.htm l" 82 file="../../webui/resources/cr_elements/network/network_icons.htm l"
83 type="chrome_html" 83 type="chrome_html"
84 preprocess="true" /> 84 preprocess="true" />
85 </if> 85 </if>
86 <structure name="IDR_CR_ELEMENTS_CR_POLICY_INDICATOR_CSS"
87 file="../../webui/resources/cr_elements/policy/cr_policy_indicator. css"
88 type="chrome_html" />
89 <structure name="IDR_CR_ELEMENTS_CR_POLICY_INDICATOR_BEHAVIOR_HTML" 86 <structure name="IDR_CR_ELEMENTS_CR_POLICY_INDICATOR_BEHAVIOR_HTML"
90 file="../../webui/resources/cr_elements/policy/cr_policy_indicator_ behavior.html" 87 file="../../webui/resources/cr_elements/policy/cr_policy_indicator_ behavior.html"
91 type="chrome_html" /> 88 type="chrome_html" />
92 <structure name="IDR_CR_ELEMENTS_CR_POLICY_INDICATOR_BEHAVIOR_JS" 89 <structure name="IDR_CR_ELEMENTS_CR_POLICY_INDICATOR_BEHAVIOR_JS"
93 file="../../webui/resources/cr_elements/policy/cr_policy_indicator_ behavior.js" 90 file="../../webui/resources/cr_elements/policy/cr_policy_indicator_ behavior.js"
94 type="chrome_html" /> 91 type="chrome_html" />
95 <if expr="chromeos"> 92 <if expr="chromeos">
96 <structure name="IDR_CR_ELEMENTS_CR_POLICY_NETWORK_BEHAVIOR_HTML" 93 <structure name="IDR_CR_ELEMENTS_CR_POLICY_NETWORK_BEHAVIOR_HTML"
97 file="../../webui/resources/cr_elements/policy/cr_policy_network_ behavior.html" 94 file="../../webui/resources/cr_elements/policy/cr_policy_network_ behavior.html"
98 type="chrome_html" /> 95 type="chrome_html" />
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_JS" 155 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_JS"
159 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar.js" 156 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar.js"
160 type="chrome_html" /> 157 type="chrome_html" />
161 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_HTML" 158 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_HTML"
162 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.html" 159 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.html"
163 type="chrome_html" /> 160 type="chrome_html" />
164 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_JS" 161 <structure name="IDR_CR_ELEMENTS_CR_TOOLBAR_SEARCH_FIELD_JS"
165 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.js" 162 file="../../webui/resources/cr_elements/cr_toolbar/cr_toolbar_searc h_field.js"
166 type="chrome_html" /> 163 type="chrome_html" />
167 </grit-part> 164 </grit-part>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements/policy/cr_policy_vars_css.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698