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

Side by Side 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: Fix presubmits to ignore build files Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <!--
5 The full set of web components needed for any swarming app.
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 pages here-->
jcgregorio 2016/07/26 17:35:01 s/pages/elements/
kjlubick 2016/07/26 19:23:36 Done.
12 <link rel="import" href="./imp/index/swarming-index.html" />
jcgregorio 2016/07/26 17:35:01 This OK for now, but in a near future CL this shou
kjlubick 2016/07/26 19:23:35 Done now, before it gets to hairy.
13
14 </head>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698