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

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

Issue 2962703003: config_service: Add authentication to the UI. (Closed)
Patch Set: Moved client_id so that it is served by the back end via templating instead of hard coded into the … 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
Index: appengine/config_service/ui/bower.json
diff --git a/appengine/config_service/ui/bower.json b/appengine/config_service/ui/bower.json
index 278b0728512febbe897a730bc326cbc60f54b50f..0687f12e72b1077321da6c9ee62ea6e2ea9ab762 100644
--- a/appengine/config_service/ui/bower.json
+++ b/appengine/config_service/ui/bower.json
@@ -21,6 +21,8 @@
"polymer": "^2.0.0",
"iron-flex-layout": "^2.0.0",
"webcomponentsjs": "^1.0.0",
- "iron-icon": "^2.0.0"
+ "iron-icon": "^2.0.0",
+ "iron-a11y-keys-behavior": "1 - 2",
Sergey Berezin 2017/06/29 23:52:54 Let's resolve this and the one below to more speci
+ "paper-ripple": "1 - 2"
}
}

Powered by Google App Engine
This is Rietveld 408576698