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

Unified Diff: infra/bots/recipe_modules/builder_name_schema/__init__.py

Issue 2215803002: Move builder_spec, [dm|nanobench]_flags, builder_name_schema to recipes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add missing blacklist Created 4 years, 4 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
« no previous file with comments | « infra/bots/infrabots.isolate ('k') | infra/bots/recipe_modules/builder_name_schema/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipe_modules/builder_name_schema/__init__.py
diff --git a/infra/bots/assets/__init__.py b/infra/bots/recipe_modules/builder_name_schema/__init__.py
similarity index 58%
copy from infra/bots/assets/__init__.py
copy to infra/bots/recipe_modules/builder_name_schema/__init__.py
index 78953f5f512edad7849dc6b3df50a11566da5a9e..a3c929700975317891da2aafcfba3f569c53b2aa 100644
--- a/infra/bots/assets/__init__.py
+++ b/infra/bots/recipe_modules/builder_name_schema/__init__.py
@@ -1,6 +1,6 @@
-#!/usr/bin/env python
-#
-# Copyright 2016 Google Inc.
-#
+# Copyright 2016 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.
+
+DEPS = [
+]
« no previous file with comments | « infra/bots/infrabots.isolate ('k') | infra/bots/recipe_modules/builder_name_schema/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698