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

Unified Diff: web/apps/rpcexplorer/elements/elements.html

Issue 1960443004: Add rpcexplorer to webapp hierarchy. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-web
Patch Set: Created 4 years, 7 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: web/apps/rpcexplorer/elements/elements.html
diff --git a/web/apps/rpcexplorer/elements/elements.html b/web/apps/rpcexplorer/elements/elements.html
new file mode 100644
index 0000000000000000000000000000000000000000..1d795679aecccc5617106156b667aea79b0a22e7
--- /dev/null
+++ b/web/apps/rpcexplorer/elements/elements.html
@@ -0,0 +1,27 @@
+<!--
+ Copyright 2015 The Chromium Authors. All rights reserved.
Vadim Sh. 2016/06/13 19:56:40 we use different license now
dnj (Google) 2016/06/13 20:51:10 Ugh 1mo old CL FTW. Manually fixed :/
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file.
+-->
+
+<!-- Elements -->
+<link rel="import" href="../inc/bower_components/app-router/app-router.html">
+<link rel="import" href="../inc/bower_components/polymer/polymer.html">
+<link rel="import" href="../inc/bower_components/html5-history-anchor/html5-history-anchor.html">
+<link rel="import" href="../inc/bower_components/google-signin/google-signin-aware.html">
+<link rel="import" href="../inc/bower_components/iron-ajax/iron-request.html">
+
+<!-- Add your elements here -->
+<link rel="import" href="../inc/auth/auth-signin.html">
+<link rel="import" href="../inc/rpcexplorer/rpc-descriptor-util.html">
+<link rel="import" href="../inc/rpcexplorer/rpc-editor.html">
+<link rel="import" href="../inc/rpcexplorer/rpc-explorer.html">
+<link rel="import" href="../inc/rpcexplorer/rpc-method.html">
+<link rel="import" href="../inc/rpcexplorer/rpc-service.html">
+<link rel="import" href="../inc/rpcexplorer/rpc-service-list.html">
+<link rel="import" href="../inc/rpc/rpc-client.html">
+
+<!-- rpcexplorer third-party references. -->
+<link rel="import" href="../inc/rpcexplorer/third_party/ace/ace.js">
+<link rel="import" href="../inc/rpcexplorer/third_party/ace/ext-language_tools.js">
+<link rel="import" href="../inc/rpcexplorer/third_party/ace/mode-json.js">

Powered by Google App Engine
This is Rietveld 408576698