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

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

Issue 2573913002: Add devil dependencies config for performance tests.
Patch Set: Call devil_chromium.Initialize(...) from chromium_config module 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
1 { 1 {
2 "config_type": "BaseConfig", 2 "config_type": "BaseConfig",
3 "dependencies": { 3 "dependencies": {
4 "crashpad_database_util": { 4 "crashpad_database_util": {
5 "file_info": { 5 "file_info": {
6 "mac_x86_64": { 6 "mac_x86_64": {
7 "local_paths": [ 7 "local_paths": [
8 "../../../out/Debug/crashpad_database_util", 8 "../../../out/Debug/crashpad_database_util",
9 "../../../out/Release/crashpad_database_util" 9 "../../../out/Release/crashpad_database_util"
10 ] 10 ]
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "../../../out/Release/memtrack_helper" 71 "../../../out/Release/memtrack_helper"
72 ] 72 ]
73 }, 73 },
74 "arm64-v8a": { 74 "arm64-v8a": {
75 "local_paths": [ 75 "local_paths": [
76 "../../../out/Debug/memtrack_helper", 76 "../../../out/Debug/memtrack_helper",
77 "../../../out/Release/memtrack_helper" 77 "../../../out/Release/memtrack_helper"
78 ] 78 ]
79 } 79 }
80 } 80 }
81 },
82 "push_apps_to_background_apk": {
83 "file_info": {
84 "android_mips": {
85 "local_paths": [
86 "../../../out/Debug/apks/PushAppsToBackground.apk",
87 "../../../out/Release/apks/PushAppsToBackground.apk"
88 ]
89 }
90 }
81 } 91 }
82 } 92 }
83 } 93 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698