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

Unified Diff: appengine/swarming/elements/res/imp/botpage/bot-page-shared-behavior.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
Index: appengine/swarming/elements/res/imp/botpage/bot-page-shared-behavior.html
diff --git a/appengine/swarming/elements/res/imp/botpage/bot-page-shared-behavior.html b/appengine/swarming/elements/res/imp/botpage/bot-page-shared-behavior.html
deleted file mode 100644
index b1b96ff1e2b6366c486fe78003f6bc9fb21b2242..0000000000000000000000000000000000000000
--- a/appengine/swarming/elements/res/imp/botpage/bot-page-shared-behavior.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!--
- Copyright 2016 The LUCI Authors. All rights reserved.
- Use of this source code is governed under the Apache License, Version 2.0
- that can be found in the LICENSE file.
-
- window.SwarmingBehaviors.BotPageBehavior contains any shared functions and
- constants used by the bot-page and its sub-elements.
-
- To use it, include
- behaviors: [SwarmingBehaviors.BotPageBehavior]
- in the creation of your Polymer element.
--->
-<link rel="import" href="/res/imp/common/common-behavior.html">
-<script>
- (function(){
-
-
- // This behavior wraps up all the shared bot-page functionality by
- // extending SwarmingBehaviors.CommonBehavior
- SwarmingBehaviors.BotPageBehavior = [SwarmingBehaviors.CommonBehavior, {
-
- }];
- })()
-</script>

Powered by Google App Engine
This is Rietveld 408576698