OSDN Git Service

Modified MutexLock to use a pthread mutex on Android.
[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': 'c48bb8b02c98ae49438e43aa1143a958784822a5',
11 }
12
13 deps = {
14   'third_party/pnacl-subzero':
15     Var('chromium_git') + 'native_client/pnacl-subzero@' +  Var('subzero_revision'),
16 }