File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2897,7 +2897,7 @@ hooks = [
28972897 'python' ,
28982898 'src/build/landmines.py' ,
28992899 '--landmine-scripts' ,
2900- 'src/tools_webrtc /get_landmines.py' ,
2900+ 'src/build /get_landmines.py' ,
29012901 '--src-dir' ,
29022902 'src' ,
29032903 ],
@@ -3080,8 +3080,7 @@ hooks = [
30803080 'name' : 'msan_chained_origins' ,
30813081 'pattern' : '.' ,
30823082 'condition' : 'checkout_instrumented_libraries' ,
3083- 'action' : [ 'python' ,
3084- 'src/third_party/depot_tools/download_from_google_storage.py' ,
3083+ 'action' : [ "download_from_google_storage" ,
30853084 "--no_resume" ,
30863085 "--no_auth" ,
30873086 "--bucket" , "chromium-instrumented-libraries" ,
@@ -3092,8 +3091,7 @@ hooks = [
30923091 'name' : 'msan_no_origins' ,
30933092 'pattern' : '.' ,
30943093 'condition' : 'checkout_instrumented_libraries' ,
3095- 'action' : [ 'python' ,
3096- 'src/third_party/depot_tools/download_from_google_storage.py' ,
3094+ 'action' : [ "download_from_google_storage" ,
30973095 "--no_resume" ,
30983096 "--no_auth" ,
30993097 "--bucket" , "chromium-instrumented-libraries" ,
You can’t perform that action at this time.
0 commit comments