 Chromium Code Reviews
 Chromium Code Reviews Issue 2177353002:
  Add top level app element  (Closed) 
  Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@hello-oauth
    
  
    Issue 2177353002:
  Add top level app element  (Closed) 
  Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@hello-oauth| 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..b84850be6645ce0e5a3f7b5248c8a083973d958b | 
| --- /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="./bower_components/polymer/polymer.html"> | 
| + | 
| + <!-- 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.
 | 
| + <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.
 | 
| + | 
| +</head> |