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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_v8_deps.py

Issue 1347263002: Revert of Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 1
2 # Copyright 2014 The Chromium Authors. All rights reserved. 2 # Copyright 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 from recipe_engine.types import freeze 6 from infra.libs.infra_types import freeze
7 7
8 DEPS = [ 8 DEPS = [
9 'bot_update', 9 'bot_update',
10 'gclient', 10 'gclient',
11 'git', 11 'git',
12 'json', 12 'json',
13 'path', 13 'path',
14 'properties', 14 'properties',
15 'python', 15 'python',
16 'raw_io', 16 'raw_io',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 ) + 214 ) +
215 api.override_step_data( 215 api.override_step_data(
216 'look up another_dep', 216 'look up another_dep',
217 api.raw_io.stream_output('deadbeaf\tHEAD', stream='stdout'), 217 api.raw_io.stream_output('deadbeaf\tHEAD', stream='stdout'),
218 ) + 218 ) +
219 api.override_step_data( 219 api.override_step_data(
220 'git diff', 220 'git diff',
221 api.raw_io.stream_output('some difference', stream='stdout'), 221 api.raw_io.stream_output('some difference', stream='stdout'),
222 ) 222 )
223 ) 223 )
OLDNEW
« no previous file with comments | « scripts/slave/recipes/syzygy/continuous.py ('k') | scripts/slave/unittests/annotated_run_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698