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

Unified Diff: appengine/config_service/ui/bower.json

Issue 2935763003: config_service: improve landing page (Closed)
Patch Set: Fixed final nits. Created 3 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
« no previous file with comments | « appengine/config_service/ui/.gitignore ('k') | appengine/config_service/ui/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/ui/bower.json
diff --git a/appengine/config_service/ui/bower.json b/appengine/config_service/ui/bower.json
index fb130bdd1534a273cdb685131ff9edb78000c50b..2417aaf83ddc85f1b91130431ffe463720815416 100644
--- a/appengine/config_service/ui/bower.json
+++ b/appengine/config_service/ui/bower.json
@@ -5,10 +5,22 @@
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"app-layout": "PolymerElements/app-layout",
- "paper-search": "Collaborne/paper-search"
+ "paper-search": "Collaborne/paper-search",
+ "google-signin": "GoogleWebComponents/google-signin",
+ "iron-ajax": "PolymerElements/iron-ajax",
+ "paper-item": "^2.0.0",
+ "paper-icon-button": "^2.0.0",
+ "iron-icon": "^2.0.0",
+ "app-route": "PolymerElements/app-route"
},
"devDependencies": {
"web-component-tester": "Polymer/web-component-tester#^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
+ },
+ "resolutions": {
+ "polymer": "^2.0.0",
+ "iron-flex-layout": "^2.0.0",
+ "webcomponentsjs": "^1.0.0",
+ "iron-icon": "^2.0.0"
}
}
« no previous file with comments | « appengine/config_service/ui/.gitignore ('k') | appengine/config_service/ui/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698