Chromium Code Reviews| 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..f348f91ec586bd9fff2af09360e9209c54f014cf |
| --- /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 swarming app. |
|
M-A Ruel
2017/08/01 19:13:13
swarming -> isolate
kjlubick
2017/08/02 12:51:22
Done.
|
| + 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> |