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

Unified Diff: third_party/polymer/v1_0/components-chromium/iron-a11y-announcer/bower.json

Issue 1862213002: Roll third_party/polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete appearance_browsertest.js, result of a previous bad merge. Created 4 years, 8 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/v1_0/components-chromium/iron-a11y-announcer/bower.json
diff --git a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/bower.json b/third_party/polymer/v1_0/components-chromium/iron-a11y-announcer/bower.json
similarity index 57%
copy from third_party/polymer/v1_0/components-chromium/iron-a11y-keys/bower.json
copy to third_party/polymer/v1_0/components-chromium/iron-a11y-announcer/bower.json
index ca79f0a8c2d655f39f5a9a2cdcb6f032a8fc6094..ed8d8d00816187ac6cd2e749cf8825f967941981 100644
--- a/third_party/polymer/v1_0/components-chromium/iron-a11y-keys/bower.json
+++ b/third_party/polymer/v1_0/components-chromium/iron-a11y-announcer/bower.json
@@ -1,34 +1,33 @@
{
- "name": "iron-a11y-keys",
+ "name": "iron-a11y-announcer",
"version": "1.0.4",
- "description": "A basic element implementation of iron-a11y-keys-behavior, matching the legacy core-a11y-keys.",
+ "description": "A singleton element that simplifies announcing text to screen readers.",
"keywords": [
"web-components",
- "web-component",
"polymer",
"a11y",
- "input"
+ "live"
],
"authors": [
"The Polymer Authors"
],
"repository": {
"type": "git",
- "url": "git://github.com/PolymerElements/iron-a11y-keys.git"
+ "url": "git://github.com/PolymerElements/iron-a11y-announcer.git"
},
- "main": "iron-a11y-keys.html",
+ "main": "iron-a11y-announcer.html",
"license": "http://polymer.github.io/LICENSE.txt",
"dependencies": {
- "polymer": "polymer/polymer#^1.0.0",
- "iron-a11y-keys-behavior": "polymerelements/iron-a11y-keys-behavior#^1.0.0"
+ "polymer": "polymer/polymer#^1.0.0"
},
"devDependencies": {
- "paper-styles": "PolymerElements/paper-styles#^1.0.2",
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
+ "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
+ "paper-button": "polymerelements/paper-button#^1.0.0",
+ "paper-styles": "polymerelements/paper-styles#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "polymer/web-component-tester#^3.4.0",
- "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0"
+ "web-component-tester": "polymer/web-component-tester#^3.4.0"
},
"ignore": []
}

Powered by Google App Engine
This is Rietveld 408576698