| Index: views/PRESUBMIT.py
|
| diff --git a/views/PRESUBMIT.py b/views/PRESUBMIT.py
|
| deleted file mode 100755
|
| index 99e25b48dba7ff0688b34d307bdc729fa7b70684..0000000000000000000000000000000000000000
|
| --- a/views/PRESUBMIT.py
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -# Copyright (c) 2011 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.
|
| -
|
| -"""Chromium presubmit script for src/views.
|
| -
|
| -See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
|
| -for more details on the presubmit API built into gcl.
|
| -"""
|
| -
|
| -def GetPreferredTrySlaves():
|
| - return ['linux_view', 'linux_chromeos']
|
|
|