| OLD | NEW |
| (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"> |
| OLD | NEW |