Commit 918c1260 authored by leviw@chromium.org's avatar leviw@chromium.org

Move net.html import down into the modules that use it

Avoid importing net.html in the top level and instead have the files that
use it importing it themselves.

NOTRY=true

Review URL: https://codereview.chromium.org/467013002

git-svn-id: svn://svn.chromium.org/blink/trunk@180123 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 9c52bda7
...@@ -4,8 +4,8 @@ Use of this source code is governed by a BSD-style license that can be ...@@ -4,8 +4,8 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. found in the LICENSE file.
--> -->
<link rel="import" href="../lib/net.html">
<link rel='import' href='ct-commit.html'> <link rel='import' href='ct-commit.html'>
<link rel='import' href='ct-repositories.html'> <link rel='import' href='ct-repositories.html'>
<script> <script>
......
...@@ -4,6 +4,8 @@ Use of this source code is governed by a BSD-style license that can be ...@@ -4,6 +4,8 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. found in the LICENSE file.
--> -->
<link rel="import" href="../lib/net.html">
<script> <script>
function TreeStatus(project) { function TreeStatus(project) {
this.project = project; this.project = project;
......
...@@ -5,6 +5,7 @@ found in the LICENSE file. ...@@ -5,6 +5,7 @@ found in the LICENSE file.
--> -->
<link href="../model/ct-builder-revisions.html" rel="import"> <link href="../model/ct-builder-revisions.html" rel="import">
<link rel="import" href="../lib/net.html">
<link rel="import" href="../model/ct-failure.html"> <link rel="import" href="../model/ct-failure.html">
<link rel="import" href="../model/ct-failure-group.html"> <link rel="import" href="../model/ct-failure-group.html">
......
...@@ -9,7 +9,6 @@ found in the LICENSE file. ...@@ -9,7 +9,6 @@ found in the LICENSE file.
<link rel="import" href="../bower_components/core-animated-pages/core-animated-pages.html"> <link rel="import" href="../bower_components/core-animated-pages/core-animated-pages.html">
<link rel="import" href="../bower_components/core-animated-pages/transitions/slide-from-right.html"> <link rel="import" href="../bower_components/core-animated-pages/transitions/slide-from-right.html">
<link rel="import" href="../lib/net.html">
<link rel="import" href="ct-results-panel.html"> <link rel="import" href="ct-results-panel.html">
<link rel="import" href="ct-unexpected-failures.html"> <link rel="import" href="ct-unexpected-failures.html">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment