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

Unified Diff: appengine/swarming/elements/elements.html

Issue 2177353002: Add top level app element (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@hello-oauth
Patch Set: Address feedback and introduce new res/ layer of direction Created 4 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 side-by-side diff with in-line comments
Download patch
Index: appengine/swarming/elements/elements.html
diff --git a/appengine/swarming/elements/elements.html b/appengine/swarming/elements/elements.html
new file mode 100644
index 0000000000000000000000000000000000000000..0c2624b37c5d43732de3c88ec165ea7507419ab2
--- /dev/null
+++ b/appengine/swarming/elements/elements.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <!--
+ The full set of web components needed for any swarming 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/swarming-index.html" />
+
+</head>

Powered by Google App Engine
This is Rietveld 408576698