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

Side by Side Diff: scripts/slave/recipe_modules/chromium_tests/builders.py

Issue 1241323004: Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Roll to latest recipes-py Created 5 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from infra.libs.infra_types import freeze 5 from recipe_engine.types import freeze
6 6
7 from . import chromium_android 7 from . import chromium_android
8 from . import chromium_angle 8 from . import chromium_angle
9 from . import chromium_chrome 9 from . import chromium_chrome
10 from . import chromium_chromiumos 10 from . import chromium_chromiumos
11 from . import chromium_fyi 11 from . import chromium_fyi
12 from . import chromium_linux 12 from . import chromium_linux
13 from . import chromium_lkgr 13 from . import chromium_lkgr
14 from . import chromium_mac 14 from . import chromium_mac
15 from . import chromium_memory 15 from . import chromium_memory
(...skipping 22 matching lines...) Expand all
38 'chromium.perf': chromium_perf.SPEC, 38 'chromium.perf': chromium_perf.SPEC,
39 'chromium.perf.fyi': chromium_perf_fyi.SPEC, 39 'chromium.perf.fyi': chromium_perf_fyi.SPEC,
40 'chromium.webkit': chromium_webkit.SPEC, 40 'chromium.webkit': chromium_webkit.SPEC,
41 'chromium.win': chromium_win.SPEC, 41 'chromium.win': chromium_win.SPEC,
42 'client.skia': client_skia.SPEC, 42 'client.skia': client_skia.SPEC,
43 'client.v8.fyi': client_v8_fyi.SPEC, 43 'client.v8.fyi': client_v8_fyi.SPEC,
44 'tryserver.chromium.linux': tryserver_chromium_linux.SPEC, 44 'tryserver.chromium.linux': tryserver_chromium_linux.SPEC,
45 'tryserver.chromium.mac': tryserver_chromium_mac.SPEC, 45 'tryserver.chromium.mac': tryserver_chromium_mac.SPEC,
46 'tryserver.chromium.perf': tryserver_chromium_perf.SPEC, 46 'tryserver.chromium.perf': tryserver_chromium_perf.SPEC,
47 }) 47 })
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/api.py ('k') | scripts/slave/recipe_modules/cronet/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698