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/8868
Reviewed-by: Alexis Hétu <sugoi@google.com>
Tested-by: Alexis Hétu <sugoi@google.com>
diff --git a/DEPS b/DEPS
index 9a7e3fa..3e5071b 100644
--- a/DEPS
+++ b/DEPS
@@ -5,12 +5,12 @@
use_relative_paths = True
vars = {
- 'chromium_git': 'https://chromium.googlesource.com/',
+ 'chromium_git': 'https://chromium.googlesource.com',
# Current revision of subzero.
'subzero_revision': 'c48bb8b02c98ae49438e43aa1143a958784822a5',
}
deps = {
'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