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

Side by Side 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: Create isolate for binary_manager dependencies. 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "config_type": "BaseConfig",
3 "dependencies": {
4 "crash_service": {
5 "file_info": {
6 "win_AMD64": {
7 "local_paths": [
8 "../../../out/Debug/crash_service.exe",
M-A Ruel 2015/09/22 21:02:35 This is not correct on Win x64 though
Ken Russell (switch to Gerrit) 2015/09/22 21:16:58 I think Telemetry's notion of the platform is diff
aiolos (Not reviewing) 2015/09/22 21:39:47 Telemetry's notion is different, which is why I ad
9 "../../../out/Release/crash_service.exe"
10 ]
11 }
12 }
13 }
14 }
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698