| Index: ui/webui/resources/polymer_resources.grdp
|
| diff --git a/ui/webui/resources/polymer_resources.grdp b/ui/webui/resources/polymer_resources.grdp
|
| index a7e8f8222d8f859536374bbb26a7b6aa1c6a885d..2ab069a69e2e27bd559249ec598ffdcb984c1b06 100644
|
| --- a/ui/webui/resources/polymer_resources.grdp
|
| +++ b/ui/webui/resources/polymer_resources.grdp
|
| @@ -439,29 +439,31 @@
|
| file="../../../third_party/web-animations-js/sources/web-animations-next-lite.min.js.map"
|
| type="chrome_html" />
|
|
|
| - <!-- Polymer 0.8 Elements, -->
|
| - <structure name="IDR_POLYMER_08_POLYMER_POLYMER_HTML"
|
| - file="../../../third_party/polymer/v0_8/components-chromium/polymer/polymer.html"
|
| - type="chrome_html" />
|
| - <structure name="IDR_POLYMER_08_POLYMER_POLYMER_JS"
|
| - file="../../../third_party/polymer/v0_8/components-chromium/polymer/polymer.js"
|
| - type="chrome_html" />
|
| - <structure name="IDR_POLYMER_08_PAPER_CHECKBOX_PAPER_CHECKBOX_CSS"
|
| - file="../../../third_party/polymer/v0_8/components-chromium/paper-checkbox/paper-checkbox.css"
|
| - type="chrome_html" />
|
| - <structure name="IDR_POLYMER_08_PAPER_CHECKBOX_PAPER_CHECKBOX_EXTRACTED_JS"
|
| - file="../../../third_party/polymer/v0_8/components-chromium/paper-checkbox/paper-checkbox-extracted.js"
|
| - type="chrome_html" />
|
| - <structure name="IDR_POLYMER_08_PAPER_CHECKBOX_PAPER_CHECKBOX_HTML"
|
| - file="../../../third_party/polymer/v0_8/components-chromium/paper-checkbox/paper-checkbox.html"
|
| - type="chrome_html" />
|
| - <structure name="IDR_POLYMER_08_PAPER_RIPPLE_PAPER_RIPPLE_EXTRACTED_JS"
|
| - file="../../../third_party/polymer/v0_8/components-chromium/paper-ripple/paper-ripple-extracted.js"
|
| - type="chrome_html" />
|
| - <structure name="IDR_POLYMER_08_PAPER_RIPPLE_PAPER_RIPPLE_HTML"
|
| - file="../../../third_party/polymer/v0_8/components-chromium/paper-ripple/paper-ripple.html"
|
| - type="chrome_html" />
|
| - <structure name="IDR_POLYMER_08_PAPER_STYLES_DEFAULT_THEME_HTML"
|
| - file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/default-theme.html"
|
| - type="chrome_html" />
|
| + <!-- Polymer 0.8 -->
|
| + <if expr="enable_polymer_v08">
|
| + <structure name="IDR_POLYMER_08_POLYMER_POLYMER_HTML"
|
| + file="../../../third_party/polymer/v0_8/components-chromium/polymer/polymer.html"
|
| + type="chrome_html" />
|
| + <structure name="IDR_POLYMER_08_POLYMER_POLYMER_JS"
|
| + file="../../../third_party/polymer/v0_8/components-chromium/polymer/polymer.js"
|
| + type="chrome_html" />
|
| + <structure name="IDR_POLYMER_08_PAPER_CHECKBOX_PAPER_CHECKBOX_CSS"
|
| + file="../../../third_party/polymer/v0_8/components-chromium/paper-checkbox/paper-checkbox.css"
|
| + type="chrome_html" />
|
| + <structure name="IDR_POLYMER_08_PAPER_CHECKBOX_PAPER_CHECKBOX_EXTRACTED_JS"
|
| + file="../../../third_party/polymer/v0_8/components-chromium/paper-checkbox/paper-checkbox-extracted.js"
|
| + type="chrome_html" />
|
| + <structure name="IDR_POLYMER_08_PAPER_CHECKBOX_PAPER_CHECKBOX_HTML"
|
| + file="../../../third_party/polymer/v0_8/components-chromium/paper-checkbox/paper-checkbox.html"
|
| + type="chrome_html" />
|
| + <structure name="IDR_POLYMER_08_PAPER_RIPPLE_PAPER_RIPPLE_EXTRACTED_JS"
|
| + file="../../../third_party/polymer/v0_8/components-chromium/paper-ripple/paper-ripple-extracted.js"
|
| + type="chrome_html" />
|
| + <structure name="IDR_POLYMER_08_PAPER_RIPPLE_PAPER_RIPPLE_HTML"
|
| + file="../../../third_party/polymer/v0_8/components-chromium/paper-ripple/paper-ripple.html"
|
| + type="chrome_html" />
|
| + <structure name="IDR_POLYMER_08_PAPER_STYLES_DEFAULT_THEME_HTML"
|
| + file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/default-theme.html"
|
| + type="chrome_html" />
|
| + </if>
|
| </grit-part>
|
|
|