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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/perf/chrome_telemetry_build/devil_dependencies.json
diff --git a/tools/perf/chrome_telemetry_build/devil_dependencies.json b/tools/perf/chrome_telemetry_build/devil_dependencies.json
new file mode 100644
index 0000000000000000000000000000000000000000..f94e5e9023b9c642522314b0e016a9d182103095
--- /dev/null
+++ b/tools/perf/chrome_telemetry_build/devil_dependencies.json
@@ -0,0 +1,25 @@
+{
+ "config_type": "BaseConfig",
+ "dependencies": {
+ "md5sum_device": {
+ "file_info": {
+ "android_mips": {
+ "local_paths": [
+ "../../../out/Release/md5sum_dist",
+ "../../../out/Debug/md5sum_dist"
+ ]
+ }
+ }
+ },
+ "forwarder_device": {
+ "file_info": {
+ "android_mips": {
+ "local_paths": [
+ "../../../out/Release/forwarder_dist",
+ "../../../out/Debug/forwarder_dist"
+ ]
+ }
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698