Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1151)

Unified Diff: scripts/slave/recipe_modules/chromium/tryserver_chromium_mac.py

Issue 1185693002: Move builders.py and steps.py to chromium_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Address review comments. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium/tryserver_chromium_mac.py
diff --git a/scripts/slave/recipe_modules/chromium/tryserver_chromium_mac.py b/scripts/slave/recipe_modules/chromium/tryserver_chromium_mac.py
deleted file mode 100644
index 336ddaa4ab6506e65a9b0e79593759d8fd6cb98c..0000000000000000000000000000000000000000
--- a/scripts/slave/recipe_modules/chromium/tryserver_chromium_mac.py
+++ /dev/null
@@ -1,10 +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 steps
-
-SPEC = {
- 'builders': {
- },
-}

Powered by Google App Engine
This is Rietveld 408576698