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

Side by Side Diff: scripts/slave/recipes/libvpx/android_unittests.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
« no previous file with comments | « scripts/slave/recipes/legion/legion.py ('k') | scripts/slave/recipes/libyuv/libyuv.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 recipe_engine.types import freeze 5 from infra.libs.infra_types import freeze
6 6
7 DEPS = [ 7 DEPS = [
8 'git', 8 'git',
9 'json', 9 'json',
10 'path', 10 'path',
11 'perf_dashboard', 11 'perf_dashboard',
12 'platform', 12 'platform',
13 'properties', 13 'properties',
14 'python', 14 'python',
15 'raw_io', 15 'raw_io',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "encodeTimeSecs": 56.277676, 200 "encodeTimeSecs": 56.277676,
201 "speed" : 5, 201 "speed" : 5,
202 "minPsnr" : 43.5, 202 "minPsnr" : 43.5,
203 "framesPerSecond": 317.976883, 203 "framesPerSecond": 317.976883,
204 "threadCount": 2, 204 "threadCount": 2,
205 "totalFrames": 17895, 205 "totalFrames": 17895,
206 "version": "v1.3.0-2045-g38c2d37", 206 "version": "v1.3.0-2045-g38c2d37",
207 "videoName": "vp90-2-bbb_640x360_tile_1x2_337kbps.webm" 207 "videoName": "vp90-2-bbb_640x360_tile_1x2_337kbps.webm"
208 } 208 }
209 ]))) 209 ])))
OLDNEW
« no previous file with comments | « scripts/slave/recipes/legion/legion.py ('k') | scripts/slave/recipes/libyuv/libyuv.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698