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

Unified Diff: tools/perf/core/binary_dependencies.json

Issue 1361523003: Add crash_service to Telemetry's isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fck
Patch Set: Add BUILD.gn changes. 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 side-by-side diff with in-line comments
Download patch
Index: tools/perf/core/binary_dependencies.json
diff --git a/tools/perf/core/binary_dependencies.json b/tools/perf/core/binary_dependencies.json
new file mode 100644
index 0000000000000000000000000000000000000000..e0a4b2f683065abb33b60d80a64dc5ea9aa89138
--- /dev/null
+++ b/tools/perf/core/binary_dependencies.json
@@ -0,0 +1,15 @@
+{
+ "config_type": "BaseConfig",
+ "dependencies": {
+ "crash_service": {
+ "file_info": {
+ "win_AMD64": {
+ "local_paths": [
+ "../../../out/Debug/crash_service.exe",
+ "../../../out/Release/crash_service.exe"
+ ]
+ }
+ }
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698