| Index: Tools/GardeningServer/model/ct-builder-revisions.html
|
| diff --git a/Tools/GardeningServer/model/ct-builder-revisions.html b/Tools/GardeningServer/model/ct-builder-revisions.html
|
| deleted file mode 100644
|
| index 5b3a300d0fde3cac159d0a12b74c44c51f6822e7..0000000000000000000000000000000000000000
|
| --- a/Tools/GardeningServer/model/ct-builder-revisions.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!--
|
| -Copyright 2014 The Chromium Authors. All rights reserved.
|
| -Use of this source code is governed by a BSD-style license that can be
|
| -found in the LICENSE file.
|
| --->
|
| -
|
| -<link rel='import' href='ct-commit.html'>
|
| -
|
| -<script>
|
| -
|
| -// A simple map of builder to latest processed revision.
|
| -// FIXME: Stop special casing blink.
|
| -function CTBuilderRevisions(builderData) {
|
| - Object.keys(builderData, function(builder, builderInfo) {
|
| - this[builder] = CTCommit.createIncomplete('http://src.chromium.org/viewvc/blink?rev={revision}',
|
| - parseInt(builderInfo.revisions['blink'], 10), 'blink');
|
| - }.bind(this));
|
| -}
|
| -
|
| -</script>
|
|
|