File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2897,7 +2897,7 @@ hooks = [
2897
2897
'python' ,
2898
2898
'src/build/landmines.py' ,
2899
2899
'--landmine-scripts' ,
2900
- 'src/tools_webrtc /get_landmines.py' ,
2900
+ 'src/build /get_landmines.py' ,
2901
2901
'--src-dir' ,
2902
2902
'src' ,
2903
2903
],
@@ -3080,8 +3080,7 @@ hooks = [
3080
3080
'name' : 'msan_chained_origins' ,
3081
3081
'pattern' : '.' ,
3082
3082
'condition' : 'checkout_instrumented_libraries' ,
3083
- 'action' : [ 'python' ,
3084
- 'src/third_party/depot_tools/download_from_google_storage.py' ,
3083
+ 'action' : [ "download_from_google_storage" ,
3085
3084
"--no_resume" ,
3086
3085
"--no_auth" ,
3087
3086
"--bucket" , "chromium-instrumented-libraries" ,
@@ -3092,8 +3091,7 @@ hooks = [
3092
3091
'name' : 'msan_no_origins' ,
3093
3092
'pattern' : '.' ,
3094
3093
'condition' : 'checkout_instrumented_libraries' ,
3095
- 'action' : [ 'python' ,
3096
- 'src/third_party/depot_tools/download_from_google_storage.py' ,
3094
+ 'action' : [ "download_from_google_storage" ,
3097
3095
"--no_resume" ,
3098
3096
"--no_auth" ,
3099
3097
"--bucket" , "chromium-instrumented-libraries" ,
You can’t perform that action at this time.
0 commit comments