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

Unified 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, 9 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 | « no previous file | no next file » | 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 3b940650209ee66a94385ca0440c622a4617e1ab..c30cf65d4196bfc4e6ff4f9a9e0581a95f2b9aab 100644
--- a/tools/perf/chrome_telemetry_build/binary_dependencies.json
+++ b/tools/perf/chrome_telemetry_build/binary_dependencies.json
@@ -25,22 +25,22 @@
"file_info": {
"linux_x86_64": {
"local_paths": [
- "../../../third_party/adobe/flash/binariesppapi/linux_64/libpepflashplayer.so"
+ "../../../third_party/adobe/flash/binaries/ppapi/linux_64/libpepflashplayer.so"
]
},
"mac_x86_64": {
"local_paths": [
- "../../../third_party/adobe/flash/binariesppapi/mac_64/PepperFlashPlayer.plugin"
+ "../../../third_party/adobe/flash/binaries/ppapi/mac_64/PepperFlashPlayer.plugin"
]
},
"win_AMD64": {
"local_paths": [
- "../../../third_party/adobe/flash/binariesppapi/win_x64/pepflashplayer.dll"
+ "../../../third_party/adobe/flash/binaries/ppapi/win_x64/pepflashplayer.dll"
]
},
"win_x86": {
"local_paths": [
- "../../../third_party/adobe/flash/binariesppapi/win/pepflashplayer.dll"
+ "../../../third_party/adobe/flash/binaries/ppapi/win/pepflashplayer.dll"
]
}
}
« 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