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

Side by Side Diff: tools/perf/chrome_telemetry_build/devil_dependencies.json

Issue 2573913002: Add devil dependencies config for performance tests.
Patch Set: Created 4 years 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
OLDNEW
(Empty)
1 {
2 "config_type": "BaseConfig",
3 "dependencies": {
4 "md5sum_device": {
5 "file_info": {
6 "android_mips": {
7 "local_paths": [
8 "../../../out/Release/md5sum_dist",
9 "../../../out/Debug/md5sum_dist"
10 ]
11 }
12 }
13 },
14 "forwarder_device": {
15 "file_info": {
16 "android_mips": {
17 "local_paths": [
18 "../../../out/Release/forwarder_dist",
19 "../../../out/Debug/forwarder_dist"
20 ]
21 }
22 }
23 }
24 }
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698