Chromium Code Reviews| 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"> |