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

Side by Side Diff: scripts/slave/recipes/chromium_gn_upload.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
« no previous file with comments | « scripts/slave/recipes/chromium_gn.py ('k') | scripts/slave/recipes/chromium_isolate.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 DEPS = [ 7 DEPS = [
8 'bot_update', 8 'bot_update',
9 'chromium', 9 'chromium',
10 'file', 10 'file',
11 'gsutil', 11 'gsutil',
12 'path', 12 'path',
13 'platform', 13 'platform',
14 'properties', 14 'properties',
15 'python', 15 'python',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 ['-b', 'chromium-gn', path_to_binary]) 88 ['-b', 'chromium-gn', path_to_binary])
89 89
90 sha1 = api.file.read('gn sha1', path_to_binary + '.sha1', 90 sha1 = api.file.read('gn sha1', path_to_binary + '.sha1',
91 test_data='0123456789abcdeffedcba987654321012345678') 91 test_data='0123456789abcdeffedcba987654321012345678')
92 api.step.active_result.presentation.step_text = sha1 92 api.step.active_result.presentation.step_text = sha1
93 93
94 94
95 def GenTests(api): 95 def GenTests(api):
96 for test in api.chromium.gen_tests_for_builders(BUILDERS): 96 for test in api.chromium.gen_tests_for_builders(BUILDERS):
97 yield test 97 yield test
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_gn.py ('k') | scripts/slave/recipes/chromium_isolate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698