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

Side by Side Diff: appengine/config_service/ui/static/elements.html

Issue 2959833002: config_service: add last import validation and tests (Closed)
Patch Set: Include a bug number for making the element call on-response handler automatically. Created 3 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <!--
5 The full set of web components needed for configuration service UI.
6 By making all apps use the same core, vulcanized file, we can better
7 use caching, as the one large file can be reused across sites.
8 -->
9 <link rel="import" href="../bower_components/polymer/polymer.html">
10
11 <!-- List all the top-level elements here-->
12 <link rel="import" href="../src/config-ui/config-file-card.html" />
13 <link rel="import" href="../src/config-ui/config-set-card.html" />
14 <link rel="import" href="../src/config-ui/config-set.html" />
15 <link rel="import" href="../src/config-ui/config-ui.html" />
16 <link rel="import" href="../src/config-ui/front-page.html" />
17 </head>
OLDNEW
« no previous file with comments | « appengine/config_service/ui/src/config-ui/front-page.html ('k') | appengine/config_service/ui/static/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698