Skip to content

Commit

Permalink
optimize compile in file of DEPS (#79)
Browse files Browse the repository at this point in the history
* optimize compile in file of DEPS

- fixed the path of get_landmines.py
- changed the use of download_from_google_storage

* bugfix : error use for hook of landmines
  • Loading branch information
Azson authored May 12, 2021
1 parent 3a908fd commit fb87ae1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -2897,7 +2897,7 @@ hooks = [
'python',
'src/build/landmines.py',
'--landmine-scripts',
'src/tools_webrtc/get_landmines.py',
'src/build/get_landmines.py',
'--src-dir',
'src',
],
Expand Down Expand Up @@ -3080,8 +3080,7 @@ hooks = [
'name': 'msan_chained_origins',
'pattern': '.',
'condition': 'checkout_instrumented_libraries',
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
'action': [ "download_from_google_storage",
"--no_resume",
"--no_auth",
"--bucket", "chromium-instrumented-libraries",
Expand All @@ -3092,8 +3091,7 @@ hooks = [
'name': 'msan_no_origins',
'pattern': '.',
'condition': 'checkout_instrumented_libraries',
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
'action': [ "download_from_google_storage",
"--no_resume",
"--no_auth",
"--bucket", "chromium-instrumented-libraries",
Expand Down

0 comments on commit fb87ae1

Please sign in to comment.