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

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

Issue 1118673004: Add a build flag to include polymer 0.8 in the binary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to enable_polymer_v08 and ensure it works with the default Created 5 years, 7 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/resources/ui_resources.gyp ('k') | ui/webui/resources/polymer_resources.grdp » ('j') | 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 <structure name="IDR_CR_ELEMENTS_CR_BUTTON_CSS" 3 <structure name="IDR_CR_ELEMENTS_CR_BUTTON_CSS"
4 file="../../webui/resources/cr_elements/cr_button/cr_button.css" 4 file="../../webui/resources/cr_elements/cr_button/cr_button.css"
5 type="chrome_html" /> 5 type="chrome_html" />
6 <structure name="IDR_CR_ELEMENTS_CR_BUTTON_HTML" 6 <structure name="IDR_CR_ELEMENTS_CR_BUTTON_HTML"
7 file="../../webui/resources/cr_elements/cr_button/cr_button.html" 7 file="../../webui/resources/cr_elements/cr_button/cr_button.html"
8 type="chrome_html" /> 8 type="chrome_html" />
9 <structure name="IDR_CR_ELEMENTS_CR_BUTTON_JS" 9 <structure name="IDR_CR_ELEMENTS_CR_BUTTON_JS"
10 file="../../webui/resources/cr_elements/cr_button/cr_button.js" 10 file="../../webui/resources/cr_elements/cr_button/cr_button.js"
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 file="../../webui/resources/cr_elements/cr_toggle_button/cr_toggle_ button.css" 97 file="../../webui/resources/cr_elements/cr_toggle_button/cr_toggle_ button.css"
98 type="chrome_html" /> 98 type="chrome_html" />
99 <structure name="IDR_CR_ELEMENTS_CR_TOGGLE_BUTTON_HTML" 99 <structure name="IDR_CR_ELEMENTS_CR_TOGGLE_BUTTON_HTML"
100 file="../../webui/resources/cr_elements/cr_toggle_button/cr_toggle_ button.html" 100 file="../../webui/resources/cr_elements/cr_toggle_button/cr_toggle_ button.html"
101 type="chrome_html" /> 101 type="chrome_html" />
102 <structure name="IDR_CR_ELEMENTS_CR_TOGGLE_BUTTON_JS" 102 <structure name="IDR_CR_ELEMENTS_CR_TOGGLE_BUTTON_JS"
103 file="../../webui/resources/cr_elements/cr_toggle_button/cr_toggle_ button.js" 103 file="../../webui/resources/cr_elements/cr_toggle_button/cr_toggle_ button.js"
104 type="chrome_html" /> 104 type="chrome_html" />
105 105
106 <!-- Polymer 0.8 Elements --> 106 <!-- Polymer 0.8 Elements -->
107 <structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_CSS" 107 <if expr="enable_polymer_v08">
108 file="../../webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbo x.css" 108 <structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_CSS"
109 type="chrome_html" /> 109 file="../../webui/resources/cr_elements/v0_8/cr_checkbox/cr_check box.css"
110 <structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_HTML" 110 type="chrome_html" />
111 file="../../webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbo x.html" 111 <structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_HTML"
112 type="chrome_html" /> 112 file="../../webui/resources/cr_elements/v0_8/cr_checkbox/cr_check box.html"
113 <structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_JS" 113 type="chrome_html" />
114 file="../../webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbo x.js" 114 <structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_JS"
115 type="chrome_html" /> 115 file="../../webui/resources/cr_elements/v0_8/cr_checkbox/cr_check box.js"
116 type="chrome_html" />
117 </if>
116 </grit-part> 118 </grit-part>
OLDNEW
« no previous file with comments | « ui/resources/ui_resources.gyp ('k') | ui/webui/resources/polymer_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698