Commit 41e9150f authored by michaelpg's avatar michaelpg Committed by Commit bot

Remove enable_polymer_v08 flag from build

Always build Polymer 0.8 and 0.5. Polymer 0.5 should be removed in M45.

BUG=483080
R=jlklein@chromium.org
TEST=manual

Review URL: https://codereview.chromium.org/1134753009

Cr-Commit-Position: refs/heads/master@{#330666}
parent 4e0f76e7
......@@ -5,11 +5,6 @@
import("//tools/grit/grit_rule.gni")
import("//tools/grit/repack.gni")
declare_args() {
# Enable to include Polymer 0.8 in the binary.
enable_polymer_v08 = false
}
# GYP version: ui/resources/ui_resources.gyp:ui_resources
group("resources") {
deps = [
......@@ -40,11 +35,6 @@ grit("ui_unscaled_resources_grd") {
]
}
webui_grit_defines = []
if (enable_polymer_v08) {
webui_grit_defines += [ "enable_polymer_v08" ]
}
grit("webui_resources_grd") {
source = "../webui/resources/webui_resources.grd"
outputs = [
......@@ -53,7 +43,6 @@ grit("webui_resources_grd") {
"grit/webui_resources_map.h",
"webui_resources.pak",
]
defines = webui_grit_defines
}
if (!is_mac) {
......
......@@ -9,9 +9,6 @@
'target_name': 'ui_resources',
'type': 'none',
'variables': {
# Enable to include Polymer 0.8 in the binary.
'enable_polymer_v08%': 0,
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/resources',
},
'actions': [
......@@ -26,12 +23,6 @@
'action_name': 'webui_resources',
'variables': {
'grit_grd_file': '../webui/resources/webui_resources.grd',
'conditions': [
['enable_polymer_v08==1', {
'grit_defines': ['-D', 'enable_polymer_v08'],
}],
],
},
'includes': [ '../../build/grit_action.gypi' ],
},
......
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
<!-- Polymer 0.5 Elements (TODO: Remove by M45 branch point) -->
<structure name="IDR_CR_ELEMENTS_CR_BUTTON_CSS"
file="../../webui/resources/cr_elements/cr_button/cr_button.css"
type="chrome_html" />
......@@ -104,84 +105,82 @@
type="chrome_html" />
<!-- Polymer 0.8 Elements -->
<if expr="enable_polymer_v08">
<structure name="IDR_CR_ELEMENTS_08_CR_DEMO_ELEMENT_HTML"
file="../../webui/resources/cr_elements/v0_8/demo_element.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_DEMO_ELEMENT_JS"
file="../../webui/resources/cr_elements/v0_8/demo_element.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_DEMO_PAGE_HTML"
file="../../webui/resources/cr_elements/v0_8/demo_page.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_BUTTON_CSS"
file="../../webui/resources/cr_elements/v0_8/cr_button/cr_button.css"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_BUTTON_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_button/cr_button.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_BUTTON_JS"
file="../../webui/resources/cr_elements/v0_8/cr_button/cr_button.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_CSS"
file="../../webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.css"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_JS"
file="../../webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_COLLAPSE_CSS"
file="../../webui/resources/cr_elements/v0_8/cr_collapse/cr_collapse.css"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_COLLAPSE_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_collapse/cr_collapse.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_COLLAPSE_JS"
file="../../webui/resources/cr_elements/v0_8/cr_collapse/cr_collapse.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_EVENTS_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_events/cr_events.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_EVENTS_JS"
file="../../webui/resources/cr_elements/v0_8/cr_events/cr_events.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_INPUT_CSS"
file="../../webui/resources/cr_elements/v0_8/cr_input/cr_input.css"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_INPUT_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_input/cr_input.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_INPUT_JS"
file="../../webui/resources/cr_elements/v0_8/cr_input/cr_input.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_NETWORK_ICON_CSS"
file="../../webui/resources/cr_elements/v0_8/cr_network_icon/cr_network_icon.css"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_NETWORK_ICON_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_network_icon/cr_network_icon.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_NETWORK_ICON_JS"
file="../../webui/resources/cr_elements/v0_8/cr_network_icon/cr_network_icon.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_ONC_TYPES_JS"
file="../../webui/resources/cr_elements/v0_8/cr_onc/cr_onc_types.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_ONC_DATA_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_onc/cr_onc_data.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_ONC_DATA_JS"
file="../../webui/resources/cr_elements/v0_8/cr_onc/cr_onc_data.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_TOGGLE_BUTTON_CSS"
file="../../webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.css"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_TOGGLE_BUTTON_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_TOGGLE_BUTTON_JS"
file="../../webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.js"
type="chrome_html" />
</if>
<structure name="IDR_CR_ELEMENTS_08_CR_DEMO_ELEMENT_HTML"
file="../../webui/resources/cr_elements/v0_8/demo_element.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_DEMO_ELEMENT_JS"
file="../../webui/resources/cr_elements/v0_8/demo_element.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_DEMO_PAGE_HTML"
file="../../webui/resources/cr_elements/v0_8/demo_page.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_BUTTON_CSS"
file="../../webui/resources/cr_elements/v0_8/cr_button/cr_button.css"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_BUTTON_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_button/cr_button.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_BUTTON_JS"
file="../../webui/resources/cr_elements/v0_8/cr_button/cr_button.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_CSS"
file="../../webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.css"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_CHECKBOX_JS"
file="../../webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_COLLAPSE_CSS"
file="../../webui/resources/cr_elements/v0_8/cr_collapse/cr_collapse.css"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_COLLAPSE_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_collapse/cr_collapse.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_COLLAPSE_JS"
file="../../webui/resources/cr_elements/v0_8/cr_collapse/cr_collapse.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_EVENTS_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_events/cr_events.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_EVENTS_JS"
file="../../webui/resources/cr_elements/v0_8/cr_events/cr_events.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_INPUT_CSS"
file="../../webui/resources/cr_elements/v0_8/cr_input/cr_input.css"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_INPUT_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_input/cr_input.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_INPUT_JS"
file="../../webui/resources/cr_elements/v0_8/cr_input/cr_input.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_NETWORK_ICON_CSS"
file="../../webui/resources/cr_elements/v0_8/cr_network_icon/cr_network_icon.css"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_NETWORK_ICON_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_network_icon/cr_network_icon.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_NETWORK_ICON_JS"
file="../../webui/resources/cr_elements/v0_8/cr_network_icon/cr_network_icon.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_ONC_TYPES_JS"
file="../../webui/resources/cr_elements/v0_8/cr_onc/cr_onc_types.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_ONC_DATA_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_onc/cr_onc_data.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_ONC_DATA_JS"
file="../../webui/resources/cr_elements/v0_8/cr_onc/cr_onc_data.js"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_TOGGLE_BUTTON_CSS"
file="../../webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.css"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_TOGGLE_BUTTON_HTML"
file="../../webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.html"
type="chrome_html" />
<structure name="IDR_CR_ELEMENTS_08_CR_TOGGLE_BUTTON_JS"
file="../../webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.js"
type="chrome_html" />
</grit-part>
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
<!-- Polymer 0.5 (TODO: Remove by M45 branch point) -->
<structure name="IDR_POLYMER_CORE_A11Y_KEYS_CORE_A11Y_KEYS_EXTRACTED_JS"
file="../../../third_party/polymer/components-chromium/core-a11y-keys/core-a11y-keys-extracted.js"
type="chrome_html" />
......@@ -476,352 +477,350 @@
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_LAYOUT_SHADOW_LAYOUT_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/layout/shadow-layout.html"
type="chrome_html" />
<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_LAYOUT_SHADOW_LAYOUT_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/layout/shadow-layout.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_BEHAVIORS_IRON_BUTTON_STATE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-behaviors/iron-button-state.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_BEHAVIORS_IRON_BUTTON_STATE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-behaviors/iron-button-state-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_COLLAPSE_IRON_COLLAPSE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-collapse/iron-collapse.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_COLLAPSE_IRON_COLLAPSE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-collapse/iron-collapse-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_BEHAVIORS_IRON_CONTROL_STATE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-behaviors/iron-control-state.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_BEHAVIORS_IRON_CONTROL_STATE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-behaviors/iron-control-state-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_FLEX_LAYOUT_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-flex-layout/iron-flex-layout.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_FLEX_LAYOUT_CLASSES_IRON_FLEX_LAYOUT_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-flex-layout/classes/iron-flex-layout.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_FLEX_LAYOUT_CLASSES_IRON_SHADOW_FLEX_LAYOUT_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-flex-layout/classes/iron-shadow-flex-layout.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_ICON_IRON_ICON_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-icon/iron-icon.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_ICON_IRON_ICON_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-icon/iron-icon-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_ICONS_DEVICE_ICONS_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-icons/device-icons.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_ICONS_IRON_ICONS_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-icons/iron-icons.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_ICONSET_SVG_IRON_ICONSET_SVG_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-iconset-svg/iron-iconset-svg.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_ICONSET_SVG_IRON_ICONSET_SVG_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-iconset-svg/iron-iconset-svg-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_INPUT_IRON_INPUT_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-input/iron-input.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_INPUT_IRON_INPUT_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-input/iron-input-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_MEDIA_QUERY_IRON_MEDIA_QUERY_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-media-query/iron-media-query.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_MEDIA_QUERY_IRON_MEDIA_QUERY_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-media-query/iron-media-query-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_MENU_BEHAVIOR_IRON_MENU_BEHAVIOR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-menu-behavior/iron-menu-behavior-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_MENU_BEHAVIOR_IRON_MENU_BEHAVIOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-menu-behavior/iron-menu-behavior.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_META_IRON_META_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-meta/iron-meta.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_META_IRON_META_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-meta/iron-meta-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_PAGES_IRON_PAGES_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-pages/iron-pages.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_PAGES_IRON_PAGES_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-pages/iron-pages-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_RESIZABLE_BEHAVIOR_IRON_RESIZABLE_BEHAVIOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-resizable-behavior/iron-resizable-behavior.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_RESIZABLE_BEHAVIOR_IRON_RESIZABLE_BEHAVIOR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-resizable-behavior/iron-resizable-behavior-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_MULTI_SELECTABLE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-multi-selectable.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_MULTI_SELECTABLE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-multi-selectable-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_SELECTABLE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-selectable.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_SELECTABLE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-selectable-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_SELECTION_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-selection.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_SELECTION_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-selection-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_SELECTOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-selector.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_SELECTOR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-selector-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_BEHAVIORS_IRON_BUTTON_STATE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-behaviors/iron-button-state.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_BEHAVIORS_IRON_BUTTON_STATE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-behaviors/iron-button-state-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_COLLAPSE_IRON_COLLAPSE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-collapse/iron-collapse.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_COLLAPSE_IRON_COLLAPSE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-collapse/iron-collapse-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_BEHAVIORS_IRON_CONTROL_STATE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-behaviors/iron-control-state.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_BEHAVIORS_IRON_CONTROL_STATE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-behaviors/iron-control-state-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_FLEX_LAYOUT_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-flex-layout/iron-flex-layout.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_FLEX_LAYOUT_CLASSES_IRON_FLEX_LAYOUT_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-flex-layout/classes/iron-flex-layout.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_FLEX_LAYOUT_CLASSES_IRON_SHADOW_FLEX_LAYOUT_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-flex-layout/classes/iron-shadow-flex-layout.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_ICON_IRON_ICON_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-icon/iron-icon.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_ICON_IRON_ICON_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-icon/iron-icon-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_ICONS_DEVICE_ICONS_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-icons/device-icons.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_ICONS_IRON_ICONS_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-icons/iron-icons.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_ICONSET_SVG_IRON_ICONSET_SVG_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-iconset-svg/iron-iconset-svg.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_ICONSET_SVG_IRON_ICONSET_SVG_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-iconset-svg/iron-iconset-svg-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_INPUT_IRON_INPUT_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-input/iron-input.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_INPUT_IRON_INPUT_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-input/iron-input-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_MEDIA_QUERY_IRON_MEDIA_QUERY_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-media-query/iron-media-query.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_MEDIA_QUERY_IRON_MEDIA_QUERY_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-media-query/iron-media-query-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_MENU_BEHAVIOR_IRON_MENU_BEHAVIOR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-menu-behavior/iron-menu-behavior-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_MENU_BEHAVIOR_IRON_MENU_BEHAVIOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-menu-behavior/iron-menu-behavior.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_META_IRON_META_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-meta/iron-meta.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_META_IRON_META_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-meta/iron-meta-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_PAGES_IRON_PAGES_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-pages/iron-pages.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_PAGES_IRON_PAGES_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-pages/iron-pages-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_RESIZABLE_BEHAVIOR_IRON_RESIZABLE_BEHAVIOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-resizable-behavior/iron-resizable-behavior.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_RESIZABLE_BEHAVIOR_IRON_RESIZABLE_BEHAVIOR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-resizable-behavior/iron-resizable-behavior-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_MULTI_SELECTABLE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-multi-selectable.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_MULTI_SELECTABLE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-multi-selectable-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_SELECTABLE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-selectable.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_SELECTABLE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-selectable-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_SELECTION_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-selection.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_SELECTION_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-selection-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_SELECTOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-selector.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_IRON_SELECTOR_IRON_SELECTOR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/iron-selector/iron-selector-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_BEHAVIORS_PAPER_BUTTON_BEHAVIOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-behaviors/paper-button-behavior.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_BEHAVIORS_PAPER_BUTTON_BEHAVIOR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-behaviors/paper-button-behavior-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_BEHAVIORS_PAPER_RADIO_BUTTON_BEHAVIOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-behaviors/paper-radio-button-behavior.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_BEHAVIORS_PAPER_RADIO_BUTTON_BEHAVIOR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-behaviors/paper-radio-button-behavior-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_BUTTON_PAPER_BUTTON_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-button/paper-button-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_BUTTON_PAPER_BUTTON_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-button/paper-button.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_DRAWER_PANEL_PAPER_DRAWER_PANEL_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-drawer-panel/paper-drawer-panel-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_DRAWER_PANEL_PAPER_DRAWER_PANEL_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-drawer-panel/paper-drawer-panel.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_MATERIAL_PAPER_MATERIAL_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-material/paper-material-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_MATERIAL_PAPER_MATERIAL_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-material/paper-material.html"
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_FAB_PAPER_FAB_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-fab/paper-fab-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_FAB_PAPER_FAB_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-fab/paper-fab.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_ICON_BUTTON_PAPER_ICON_BUTTON_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-icon-button/paper-icon-button-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_ICON_BUTTON_PAPER_ICON_BUTTON_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-icon-button/paper-icon-button.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_BEHAVIOR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-behavior-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_BEHAVIOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-behavior.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_CHAR_COUNTER_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-char-counter-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_CHAR_COUNTER_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-char-counter.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_CONTAINER_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-container-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_CONTAINER_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-container.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_ERROR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-error-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_ERROR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-error.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_ITEM_PAPER_ICON_ITEM_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-item/paper-icon-item-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_ITEM_PAPER_ICON_ITEM_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-item/paper-icon-item.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_ITEM_PAPER_ITEM_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-item/paper-item-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_ITEM_PAPER_ITEM_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-item/paper-item.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_ITEM_PAPER_ITEM_SHARED_CSS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-item/paper-item-shared.css"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_MENU_PAPER_MENU_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-menu/paper-menu-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_MENU_PAPER_MENU_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-menu/paper-menu.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" />
<structure name="IDR_POLYMER_08_PAPER_STYLES_PAPER_STYLES_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/paper-styles.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_STYLES_COLOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/color.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_STYLES_SHADOW_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/shadow.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_STYLES_TYPOGRAPHY_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/typography.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_STYLES_CLASSES_TYPOGRAPHY_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/classes/typography.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_STYLES_CLASSES_SHADOW_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/classes/shadow.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_STYLES_CLASSES_SHADOW_LAYOUT_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/classes/shadow-layout.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_TOGGLE_BUTTON_PAPER_TOGGLE_BUTTON_CSS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-toggle-button/paper-toggle-button.css"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_TOGGLE_BUTTON_PAPER_TOGGLE_BUTTON_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-toggle-button/paper-toggle-button-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_TOGGLE_BUTTON_PAPER_TOGGLE_BUTTON_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-toggle-button/paper-toggle-button.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_TOOLBAR_PAPER_TOOLBAR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-toolbar/paper-toolbar-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_TOOLBAR_PAPER_TOOLBAR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-toolbar/paper-toolbar.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_BEHAVIORS_PAPER_BUTTON_BEHAVIOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-behaviors/paper-button-behavior.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_BEHAVIORS_PAPER_BUTTON_BEHAVIOR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-behaviors/paper-button-behavior-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_BEHAVIORS_PAPER_RADIO_BUTTON_BEHAVIOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-behaviors/paper-radio-button-behavior.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_BEHAVIORS_PAPER_RADIO_BUTTON_BEHAVIOR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-behaviors/paper-radio-button-behavior-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_BUTTON_PAPER_BUTTON_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-button/paper-button-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_BUTTON_PAPER_BUTTON_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-button/paper-button.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_DRAWER_PANEL_PAPER_DRAWER_PANEL_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-drawer-panel/paper-drawer-panel-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_DRAWER_PANEL_PAPER_DRAWER_PANEL_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-drawer-panel/paper-drawer-panel.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_MATERIAL_PAPER_MATERIAL_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-material/paper-material-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_MATERIAL_PAPER_MATERIAL_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-material/paper-material.html"
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_FAB_PAPER_FAB_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-fab/paper-fab-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_FAB_PAPER_FAB_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-fab/paper-fab.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_ICON_BUTTON_PAPER_ICON_BUTTON_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-icon-button/paper-icon-button-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_ICON_BUTTON_PAPER_ICON_BUTTON_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-icon-button/paper-icon-button.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_BEHAVIOR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-behavior-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_BEHAVIOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-behavior.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_CHAR_COUNTER_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-char-counter-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_CHAR_COUNTER_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-char-counter.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_CONTAINER_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-container-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_CONTAINER_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-container.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_ERROR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-error-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_INPUT_PAPER_INPUT_ERROR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-input/paper-input-error.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_ITEM_PAPER_ICON_ITEM_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-item/paper-icon-item-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_ITEM_PAPER_ICON_ITEM_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-item/paper-icon-item.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_ITEM_PAPER_ITEM_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-item/paper-item-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_ITEM_PAPER_ITEM_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-item/paper-item.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_ITEM_PAPER_ITEM_SHARED_CSS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-item/paper-item-shared.css"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_MENU_PAPER_MENU_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-menu/paper-menu-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_MENU_PAPER_MENU_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-menu/paper-menu.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" />
<structure name="IDR_POLYMER_08_PAPER_STYLES_PAPER_STYLES_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/paper-styles.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_STYLES_COLOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/color.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_STYLES_SHADOW_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/shadow.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_STYLES_TYPOGRAPHY_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/typography.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_STYLES_CLASSES_TYPOGRAPHY_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/classes/typography.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_STYLES_CLASSES_SHADOW_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/classes/shadow.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_STYLES_CLASSES_SHADOW_LAYOUT_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-styles/classes/shadow-layout.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_TOGGLE_BUTTON_PAPER_TOGGLE_BUTTON_CSS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-toggle-button/paper-toggle-button.css"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_TOGGLE_BUTTON_PAPER_TOGGLE_BUTTON_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-toggle-button/paper-toggle-button-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_TOGGLE_BUTTON_PAPER_TOGGLE_BUTTON_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-toggle-button/paper-toggle-button.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_TOOLBAR_PAPER_TOOLBAR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/paper-toolbar/paper-toolbar-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_PAPER_TOOLBAR_PAPER_TOOLBAR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/paper-toolbar/paper-toolbar.html"
type="chrome_html" />
<!-- more-routing and deps -->
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER_HASH"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver/hash.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER_HASH_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver/hash-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER_MOCK_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver/mock-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER_MOCK_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver/mock.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER_PATH_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver/path-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER_PATH_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver/path.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_EMITTER_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/emitter-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_EMITTER_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/emitter.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_CONTEXT_AWARE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route-context-aware-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_CONTEXT_AWARE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route-context-aware.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_SELECTION_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route-selection-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_SELECTION_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route-selection.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_SELECTOR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route-selector-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_SELECTOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route-selector.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTING_CONFIG_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-routing-config-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTING_CONFIG_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-routing-config.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTING_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-routing.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_PARAMS_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/params-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_PARAMS_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/params.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_ROUTE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/route-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_ROUTE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/route.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_ROUTING_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/routing-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_ROUTING_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/routing.html"
type="chrome_html" />
</if>
<!-- more-routing and deps -->
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER_HASH"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver/hash.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER_HASH_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver/hash-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER_MOCK_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver/mock-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER_MOCK_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver/mock.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER_PATH_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver/path-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_DRIVER_PATH_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/driver/path.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_EMITTER_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/emitter-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_EMITTER_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/emitter.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_CONTEXT_AWARE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route-context-aware-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_CONTEXT_AWARE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route-context-aware.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_SELECTION_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route-selection-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_SELECTION_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route-selection.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_SELECTOR_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route-selector-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTE_SELECTOR_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-route-selector.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTING_CONFIG_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-routing-config-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTING_CONFIG_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-routing-config.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_MORE_ROUTING_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/more-routing.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_PARAMS_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/params-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_PARAMS_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/params.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_ROUTE_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/route-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_ROUTE_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/route.html"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_ROUTING_EXTRACTED_JS"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/routing-extracted.js"
type="chrome_html" />
<structure name="IDR_POLYMER_08_MORE_ROUTING_ROUTING_HTML"
file="../../../third_party/polymer/v0_8/components-chromium/more-routing/routing.html"
type="chrome_html" />
</grit-part>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment