Commit 01805772 by Nicolas Capens Committed by Nicolas Capens

Remove recursive Chromium DEPS file.

Chromium pulled Subzero into third_party/pnacl-subzero using the recursive DEPS file. We now have the Subzero source code in the SwiftShader repository using Git subtree. Bug swiftshader:47 Change-Id: I2c4c5e8c3413ccd187e4da11fbd014fb76ec572f Reviewed-on: https://swiftshader-review.googlesource.com/9628Reviewed-by: 's avatarCorentin Wallez <cwallez@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent b6abec57
# 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',
# Current revision of subzero.
'subzero_revision': 'fb705a6d55003b2c32772ae49e25b0babcff5acc',
}
deps = {
'third_party/pnacl-subzero':
Var('chromium_git') + '/native_client/pnacl-subzero@' + Var('subzero_revision'),
}
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