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

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: 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!--
2 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 :/
3 Use of this source code is governed by a BSD-style license that can be
4 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