1# This file is a dummy used so that non-Chromium clients can specify
2# recursive DEPS. Otherwise the clients would need to nest DEPS inside
3# each other. Nested DEPS are not supported by gclient.
4#
5# Clients *must* specify patched_yasm_revision when using this DEPS file.
6
7use_relative_paths = True
8
9vars = {
10  'chromium_git': 'https://chromium.googlesource.com',
11
12  # We must specify a dummy variable here for recursedeps to work.
13  'patched_yasm_revision': 'master',
14}
15
16deps = {
17  'source/patched-yasm': '{chromium_git}/chromium/deps/yasm/patched-yasm.git@{patched_yasm_revision}'
18}
19