| Index: chrome/browser/extensions/PRESUBMIT.py
|
| diff --git a/chrome/browser/extensions/PRESUBMIT.py b/chrome/browser/extensions/PRESUBMIT.py
|
| index 96a00315d34f3020119a923476f08859608fa46d..a46266aae102fe35013d3c1d8e8e7d642377f7a6 100644
|
| --- a/chrome/browser/extensions/PRESUBMIT.py
|
| +++ b/chrome/browser/extensions/PRESUBMIT.py
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2012 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.
|
|
|
| @@ -9,4 +9,4 @@ for more details on the presubmit API built into gcl.
|
| """
|
|
|
| def GetPreferredTrySlaves():
|
| - return ['linux_chromeos_aura:compile']
|
| + return ['linux_chromeos']
|
|
|