Skip to content

Commit 0c46a7a

Browse files
authored
Merge pull request #80 from OpenNetLab/dev
optimize compile in file of DEPS (#79)
2 parents d5f16e2 + fb87ae1 commit 0c46a7a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

DEPS

+3-5
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)