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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "config_type": "BaseConfig", 2 "config_type": "BaseConfig",
3 "dependencies": { 3 "dependencies": {
4 "crash_service": {
5 "file_info": {
6 "win_AMD64": {
7 "local_paths": [
8 "../../../out/Debug/crash_service.exe",
9 "../../../out/Release/crash_service.exe"
10 ]
11 }
12 }
13 },
14 "crashpad_database_util": { 4 "crashpad_database_util": {
15 "file_info": { 5 "file_info": {
16 "mac_x86_64": { 6 "mac_x86_64": {
17 "local_paths": [ 7 "local_paths": [
18 "../../../out/Debug/crashpad_database_util", 8 "../../../out/Debug/crashpad_database_util",
19 "../../../out/Release/crashpad_database_util" 9 "../../../out/Release/crashpad_database_util"
20 ] 10 ]
11 },
12 "win_AMD64": {
13 "local_paths": [
14 "../../../out/Debug/crashpad_database_util.exe",
15 "../../../out/Release/crashpad_database_util.exe"
16 ]
17 },
18 "win_x86": {
19 "local_paths": [
20 "../../../out/Debug/crashpad_database_util.exe",
21 "../../../out/Release/crashpad_database_util.exe"
22 ]
21 } 23 }
22 } 24 }
23 }, 25 },
24 "flash": { 26 "flash": {
25 "file_info": { 27 "file_info": {
26 "linux_x86_64": { 28 "linux_x86_64": {
27 "local_paths": [ 29 "local_paths": [
28 "../../../third_party/adobe/flash/binaries/ppapi/linux_64/libpepflas hplayer.so" 30 "../../../third_party/adobe/flash/binaries/ppapi/linux_64/libpepflas hplayer.so"
29 ] 31 ]
30 }, 32 },
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "arm64-v8a": { 77 "arm64-v8a": {
76 "local_paths": [ 78 "local_paths": [
77 "../../../out/Debug/memtrack_helper", 79 "../../../out/Debug/memtrack_helper",
78 "../../../out/Release/memtrack_helper" 80 "../../../out/Release/memtrack_helper"
79 ] 81 ]
80 } 82 }
81 } 83 }
82 } 84 }
83 } 85 }
84 } 86 }
OLDNEW
« 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