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

Unified Diff: appengine/isolate/ui/elements.html

Issue 2991153002: Add stub for new polymer-based Isolate UI (Closed)
Patch Set: Address feedback Created 3 years, 4 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/isolate/ui/build/js/js.js ('k') | appengine/isolate/ui/package.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/isolate/ui/elements.html
diff --git a/appengine/isolate/ui/elements.html b/appengine/isolate/ui/elements.html
new file mode 100644
index 0000000000000000000000000000000000000000..8a22fb071e2a0f8b67a9b3bcb5e54baf431c53e7
--- /dev/null
+++ b/appengine/isolate/ui/elements.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <!--
+ The full set of web components needed for any isolate app.
+ By making all apps use the same core, vulcanized file, we can better
+ use caching, as the one large file can be reused across sites.
+ -->
+ <link rel="import" href="/res/imp/bower_components/polymer/polymer.html">
+
+ <!-- List all the top-level elements here-->
+ <link rel="import" href="/res/imp/index/isolate-index.html" />
+</head>
« no previous file with comments | « appengine/isolate/ui/build/js/js.js ('k') | appengine/isolate/ui/package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698