Commit f96aa0d7 by Alexis Hetu Committed by Alexis Hétu

Removed extra / from DEPS file

Linux handled the extra / properly, but Windows did not, so it had to be removed. Change-Id: Ie42d8777aef83c0024bc9b3e5c631ece7e87e236 Reviewed-on: https://swiftshader-review.googlesource.com/8629Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com>
parent 6817e159
...@@ -12,5 +12,5 @@ vars = { ...@@ -12,5 +12,5 @@ vars = {
deps = { deps = {
'third_party/pnacl-subzero': 'third_party/pnacl-subzero':
Var('chromium_git') + '/native_client/pnacl-subzero@' + Var('subzero_revision'), Var('chromium_git') + 'native_client/pnacl-subzero@' + Var('subzero_revision'),
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment