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

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

Issue 1852393002: Fix stack symbolization in Telemetry on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable stacktrace_unittest on Windows again. Created 4 years, 8 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | tools/perf/chrome_telemetry_build/telemetry_binary_manager.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/chrome_telemetry_build/binary_dependencies.json
diff --git a/tools/perf/chrome_telemetry_build/binary_dependencies.json b/tools/perf/chrome_telemetry_build/binary_dependencies.json
index c30cf65d4196bfc4e6ff4f9a9e0581a95f2b9aab..e6f6d8661e054ddab7c90ecf5e2a642661b8efe9 100644
--- a/tools/perf/chrome_telemetry_build/binary_dependencies.json
+++ b/tools/perf/chrome_telemetry_build/binary_dependencies.json
@@ -1,16 +1,6 @@
{
"config_type": "BaseConfig",
"dependencies": {
- "crash_service": {
- "file_info": {
- "win_AMD64": {
- "local_paths": [
- "../../../out/Debug/crash_service.exe",
- "../../../out/Release/crash_service.exe"
- ]
- }
- }
- },
"crashpad_database_util": {
"file_info": {
"mac_x86_64": {
@@ -18,6 +8,18 @@
"../../../out/Debug/crashpad_database_util",
"../../../out/Release/crashpad_database_util"
]
+ },
+ "win_AMD64": {
+ "local_paths": [
+ "../../../out/Debug/crashpad_database_util.exe",
+ "../../../out/Release/crashpad_database_util.exe"
+ ]
+ },
+ "win_x86": {
+ "local_paths": [
+ "../../../out/Debug/crashpad_database_util.exe",
+ "../../../out/Release/crashpad_database_util.exe"
+ ]
}
}
},
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | tools/perf/chrome_telemetry_build/telemetry_binary_manager.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698