| Index: scripts/slave/recipe_modules/chromium/tryserver_chromium_linux.py
|
| diff --git a/scripts/slave/recipe_modules/chromium/tryserver_chromium_linux.py b/scripts/slave/recipe_modules/chromium/tryserver_chromium_linux.py
|
| deleted file mode 100644
|
| index 652df7935eee169ccd82feaad1e089d71b19049b..0000000000000000000000000000000000000000
|
| --- a/scripts/slave/recipe_modules/chromium/tryserver_chromium_linux.py
|
| +++ /dev/null
|
| @@ -1,16 +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.
|
| -
|
| -
|
| -from . import chromium_linux
|
| -from . import steps
|
| -
|
| -
|
| -SPEC = {
|
| - 'settings': chromium_linux.SPEC['settings'],
|
| - 'builders': {
|
| - # This is intended to build in the same was as the main linux builder.
|
| - 'linux_full_bisect_builder': chromium_linux.SPEC['builders']['Linux Builder'],
|
| - },
|
| -}
|
|
|