Skip to content

Commit

Permalink
[DEPS] use python for mac_toolchain.py
Browse files Browse the repository at this point in the history
c2193e7 switched download_nacl_toolchains.py
to vpython for crbug.com/784251, but it should switched mac_toolchain.py.
Revert c2193e7 and change mac_toolchain.py
to use python.

[email protected]

Bug: 784251
Change-Id: I32a56297aa58de8883f806a08ba3bd68da8180ab
No-Try: true
No-Presubmit: true
Reviewed-on: https://chromium-review.googlesource.com/769851
Commit-Queue: Nodir Turakulov <[email protected]>
Reviewed-by: Nodir Turakulov <[email protected]>
Cr-Commit-Position: refs/heads/master@{#516449}
  • Loading branch information
nodirt authored and Commit Bot committed Nov 14, 2017
1 parent 249d684 commit 52cd53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ hooks = [
'pattern': '.',
'condition': 'checkout_nacl',
'action': [
'python',
'vpython',
'src/build/download_nacl_toolchains.py',
'--mode', 'nacl_core_sdk',
'sync', '--extract',
Expand Down Expand Up @@ -764,7 +764,7 @@ hooks = [
'name': 'mac_toolchain',
'pattern': '.',
'condition': 'checkout_ios or checkout_mac',
'action': ['vpython', 'src/build/mac_toolchain.py'],
'action': ['python', 'src/build/mac_toolchain.py'],
},
# Pull binutils for linux, enabled debug fission for faster linking /
# debugging when used with clang on Ubuntu Precise.
Expand Down

0 comments on commit 52cd53f

Please sign in to comment.