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

Unified Diff: third_party/polymer/components-chromium/paper-button/paper-button-extracted.js

Issue 1215543002: Remove Polymer 0.5. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/components-chromium/paper-button/paper-button-extracted.js
diff --git a/third_party/polymer/components-chromium/paper-button/paper-button-extracted.js b/third_party/polymer/components-chromium/paper-button/paper-button-extracted.js
deleted file mode 100644
index b0b56f9d7cb29e8f188408953668d56f5f7dc307..0000000000000000000000000000000000000000
--- a/third_party/polymer/components-chromium/paper-button/paper-button-extracted.js
+++ /dev/null
@@ -1,38 +0,0 @@
-
- Polymer('paper-button',{
-
- publish: {
-
- /**
- * If true, the button will be styled with a shadow.
- *
- * @attribute raised
- * @type boolean
- * @default false
- */
- raised: false,
-
- /**
- * By default the ripple emanates from where the user touched the button.
- * Set this to true to always center the ripple.
- *
- * @attribute recenteringTouch
- * @type boolean
- * @default false
- */
- recenteringTouch: false,
-
- /**
- * By default the ripple expands to fill the button. Set this to true to
- * constrain the ripple to a circle within the button.
- *
- * @attribute fill
- * @type boolean
- * @default true
- */
- fill: true
-
- }
-
- });
-

Powered by Google App Engine
This is Rietveld 408576698