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

Side by Side Diff: tools/perf/chrome_telemetry_build/binary_dependencies.json

Issue 1845653002: Fix flash local path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "config_type": "BaseConfig", 2 "config_type": "BaseConfig",
3 "dependencies": { 3 "dependencies": {
4 "crash_service": { 4 "crash_service": {
5 "file_info": { 5 "file_info": {
6 "win_AMD64": { 6 "win_AMD64": {
7 "local_paths": [ 7 "local_paths": [
8 "../../../out/Debug/crash_service.exe", 8 "../../../out/Debug/crash_service.exe",
9 "../../../out/Release/crash_service.exe" 9 "../../../out/Release/crash_service.exe"
10 ] 10 ]
11 } 11 }
12 } 12 }
13 }, 13 },
14 "crashpad_database_util": { 14 "crashpad_database_util": {
15 "file_info": { 15 "file_info": {
16 "mac_x86_64": { 16 "mac_x86_64": {
17 "local_paths": [ 17 "local_paths": [
18 "../../../out/Debug/crashpad_database_util", 18 "../../../out/Debug/crashpad_database_util",
19 "../../../out/Release/crashpad_database_util" 19 "../../../out/Release/crashpad_database_util"
20 ] 20 ]
21 } 21 }
22 } 22 }
23 }, 23 },
24 "flash": { 24 "flash": {
25 "file_info": { 25 "file_info": {
26 "linux_x86_64": { 26 "linux_x86_64": {
27 "local_paths": [ 27 "local_paths": [
28 "../../../third_party/adobe/flash/binariesppapi/linux_64/libpepflash player.so" 28 "../../../third_party/adobe/flash/binaries/ppapi/linux_64/libpepflas hplayer.so"
29 ] 29 ]
30 }, 30 },
31 "mac_x86_64": { 31 "mac_x86_64": {
32 "local_paths": [ 32 "local_paths": [
33 "../../../third_party/adobe/flash/binariesppapi/mac_64/PepperFlashPl ayer.plugin" 33 "../../../third_party/adobe/flash/binaries/ppapi/mac_64/PepperFlashP layer.plugin"
34 ] 34 ]
35 }, 35 },
36 "win_AMD64": { 36 "win_AMD64": {
37 "local_paths": [ 37 "local_paths": [
38 "../../../third_party/adobe/flash/binariesppapi/win_x64/pepflashplay er.dll" 38 "../../../third_party/adobe/flash/binaries/ppapi/win_x64/pepflashpla yer.dll"
39 ] 39 ]
40 }, 40 },
41 "win_x86": { 41 "win_x86": {
42 "local_paths": [ 42 "local_paths": [
43 "../../../third_party/adobe/flash/binariesppapi/win/pepflashplayer.d ll" 43 "../../../third_party/adobe/flash/binaries/ppapi/win/pepflashplayer. dll"
44 ] 44 ]
45 } 45 }
46 } 46 }
47 }, 47 },
48 "generate_breakpad_symbols": { 48 "generate_breakpad_symbols": {
49 "file_info": { 49 "file_info": {
50 "win_AMD64": { 50 "win_AMD64": {
51 "local_paths": [ 51 "local_paths": [
52 "../../../components/crash/content/tools/generate_breakpad_symbols.p y" 52 "../../../components/crash/content/tools/generate_breakpad_symbols.p y"
53 ] 53 ]
(...skipping 21 matching lines...) Expand all
75 "arm64-v8a": { 75 "arm64-v8a": {
76 "local_paths": [ 76 "local_paths": [
77 "../../../out/Debug/memtrack_helper", 77 "../../../out/Debug/memtrack_helper",
78 "../../../out/Release/memtrack_helper" 78 "../../../out/Release/memtrack_helper"
79 ] 79 ]
80 } 80 }
81 } 81 }
82 } 82 }
83 } 83 }
84 } 84 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698