OSDN Git Service

Use real snprintf when available.
[android-x86/external-swiftshader.git] / DEPS
diff --git a/DEPS b/DEPS
index 12639d2..43434a2 100644 (file)
--- a/DEPS
+++ b/DEPS
@@ -1,16 +1,16 @@
-# This file is used to manage the SwiftShader's dependencies in the Chromium src
+# This file is used to manage SwiftShader's dependencies in the Chromium src
 # repo. It is used by gclient to determine what version of each dependency to
 # check out, and where.
 
 use_relative_paths = True
 
 vars = {
-  'chromium_git': 'https://chromium.googlesource.com/',
+  'chromium_git': 'https://chromium.googlesource.com',
   # Current revision of subzero.
-  'subzero_revision': 'fc8f6bfae75430b00d8d6fbf78e62da4c3abed9d',
+  'subzero_revision': 'fb705a6d55003b2c32772ae49e25b0babcff5acc',
 }
 
 deps = {
   'third_party/pnacl-subzero':
-    Var('chromium_git') + 'native_client/pnacl-subzero@' +  Var('subzero_revision'),
-}
\ No newline at end of file
+    Var('chromium_git') + '/native_client/pnacl-subzero@' +  Var('subzero_revision'),
+}