| Index: ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html
|
| diff --git a/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html b/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html
|
| deleted file mode 100644
|
| index c9b0070ae43f7a4401202c98fc7c0ac1d0f385ef..0000000000000000000000000000000000000000
|
| --- a/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -<link rel="import" href="chrome://resources/html/polymer.html">
|
| -<link rel="import" href="chrome://resources/html/assert.html">
|
| -<link rel="import" href="chrome://resources/html/cr.html">
|
| -<link rel="import" href="chrome://resources/html/util.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/iron-dropdown/iron-dropdown.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animations/fade-in-animation.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animations/fade-out-animation.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/paper-listbox/paper-listbox.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/shadow.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/paper-menu-button/paper-menu-button-animations.html">
|
| -
|
| -<dom-module id="cr-shared-menu">
|
| - <template>
|
| - <style>
|
| - paper-listbox {
|
| - @apply(--shadow-elevation-2dp);
|
| - overflow: hidden;
|
| - position: relative;
|
| - width: var(--cr-shared-menu-width);
|
| - }
|
| - </style>
|
| - <iron-dropdown id="dropdown" allow-outside-scroll restore-focus-on-close
|
| - vertical-align="auto" horizontal-align="right" opened="{{menuOpen}}"
|
| - open-animation-config="[[openAnimationConfig]]"
|
| - close-animation-config="[[closeAnimationConfig]]">
|
| - <paper-listbox id="menu" class="dropdown-content">
|
| - <content></content>
|
| - </paper-listbox>
|
| - </iron-dropdown>
|
| - </template>
|
| - <script src="cr_shared_menu.js"></script>
|
| -</dom-module>
|
|
|