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

Side by Side 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: Updated license, clarified instructions. Created 4 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!--
2 Copyright 2016 The LUCI Authors. All rights reserved.
3 Use of this source code is governed under the Apache License, Version 2.0
4 that can be found in the LICENSE file.
5 -->
6
7 <!-- Elements -->
8 <link rel="import" href="../inc/bower_components/app-router/app-router.html">
9 <link rel="import" href="../inc/bower_components/polymer/polymer.html">
10 <link rel="import" href="../inc/bower_components/html5-history-anchor/html5-hist ory-anchor.html">
11 <link rel="import" href="../inc/bower_components/google-signin/google-signin-awa re.html">
12 <link rel="import" href="../inc/bower_components/iron-ajax/iron-request.html">
13
14 <!-- Add your elements here -->
15 <link rel="import" href="../inc/auth/auth-signin.html">
16 <link rel="import" href="../inc/rpcexplorer/rpc-descriptor-util.html">
17 <link rel="import" href="../inc/rpcexplorer/rpc-editor.html">
18 <link rel="import" href="../inc/rpcexplorer/rpc-explorer.html">
19 <link rel="import" href="../inc/rpcexplorer/rpc-method.html">
20 <link rel="import" href="../inc/rpcexplorer/rpc-service.html">
21 <link rel="import" href="../inc/rpcexplorer/rpc-service-list.html">
22 <link rel="import" href="../inc/rpc/rpc-client.html">
23
24 <!-- rpcexplorer third-party references. -->
25 <link rel="import" href="../inc/rpcexplorer/third_party/ace/ace.js">
26 <link rel="import" href="../inc/rpcexplorer/third_party/ace/ext-language_tools.j s">
27 <link rel="import" href="../inc/rpcexplorer/third_party/ace/mode-json.js">
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698