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