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

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

Issue 2408743002: Move elements/ to ui/ (Closed)
Patch Set: rebase again Created 4 years, 2 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/swarming/elements/build/js/js.js ('k') | appengine/swarming/elements/package.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/elements/elements.html
diff --git a/appengine/swarming/elements/elements.html b/appengine/swarming/elements/elements.html
deleted file mode 100644
index b7aab705badc12f165747e198b3412026885f3cc..0000000000000000000000000000000000000000
--- a/appengine/swarming/elements/elements.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!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" />
- <link rel="import" href="/res/imp/botlist/bot-list.html" />
- <link rel="import" href="/res/imp/tasklist/task-list.html" />
- <link rel="import" href="/res/imp/botpage/bot-page.html" />
- <link rel="import" href="/res/imp/taskpage/task-page.html" />
-</head>
« no previous file with comments | « appengine/swarming/elements/build/js/js.js ('k') | appengine/swarming/elements/package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698