Commit 17982c4a by Csaba Osztrogonác Committed by Alexis Hétu

Make chromium_git in DEPS conform to other Chromium submodules

to be able to override chromium_git. Change-Id: I11419a81fb492affcfa92ba69661cc90ad88ae98 Reviewed-on: https://swiftshader-review.googlesource.com/8868Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Tested-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 0f7c7b81
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
use_relative_paths = True use_relative_paths = True
vars = { vars = {
'chromium_git': 'https://chromium.googlesource.com/', 'chromium_git': 'https://chromium.googlesource.com',
# Current revision of subzero. # Current revision of subzero.
'subzero_revision': 'c48bb8b02c98ae49438e43aa1143a958784822a5', 'subzero_revision': 'c48bb8b02c98ae49438e43aa1143a958784822a5',
} }
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