| // Copyright 2017 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| import 'chrome://resources/cr_elements/shared_vars_css.m.js'; | |
| import './print_preview_shared_css.js'; | |
| import {html, Polymer} from 'chrome://resources/polymer/v3_0/polymer/polymer_bundled.min.js'; | |
| Polymer({ | |
| is: 'print-preview-settings-section', | |
| _template: html`{__html_template__}`, | |
| }); |