OSDN Git Service

Unbinding uniform buffers on context shutdown.
[android-x86/external-swiftshader.git] / DEPS
1 # This file is used to manage SwiftShader's dependencies in the Chromium src
2 # repo. It is used by gclient to determine what version of each dependency to
3 # check out, and where.
4
5 use_relative_paths = True
6
7 vars = {
8   'chromium_git': 'https://chromium.googlesource.com',
9   # Current revision of subzero.
10   'subzero_revision': 'fb705a6d55003b2c32772ae49e25b0babcff5acc',
11 }
12
13 deps = {
14   'third_party/pnacl-subzero':
15     Var('chromium_git') + '/native_client/pnacl-subzero@' +  Var('subzero_revision'),
16 }